Skip to content

Flaky test#3980#3987

Merged
jacobcreech merged 7 commits intosolana-foundation:masterfrom
Otter-0x4ka5h:flaky-test#3980
Oct 24, 2025
Merged

Flaky test#3980#3987
jacobcreech merged 7 commits intosolana-foundation:masterfrom
Otter-0x4ka5h:flaky-test#3980

Conversation

@Otter-0x4ka5h
Copy link
Copy Markdown
Contributor

Added below optional params in confirmOptions while sending transaction fixed flaking tests issue.

  1. skip simulation true
  2. maxRetries

Closes #3980

@vercel
Copy link
Copy Markdown

vercel bot commented Oct 14, 2025

Someone is attempting to deploy a commit to the Solana Foundation Team on Vercel.

A member of the Team first needs to authorize it.

@jamie-osec
Copy link
Copy Markdown
Collaborator

Do we know the root cause? It would be nice to fix that as this will just reduce the fail rate

@Otter-0x4ka5h
Copy link
Copy Markdown
Contributor Author

when validators starts in workflows, it didn't wait, but runs next commands.
but when anchor CLI starts the validator itself, it has some built-in wait logic? may be because of this no waiting the error may accure ig

@jacobcreech
Copy link
Copy Markdown
Collaborator

This will make it a little better but likely not fix all issues. I'm going to go ahead and merge and we can come back to it if tests still are flaky.

@jacobcreech jacobcreech merged commit a1f0743 into solana-foundation:master Oct 24, 2025
52 of 54 checks passed
jamie-osec pushed a commit to jamie-osec/anchor that referenced this pull request Oct 27, 2025
* fix: add maxretries to send trasactions

* prettier

* chore(retry): add skippreflight is true

* Re-run CI

* fix: optional tests

* empty work fow

* revert optional tests

---------

Co-authored-by: Akash Thota <your.email@example.com>
Otter-0x4ka5h added a commit to Otter-0x4ka5h/anchor that referenced this pull request Mar 25, 2026
* fix: add maxretries to send trasactions

* prettier

* chore(retry): add skippreflight is true

* Re-run CI

* fix: optional tests

* empty work fow

* revert optional tests

---------

Co-authored-by: Akash Thota <your.email@example.com>
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.

Fix flaking tests for 0.32

3 participants