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

integration-tests/smoke/ccip: increase batch size #15444

Merged
merged 17 commits into from
Dec 6, 2024
Merged

Conversation

makramkd
Copy link
Contributor

@makramkd makramkd commented Nov 28, 2024

Ticket: https://smartcontract-it.atlassian.net/browse/CCIP-4398

  • Switch to in-memory test instead of docker to reduce test duration
  • Split tests into separate Test_ tests instead of t.Run for more robustness and isolation
  • Axe the sendEth logic and just use the Users set in the Environment which should already be funded

Requires:

Copy link
Contributor

I see you updated files related to core. Please run pnpm changeset in the root directory to add a changeset as well as in the text include at least one of the following tags:

  • #added For any new functionality added.
  • #breaking_change For any functionality that requires manual action for the node to boot.
  • #bugfix For bug fixes.
  • #changed For any change to the existing functionality.
  • #db_update For any feature that introduces updates to database schema.
  • #deprecation_notice For any upcoming deprecation functionality.
  • #internal For changesets that need to be excluded from the final changelog.
  • #nops For any feature that is NOP facing and needs to be in the official Release Notes for the release.
  • #removed For any functionality/config that is removed.
  • #updated For any functionality that is updated.
  • #wip For any change that is not ready yet and external communication about it should be held off till it is feature complete.

Copy link
Contributor

github-actions bot commented Nov 28, 2024

AER Report: CI Core ran successfully ✅

aer_workflow , commit

AER Report: Operator UI CI ran successfully ✅

aer_workflow , commit

@makramkd makramkd marked this pull request as ready for review November 28, 2024 08:41
@makramkd makramkd requested review from a team as code owners November 28, 2024 08:41
jmank88
jmank88 previously approved these changes Dec 2, 2024
@makramkd makramkd requested a review from a team as a code owner December 4, 2024 16:51
@makramkd makramkd requested a review from a team as a code owner December 5, 2024 13:43
common.LeftPadBytes(state.Chains[destChainSelector].Receiver.Address().Bytes(), 32),
)
var err error
for i := 0; i < 3; i++ {
Copy link
Contributor

Choose a reason for hiding this comment

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

better define 3 in a const.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thx, fixed

dimkouv
dimkouv previously approved these changes Dec 6, 2024
@@ -66,7 +66,7 @@ func evmChain(t *testing.T, numUsers int) EVMChain {
owner, err := bind.NewKeyedTransactorWithChainID(key, big.NewInt(1337))
require.NoError(t, err)
genesis := types.GenesisAlloc{
owner.From: {Balance: big.NewInt(0).Mul(big.NewInt(700000), big.NewInt(params.Ether))}}
owner.From: {Balance: assets.Ether(100_000).ToInt()}}
Copy link
Contributor

Choose a reason for hiding this comment

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

Why lowering the amount?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Number dyslexic!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thats also why I added the underscores

asoliman92
asoliman92 previously approved these changes Dec 6, 2024
@makramkd makramkd dismissed stale reviews from asoliman92 and dimkouv via 4aad004 December 6, 2024 11:36
@makramkd makramkd enabled auto-merge December 6, 2024 12:01
@makramkd makramkd requested a review from jmank88 December 6, 2024 14:02
@makramkd makramkd added this pull request to the merge queue Dec 6, 2024
Merged via the queue into develop with commit 83a36e9 Dec 6, 2024
185 checks passed
@makramkd makramkd deleted the mk/CCIP-4398 branch December 6, 2024 15:10
jhweintraub pushed a commit that referenced this pull request Dec 6, 2024
* integration-tests/smoke/ccip: increase batch size

* bump balance of sender

* bump cl-ccip to main

* deployment/ccip/changeset: conform to ChangeSet iface

* Revert "deployment/ccip/changeset: conform to ChangeSet iface"

This reverts commit 449a77d.

* changes

* split into separate tests

* fix lint

* rm comment

* const

* bump to a million
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.

8 participants