Uh oh!
There was an error while loading. Please reload this page.
gh-110171: libregrtest always sets random.seed unless --no-use-randseed is provided - #110172
Conversation
…-use-randseed` is provided
sobolevn
commented
Oct 1, 2023
vstinner
left a comment
There was a problem hiding this comment.
I suggest to change setup_tests(). Replace:
if runtests.randomize:
random.seed(runtests.random_seed)
with:
random.seed(runtests.random_seed) Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
vstinner
left a comment
There was a problem hiding this comment.
One last request on the Changelog entry, and then I think that we will be good.
Uh oh!
There was an error while loading. Please reload this page.
bedevere-bot
commented
Oct 4, 2023
|
bedevere-bot
commented
Oct 4, 2023
|
bedevere-bot
commented
Oct 4, 2023
|
Refs #110168
libregrtestshould always setrandom.seed#110171