You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This flag allows the user to seed the global rng instance
for the entire test suite run. This flag is rarely (never)
used and adds confusion for test writers as they are unsure
if they should use the global seed or the test scoped
COCKROACH_RANDOM_SEED.
This changes the flag to be a ROACHTEST_GLOBAL_SEED env
var which still allows it to be set, but unexposes it from
being used directly in roachtests themselves.
0 commit comments