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

[Fix] Fix unit test string::test_random #2363

Merged
merged 1 commit into from Mar 2, 2024

Conversation

kpp
Copy link
Contributor

@kpp kpp commented Feb 19, 2024

Motivation

Fix #2269

Test Plan

cd console/types/string && cargo test test_random

Change ITERATIONS to 1000000 to verify that it does not fail (theoretically it can with a with negligible probability).

@howardwu howardwu merged commit d487c56 into AleoHQ:mainnet Mar 2, 2024
78 checks passed
@howardwu howardwu changed the title Fix test string::test_random [Fix] Fix unit test string::test_random Mar 2, 2024
@kpp kpp deleted the fix_test_string_random branch March 4, 2024 06:02
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.

[Bug] String Type random test is flaky
2 participants