iverase opened a new issue, #12601:
URL: https://github.com/apache/lucene/issues/12601
### Description
The following gradle command fails reproducibly on main with the following
error:
```
> java.lang.AssertionError
> at
__randomizedtesting.SeedInfo.seed([CEBE5325E431003F:BCF2762A5551B64C]:0)
> at [email protected]/org.junit.Assert.fail(Assert.java:87)
> at [email protected]/org.junit.Assert.assertTrue(Assert.java:42)
> at [email protected]/org.junit.Assert.assertTrue(Assert.java:53)
> at
org.apache.lucene.facet.TestDrillSideways.verifyEquals(TestDrillSideways.java:1758)
> at
org.apache.lucene.facet.TestDrillSideways.testRandom(TestDrillSideways.java:1324)
> at
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
> at java.base/java.lang.reflect.Method.invoke(Method.java:578)
> at
[email protected]/com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758)
> at
[email protected]/com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
> at
[email protected]/com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
> at
[email protected]/com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
> at
[email protected]/org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
> at
[email protected]/org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
> at
[email protected]/org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
> at
[email protected]/org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
> at
[email protected]/org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
```
### Gradle command to reproduce
```
./gradlew test --tests TestDrillSideways.testRandom
-Dtests.seed=CEBE5325E431003F
```
--
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]