-
Notifications
You must be signed in to change notification settings - Fork 1.9k
disable flaky tests temporarily & update version #20531
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
Merged
Merged
Changes from 5 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
31916ee
disable flaky tests temporarily
FelixFan1992 51d4fa8
update
FelixFan1992 ac4b6ad
changeset
FelixFan1992 b229105
fix
FelixFan1992 a718463
Merge branch 'develop' into disable-flaky-tests
FelixFan1992 6eeed22
update
FelixFan1992 709af75
update
FelixFan1992 89d9f95
update
FelixFan1992 35162a5
fix version
FelixFan1992 dbc1b32
disable
FelixFan1992 722a83e
update
FelixFan1992 0282a29
Merge branch 'develop' into disable-flaky-tests
FelixFan1992 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "chainlink": patch | ||
| --- | ||
|
|
||
| #internal disable 3 upgrade e2e tests due to flakiness |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -940,47 +940,47 @@ runner-test-matrix: | |
| install_plugins_public: true | ||
| free_disk_space: true | ||
|
|
||
| - id: smoke/ccip/ccip_sui_upgrade_test.go:Test_CCIP_Upgrade_EVM2Sui | ||
| path: integration-tests/smoke/ccip/ccip_sui_upgrade_test.go | ||
| test_env_type: in-memory | ||
| runs_on_self_hosted: runs-on/cpu=16/ram=64/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs | ||
| triggers: | ||
| - PR Integration CCIP Tests | ||
| - Nightly Integration CCIP Tests | ||
| test_cmd: | | ||
| go test ./smoke/ccip -run "Test_CCIP_Upgrade_EVM2Sui" -timeout 25m -test.parallel=1 -count=1 -json | ||
| test_go_project_path: integration-tests | ||
| sui_cli_version: mainnet-1.60.1 | ||
| install_plugins_public: true | ||
| free_disk_space: true | ||
| # - id: smoke/ccip/ccip_sui_upgrade_test.go:Test_CCIP_Upgrade_EVM2Sui | ||
| # path: integration-tests/smoke/ccip/ccip_sui_upgrade_test.go | ||
| # test_env_type: in-memory | ||
| # runs_on_self_hosted: runs-on/cpu=16/ram=64/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs | ||
| # triggers: | ||
| # - PR Integration CCIP Tests | ||
| # - Nightly Integration CCIP Tests | ||
| # test_cmd: | | ||
| # go test ./smoke/ccip -run "Test_CCIP_Upgrade_EVM2Sui" -timeout 25m -test.parallel=1 -count=1 -json | ||
| # test_go_project_path: integration-tests | ||
| # sui_cli_version: mainnet-1.60.1 | ||
| # install_plugins_public: true | ||
| # free_disk_space: true | ||
|
|
||
| - id: smoke/ccip/ccip_sui_upgrade_test.go:Test_CCIP_Upgrade_CommonPkg_EVM2Sui | ||
| path: integration-tests/smoke/ccip/ccip_sui_upgrade_test.go | ||
| test_env_type: in-memory | ||
| runs_on: ubuntu-latest | ||
| triggers: | ||
| - PR Integration CCIP Tests | ||
| - Nightly Integration CCIP Tests | ||
| test_cmd: | | ||
| go test ./smoke/ccip -run "Test_CCIP_Upgrade_CommonPkg_EVM2Sui" -timeout 25m -test.parallel=1 -count=1 -json | ||
| test_go_project_path: integration-tests | ||
| sui_cli_version: mainnet-1.60.1 | ||
| install_plugins_public: true | ||
| free_disk_space: true | ||
| # - id: smoke/ccip/ccip_sui_upgrade_test.go:Test_CCIP_Upgrade_CommonPkg_EVM2Sui | ||
| # path: integration-tests/smoke/ccip/ccip_sui_upgrade_test.go | ||
| # test_env_type: in-memory | ||
| # runs_on: ubuntu-latest | ||
| # triggers: | ||
| # - PR Integration CCIP Tests | ||
| # - Nightly Integration CCIP Tests | ||
| # test_cmd: | | ||
| # go test ./smoke/ccip -run "Test_CCIP_Upgrade_CommonPkg_EVM2Sui" -timeout 25m -test.parallel=1 -count=1 -json | ||
| # test_go_project_path: integration-tests | ||
| # sui_cli_version: mainnet-1.60.1 | ||
| # install_plugins_public: true | ||
| # free_disk_space: true | ||
|
Comment on lines
+957
to
+969
|
||
|
|
||
| - id: smoke/ccip/ccip_sui_upgrade_test.go:Test_CCIP_Upgrade_NoBlock_EVM2Sui | ||
| path: integration-tests/smoke/ccip/ccip_sui_upgrade_test.go | ||
| test_env_type: in-memory | ||
| runs_on_self_hosted: runs-on/cpu=16/ram=64/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs | ||
| triggers: | ||
| - PR Integration CCIP Tests | ||
| - Nightly Integration CCIP Tests | ||
| test_cmd: | | ||
| go test ./smoke/ccip -run "Test_CCIP_Upgrade_NoBlock_EVM2Sui" -timeout 25m -test.parallel=1 -count=1 -json | ||
| test_go_project_path: integration-tests | ||
| sui_cli_version: mainnet-1.60.1 | ||
| install_plugins_public: true | ||
| free_disk_space: true | ||
| # - id: smoke/ccip/ccip_sui_upgrade_test.go:Test_CCIP_Upgrade_NoBlock_EVM2Sui | ||
| # path: integration-tests/smoke/ccip/ccip_sui_upgrade_test.go | ||
| # test_env_type: in-memory | ||
| # runs_on_self_hosted: runs-on/cpu=16/ram=64/family=m6i+m5.*/spot=false/image=ubuntu24-full-x64/extras=s3-cache+tmpfs | ||
| # triggers: | ||
| # - PR Integration CCIP Tests | ||
| # - Nightly Integration CCIP Tests | ||
| # test_cmd: | | ||
| # go test ./smoke/ccip -run "Test_CCIP_Upgrade_NoBlock_EVM2Sui" -timeout 25m -test.parallel=1 -count=1 -json | ||
| # test_go_project_path: integration-tests | ||
| # sui_cli_version: mainnet-1.60.1 | ||
| # install_plugins_public: true | ||
| # free_disk_space: true | ||
|
|
||
| # - id: smoke/ccip/ccip_sui_token_transfer_test.go:Test_CCIPPureTokenTransfer_EVM2SUI_BurnMintTokenPool | ||
| # path: integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Add a comment explaining why these tests are disabled and reference a tracking issue (e.g., 'Temporarily disabled due to flakiness - see LINK-777'). This helps maintainers understand when and why these tests should be re-enabled.