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

test(trie): use proptest to generate random values #12140

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

shekhirin
Copy link
Collaborator

Fixes #12124

@shekhirin shekhirin added C-test A change that impacts how or what we test A-trie Related to Merkle Patricia Trie implementation labels Oct 28, 2024
@shekhirin shekhirin added this pull request to the merge queue Oct 28, 2024
Merged via the queue into main with commit 1276277 Oct 28, 2024
41 checks passed
@shekhirin shekhirin deleted the alexey/sparse-trie-fuzz-proptest branch October 28, 2024 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-trie Related to Merkle Patricia Trie implementation C-test A change that impacts how or what we test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rng with proptest will make test failures non-reproducible
2 participants