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: add max batch size test #15403

Merged
merged 3 commits into from
Nov 26, 2024
Merged

Conversation

makramkd
Copy link
Contributor

@makramkd makramkd marked this pull request as ready for review November 26, 2024 06:31
@makramkd makramkd requested review from a team as code owners November 26, 2024 06:31
case <-ctx.Done():
require.FailNow(t, "didn't get all errors before test context was done")
}
}
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: maybe cleaner with sync.WaitGroup

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Unfortunately, need the errors from the channel to check them

@makramkd makramkd enabled auto-merge November 26, 2024 08:38
e.Env.Chains[sourceChain].DeployerKey,
otherSender,
}
errs = make(chan error, len(transactors))
Copy link
Collaborator

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Actually did not work with an unbuffered channel, I tried that initially

@makramkd makramkd added this pull request to the merge queue Nov 26, 2024
Merged via the queue into develop with commit 4e6d7ad Nov 26, 2024
165 checks passed
@makramkd makramkd deleted the mk/p1/CCIP-4168 branch November 26, 2024 09:06
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.

4 participants