ChrisHegarty commented on issue #13025:
URL: https://github.com/apache/lucene/issues/13025#issuecomment-1909949939

   Fails on all 9x branches, but passes for me with the same seed on _main_:
   
   ```
   git checkout releases/lucene/9.9.0
   ./gradlew :lucene:grouping:test --tests 
"org.apache.lucene.search.grouping.TestGrouping.testRandom" 
-Ptests.seed=CDCE9F629E2B356F -Ptests.nightly=true
     java.lang.AssertionError: expected.totalGroupedHitCount != 
actual.totalGroupedHitCount expected:<77> but was:<79>
   ```
   
   ```
   git checkout releases/lucene/9.9.1
   ./gradlew :lucene:grouping:test --tests 
"org.apache.lucene.search.grouping.TestGrouping.testRandom" 
-Ptests.seed=CDCE9F629E2B356F -Ptests.nightly=true
     java.lang.AssertionError: expected.totalGroupedHitCount != 
actual.totalGroupedHitCount expected:<77> but was:<79>
   ```
   
   ```
   git checkout branch_9x
   ./gradlew :lucene:grouping:test --tests 
"org.apache.lucene.search.grouping.TestGrouping.testRandom" 
-Ptests.seed=CDCE9F629E2B356F -Ptests.nightly=true
     java.lang.AssertionError: expected.totalGroupedHitCount != 
actual.totalGroupedHitCount expected:<77> but was:<79>
   ```
   
   ```
   git checkout main
   ./gradlew :lucene:grouping:test --tests 
"org.apache.lucene.search.grouping.TestGrouping.testRandom" 
-Ptests.seed=CDCE9F629E2B356F -Ptests.nightly=true
   BUILD SUCCESSFUL in 18s
   ```


-- 
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: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to