Skip to content

Try to fix sui flakiness#22626

Open
crispymangoes wants to merge 5 commits into
developfrom
flake/ccip-sui-upgrade-test
Open

Try to fix sui flakiness#22626
crispymangoes wants to merge 5 commits into
developfrom
flake/ccip-sui-upgrade-test

Conversation

@crispymangoes
Copy link
Copy Markdown
Contributor

@crispymangoes crispymangoes commented May 22, 2026

Jira ticket this is addressing CCIP-10954

@github-actions
Copy link
Copy Markdown
Contributor

👋 crispymangoes, thanks for creating this pull request!

To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team.

Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks!

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 22, 2026

✅ No conflicts with other open PRs targeting develop

@trunk-io
Copy link
Copy Markdown

trunk-io Bot commented May 22, 2026

Static BadgeStatic BadgeStatic BadgeStatic Badge

Failed Test Failure Summary Logs
Test_CCIPTokenTransfer_Sui2EVM_BurnMintTokenPool_ThenGloballyCursedUncursed The test failed during a blockchain token transfer and contract deployment process. Logs ↗︎

View Full Report ↗︎Docs

ctx, cancel := context.WithTimeout(context.Background(), 10*time.Second)
const pollInterval = 200 * time.Millisecond

ctx, cancel := context.WithTimeout(context.Background(), timeout)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
ctx, cancel := context.WithTimeout(context.Background(), timeout)
ctx, cancel := context.WithTimeout(t.Context(), timeout)

jmank88
jmank88 previously approved these changes May 22, 2026
@cl-sonarqube-production
Copy link
Copy Markdown

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

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.

2 participants