richardstartin commented on a change in pull request #7435: URL: https://github.com/apache/pinot/pull/7435#discussion_r710451160
########## File path: pinot-segment-local/src/test/java/org/apache/pinot/segment/local/segment/index/creator/RangeIndexCreatorTest.java ########## @@ -35,11 +37,12 @@ import org.testng.annotations.Test; import static org.apache.pinot.segment.spi.V1Constants.Indexes.BITMAP_RANGE_INDEX_FILE_EXTENSION; +import static org.testng.Assert.*; public class RangeIndexCreatorTest { private static final File INDEX_DIR = new File(FileUtils.getTempDirectory(), "RangeIndexCreatorTest"); - private static final Random RANDOM = new Random(); + private static final Random RANDOM = new Random(42); Review comment: tests should be deterministic -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org