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
Very occasionally (e.g. Travis CI job #351.1) tests fail very randomly that doesn't make any sense.
My suspicion is since fill_random doesn't check if the new random value is indeed different from original value, tests which assume fill_random will always corrupt data may fail very rarely (1/256 chance) as a result.
The text was updated successfully, but these errors were encountered:
Very occasionally (e.g. Travis CI job #351.1) tests fail very randomly that doesn't make any sense.
My suspicion is since
fill_random
doesn't check if the new random value is indeed different from original value, tests which assumefill_random
will always corrupt data may fail very rarely (1/256 chance) as a result.The text was updated successfully, but these errors were encountered: