Simon Willnauer <simonw@apache.org>: Author Summary

Builds triggered by Simon Willnauer <simonw@apache.org>

Builds triggered by an author are those builds which contains changes committed by the author.
1
0 (0%)
1 (100%)

Breakages and fixes

Broken means the build has failed but the previous build was successful.
Fixed means that the build was successful but the previous build has failed.
0 (0% of all builds triggered)
0 (0% of all builds triggered)
0
Build Completed Code commits Tests
RNDTEST › SOFTWARE › #44 8 years ago
Add util method to execute code in private random context
Today calls to RandomizedTest#randomInt() etc. always use the current
thread local context and the randomness on top of it's stack. In certain
situations for instance if a method produces a configuration or a infrastructure
resource that should be reproducible calls using the threadlocal context can poision
the random sequence and destroy reproducibilty. This commit adds a utiltiy
that allows to run such a method with a new randomness instance to ensure reproducibiilty
even if the code that is executed in this context uses the threadlocal random context.
7272 passed
Build Completed Code commits Tests
Build Completed Code commits Tests