Skip to content

Flaky test#3980 - #3987

Merged
jacobcreech merged 7 commits into
otter-sec:masterfrom
akash-osec:flaky-test#3980
Oct 24, 2025
Merged

Flaky test#3980#3987
jacobcreech merged 7 commits into
otter-sec:masterfrom
akash-osec:flaky-test#3980

Conversation

@akash-osec

Copy link
Copy Markdown
Member

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

  1. skip simulation true
  2. maxRetries

Closes #3980

@vercel

vercel Bot commented Oct 14, 2025

Copy link
Copy Markdown

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

@akash-osec

Copy link
Copy Markdown
Member 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 otter-sec: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>
akash-osec added a commit to akash-osec/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>
@jamie-osec jamie-osec added this to the v1.0.0 milestone Jun 23, 2026
akash-osec added a commit to akash-osec/anchor that referenced this pull request Jul 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