romseygeek commented on code in PR #15436:
URL: https://github.com/apache/lucene/pull/15436#discussion_r2550262721


##########
lucene/core/src/test/org/apache/lucene/search/TestSortOptimization.java:
##########
@@ -864,10 +864,6 @@ public void testRandomLong() throws IOException {
     int iterations = limit + random().nextInt(limit);
     long seqNoGenerator = random().nextInt(1000);
     for (long i = 0; i < iterations; i++) {
-      int copies = random().nextInt(100) <= 5 ? 1 : 1 + random().nextInt(5);

Review Comment:
   I think that the other tests added in that patch should also catch it, but 
maybe @dnhatn has an opinion here?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to