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

Improve determinstic hashes test #293

Merged
merged 1 commit into from
Aug 1, 2024
Merged

Improve determinstic hashes test #293

merged 1 commit into from
Aug 1, 2024

Conversation

lencioni
Copy link
Contributor

Originally, we were just testing to see that the hash was the same twice in a row. This test often passed when our hashes were not deterministic. I want to make this test more likely to fail when hashes are not deterministic, so I am running it 20 times. This should help us ensure that these hashes remain deterministic.

Originally, we were just testing to see that the hash was the same twice
in a row. This test often passed when our hashes were not deterministic.
I want to make this test more likely to fail when hashes are not
deterministic, so I am running it 20 times. This should help us ensure
that these hashes remain deterministic.
@lencioni lencioni requested a review from trotzig July 30, 2024 12:17
@lencioni lencioni merged commit 0c7c6e6 into master Aug 1, 2024
4 checks passed
@lencioni lencioni deleted the determinism-test branch August 1, 2024 19:01
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