Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce MessageProfiles to v1.6 load tests [CCIP-5143] #16556

Open
wants to merge 33 commits into
base: develop
Choose a base branch
from

Conversation

asoliman92
Copy link
Contributor

Introduce MessageProfiles to load tests

Copy link
Contributor

github-actions bot commented Feb 25, 2025

AER Report: CI Core

aer_workflow , commit , Detect Changes , Clean Go Tidy & Generate , Scheduled Run Frequency , Core Tests (go_core_tests) , Core Tests (go_core_tests_integration) , GolangCI Lint (system-tests/lib) , test-scripts , Core Tests (go_core_ccip_deployment_tests) , GolangCI Lint (core/scripts) , Core Tests (go_core_fuzz) , GolangCI Lint (.) , Core Tests (go_core_race_tests) , GolangCI Lint (integration-tests/load) , GolangCI Lint (system-tests/tests) , GolangCI Lint (integration-tests) , GolangCI Lint (deployment) , lint , SonarQube Scan

1. GolangCI Lint job failed: lint

Source of Error:
Check Golangci-lint Matrix Results	2025-02-26T15:01:12.3233941Z ##[error]Process completed with exit code 1.

Why: The lint job failed because at least one 'GolangCI Lint' matrix job encountered an error.

Suggested fix: Investigate the specific GolangCI Lint job that failed to identify and resolve the underlying issues.

2. GolangCI Lint failed to load package: Golang Lint (integration-tests/load)

Source of Error:
Golang Lint (integration-tests/load)	2025-02-26T15:00:34.9469237Z level=error msg="Running error: can't run linter goanalysis_metalinter\ninspect: failed to load package actions: could not load export data: no export data for \"github.com/smartcontractkit/chainlink/integration-tests/actions\""
Golang Lint (integration-tests/load)	2025-02-26T15:00:34.9501065Z ##[error]golangci-lint exit with code 3

Why: The linter failed because it could not load export data for the specified package, indicating a possible issue with the package or its dependencies.

Suggested fix: Ensure that the package github.com/smartcontractkit/chainlink/integration-tests/actions and its dependencies are correctly set up and accessible.

3. Missing lint report file: Golang Lint (integration-tests/load)

Source of Error:
Golang Lint (integration-tests/load)	2025-02-26T15:00:34.9689426Z cat: ./integration-tests/load/golangci-lint-report.xml: No such file or directory
Golang Lint (integration-tests/load)	2025-02-26T15:00:34.9695359Z ##[error]Process completed with exit code 1.

Why: The lint report file golangci-lint-report.xml was not found, likely because the linter failed to generate it due to the previous error.

Suggested fix: Resolve the linter issues so that the report file can be generated successfully.

AER Report: Operator UI CI ran successfully ✅

aer_workflow , commit

@asoliman92 asoliman92 marked this pull request as ready for review February 25, 2025 11:11
@asoliman92 asoliman92 requested review from a team as code owners February 25, 2025 11:11
@asoliman92 asoliman92 enabled auto-merge February 25, 2025 15:18
// Set the gas limit for this tx
if gasLimit != 0 {
acc.GasLimit = uint64(gasLimit)
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need to reset this in case a message profile wants to use default gas limit?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If it's zero then it's gonna use the default

@@ -1721,20 +1721,20 @@ func DefaultFeeQuoterDestChainConfig(configEnabled bool, destChainSelector ...ui
return fee_quoter.FeeQuoterDestChainConfig{
IsEnabled: configEnabled,
MaxNumberOfTokensPerMsg: 10,
MaxDataBytes: 256,
MaxDataBytes: 30_000,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

copied from 1.5 mainnet values.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need someone from onchain team to double check these values?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's very concerning that this is the first time we noticed invalid values inthe changeset which were used for deployments on staging, no?

Copy link
Contributor Author

@asoliman92 asoliman92 Feb 26, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah. I already had the green light from @RensR about these numbers. We didn't catch in staging because we don't send bigger messages

makramkd and others added 16 commits February 26, 2025 18:53
* use workflow key instead of evm config key as encryption pub key

* update jd version in e2e tests
* Change default Workflow Execution Rate Limits to PerSender 200

* Regen docs
* wip: support single eth key secret

* import p2p key

* support multiple eth keys

* fix eth keys plumbing and add test

* rename vars

* working locally

* cleanup

* address feedback

* linter
* CCIP-4796 ccip analyze mcms proposal

* mcms analyze

* integrate into deployer group

* review fixes

* review fixes
)

* ReportCodec verification of channel definitions

* Bump go to 1.24

* remove obsolete cluster profile

* Fix mockery

* Fix tests

---------

Co-authored-by: skudasov <[email protected]>
* add timelock to remote chain

* lint

* re-add transfer

* move to mcms helper

* fix buffer bug

* mcms validation

* set authority

* refactor

* try to unify ci and local

* lint

* add update dest configs

* add disable

* cleanup

* error message

* v2

* fix test

* add mcms to billing

* refactor into helper

* lint

* test without mcms
* bump CTF to Go 1.24 commit

* use old Seth version

* re-trigger

* update again
…posalFromBatches() for solana chain metadata (#16528)

* feat: update mcms lib with new timelock converter and update BuildProposalFromBatchesV2() to accept env for extracting solana metadata.

* feat: update go mod to new mcms and ccip-solana version

* feat: update go mod to new mcms and ccip-solana version

* fix: go mod

* fix: go mod

* fix: go mod core scripts

* chore: add changeset

* fix: update tx field name to RawData

* fix: more cleanup

- update tests
- go mod tidy
- delete comments
- other bug fixes

* fix: break dep cycle

for state package, stop relying on proposalutils package so the `buildProposalMetadataV2` can call `MaybeLoadMCMSWithTimelockChainStateSolana`

* fix: merge conflicts develop

* fix: go sum

* fix: update lib

* fix: upgrade ccip solana

* fix: downgrade ccip solana for rest of core packages and chainlink/deployment

* fix: go mod core scripts add replace

* fix: downgrade solana from mcms lib

* fix: merge conflicts develop

* fix: merge conflicts develop

* fix: go mod deps

* fix: params in solana utils

---------

Co-authored-by: Graham Goh <[email protected]>
* .github: fix integration in memory tests workflow

* fix
@cl-sonarqube-production
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.