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

stake-pool: Make transaction signatures unique in withdraw test #3854

Merged
merged 1 commit into from
Nov 29, 2022

Conversation

joncinque
Copy link
Contributor

Problem

There are still new failures in the stake pool tests. The most recent one https://github.com/solana-labs/solana-program-library/actions/runs/3576868159/jobs/6015187724 is likely due to running the same transaction signature twice.

Solution

Make the transaction different to force a new signature.

joncinque added a commit to joncinque/solana-program-library that referenced this pull request Nov 29, 2022
@joncinque
Copy link
Contributor Author

Maybe this will finally do it!

@joncinque joncinque merged commit 30f6056 into solana-labs:master Nov 29, 2022
@joncinque joncinque deleted the sp-testagain branch November 29, 2022 19:54
joncinque added a commit that referenced this pull request Dec 5, 2022
* stake-pool: Add tolerance for stake accounts at minimum

* Use test-case to check more cases

* Add more tolerance on withdrawal

* Potentially fix test per #3854

* Keep throwing solutions until CI passes

* Fix repeated transaction issue

* Fix preferred withdrawal tolerance too

* Remove doubled tolerance
HaoranYi pushed a commit to HaoranYi/solana-program-library that referenced this pull request Jul 19, 2023
HaoranYi pushed a commit to HaoranYi/solana-program-library that referenced this pull request Jul 19, 2023
…3839)

* stake-pool: Add tolerance for stake accounts at minimum

* Use test-case to check more cases

* Add more tolerance on withdrawal

* Potentially fix test per solana-labs#3854

* Keep throwing solutions until CI passes

* Fix repeated transaction issue

* Fix preferred withdrawal tolerance too

* Remove doubled tolerance
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.

1 participant