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

token-2022: Refresh blockhash in flaky test #5405

Merged
merged 1 commit into from
Oct 3, 2023

Conversation

joncinque
Copy link
Contributor

Problem

There was a spurious failure during CI in a confidential transfer test: https://github.com/solana-labs/solana-program-library/actions/runs/6383061276/job/17322950719

Essentially, we're doing the same thing twice in a row without refreshing the blockhash, so there's a chance that the program-test will return the same old response.

Solution

Refresh the blockhash

Copy link
Contributor

@samkim-crypto samkim-crypto left a comment

Choose a reason for hiding this comment

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

Looks good to me!

@joncinque joncinque merged commit 58c6caf into solana-labs:master Oct 3, 2023
29 checks passed
@joncinque joncinque deleted the tkfix branch October 3, 2023 15:05
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