Re: [I] Reproducible failure in TestGrouping.testRandom [lucene]

2024-01-26 Thread via GitHub
benwtrent closed issue #13025: Reproducible failure in TestGrouping.testRandom URL: https://github.com/apache/lucene/issues/13025 -- 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

Re: [I] Reproducible failure in TestGrouping.testRandom [lucene]

2024-01-25 Thread via GitHub
benwtrent commented on issue #13025: URL: https://github.com/apache/lucene/issues/13025#issuecomment-1910857115 git bisect shows this commit as the perpetrator: https://github.com/apache/lucene/commit/6b1538b33136a4737ad0d22b3633e62f3d7f362b -- This is an automated message from the

Re: [I] Reproducible failure in TestGrouping.testRandom [lucene]

2024-01-25 Thread via GitHub
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

Re: [I] Reproducible failure in TestGrouping.testRandom [lucene]

2024-01-25 Thread via GitHub
ChrisHegarty commented on issue #13025: URL: https://github.com/apache/lucene/issues/13025#issuecomment-1909914927 I hit this when testing the upcoming 9.9.2 release. ``` org.apache.lucene.search.grouping.TestGrouping > testRandom FAILED java.lang.AssertionError:

[I] Reproducible failure in TestGrouping.testRandom [lucene]

2024-01-22 Thread via GitHub
easyice opened a new issue, #13025: URL: https://github.com/apache/lucene/issues/13025 ### Description > java.lang.AssertionError: expected.totalGroupedHitCount != actual.totalGroupedHitCount expected:<23> but was:<21> > at