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
The use of Random() function in the parquet.batchreader.decoders tests may cause flakiness.
Adds TestMode.java to parameterize tests with an arbitrary value and an upper-/lower-bounded value.
Resolves: prestodb#23840
Currently, all of these tests utilize randomness to generate page data for decoder verification. This can introduce test flakiness.
We should re-write these tests to use a deterministic set of values which encompasses the possible edge cases but prevents test failures
The text was updated successfully, but these errors were encountered: