-
Notifications
You must be signed in to change notification settings - Fork 168
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: Use deterministic RNG for tests #2694
test: Use deterministic RNG for tests #2694
Conversation
of course this fails a unit test 😄 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2694 +/- ##
=======================================
Coverage 49.56% 49.56%
=======================================
Files 474 474
Lines 26928 26928
Branches 12422 12422
=======================================
Hits 13348 13348
Misses 4751 4751
Partials 8829 8829 ☔ View full report in Codecov by Sentry. |
Invalidated by push of caf87cb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Invalidated by push of e5fe692
This PR currently has a merge conflict. Please resolve this and then re-add the |
apparently otherwise the random engine can be different on different platforms which I observed in acts-project#2625 with macos at the same time I hardcoded the type for the `std::uniform_int_distribution`. apparently this can also make a difference for the random value
apparently otherwise the random engine can be different on different platforms which I observed in acts-project#2625 with macos at the same time I hardcoded the type for the `std::uniform_int_distribution`. apparently this can also make a difference for the random value
apparently otherwise the random engine can be different on different platforms which I observed in acts-project#2625 with macos at the same time I hardcoded the type for the `std::uniform_int_distribution`. apparently this can also make a difference for the random value
apparently otherwise the random engine can be different on different platforms which I observed in #2625 with macos
at the same time I hardcoded the type for the
std::uniform_int_distribution
. apparently this can also make a difference for the random value