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: move ccip msging test #15217

Merged
merged 6 commits into from
Nov 13, 2024

Conversation

makramkd
Copy link
Contributor

@makramkd makramkd commented Nov 13, 2024

Move the CCIP messaging test from deployment/ccip to integration-tests/smoke, and transform it into a docker-based test instead of simulated backend.

@makramkd makramkd marked this pull request as ready for review November 13, 2024 13:23
@makramkd makramkd requested review from a team as code owners November 13, 2024 13:23
- PR E2E Core Tests
- Merge Queue E2E Core Tests
- Nightly E2E Tests
test_cmd: cd integration-tests/ && go test smoke/ccip_messaging_test.go -timeout 12m -test.parallel=1 -count=1 -json
Copy link
Contributor

Choose a reason for hiding this comment

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

nit:

--- cd integration-tests/ && go test smoke/ccip_messaging_test.go
+++ go test integration-tests/smoke/ccip_messaging_test.go

?

Copy link
Contributor

Choose a reason for hiding this comment

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

remove -count=1 ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Just a copypasta from the rest of the matrix, would rather stay consistent

Copy link
Collaborator

Choose a reason for hiding this comment

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

-count=1 is important in E2E tests as it disables Go test caching. Which, in the case of these E2E tests, can lead to false negatives.

@makramkd makramkd enabled auto-merge November 13, 2024 14:35
@makramkd makramkd added this pull request to the merge queue Nov 13, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 13, 2024
@makramkd makramkd added this pull request to the merge queue Nov 13, 2024
@makramkd makramkd removed this pull request from the merge queue due to a manual request Nov 13, 2024
@makramkd makramkd added this pull request to the merge queue Nov 13, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 13, 2024
@makramkd makramkd enabled auto-merge November 13, 2024 15:56
@makramkd makramkd added this pull request to the merge queue Nov 13, 2024
Merged via the queue into develop with commit bb04525 Nov 13, 2024
158 of 162 checks passed
@makramkd makramkd deleted the mk/move-messaging-test-to-inttests branch November 13, 2024 16:46
@HenryNguyen5 HenryNguyen5 restored the mk/move-messaging-test-to-inttests branch November 13, 2024 17:33
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.

6 participants