-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Conversation
I see you updated files related to
|
AER Report: CI Core ran successfully ✅AER Report: Operator UI CI ran successfully ✅ |
This reverts commit 449a77d.
common.LeftPadBytes(state.Chains[destChainSelector].Receiver.Address().Bytes(), 32), | ||
) | ||
var err error | ||
for i := 0; i < 3; i++ { |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thx, fixed
@@ -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()}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why lowering the amount?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Number dyslexic!
There was a problem hiding this comment.
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
* 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
Ticket: https://smartcontract-it.atlassian.net/browse/CCIP-4398
Test_
tests instead oft.Run
for more robustness and isolationUsers
set in theEnvironment
which should already be fundedRequires: