easyice opened a new pull request, #13070:
URL: https://github.com/apache/lucene/pull/13070
git bisect shows this commit as the perpetrator:
f7cab1645017d863331b42900581b67d3591e2da
```
> org.junit.ComparisonFailure: expected:<aaaa[b]> but was:<aaaa[a]>
> at
__randomizedtesting.SeedInfo.seed([7DF2C3FF35FEFFC6:36C7D4343E606C7C]:0)
> at org.junit.Assert.assertEquals(Assert.java:117)
> at org.junit.Assert.assertEquals(Assert.java:146)
> at
org.apache.lucene.search.TestFuzzyQuery.testFuzziness(TestFuzzyQuery.java:156)
```
Reproduce command:
```
./gradlew test --tests TestFuzzyQuery.testFuzziness
-Dtests.seed=7DF2C3FF35FEFFC6 -Dtests.nightly=true -Dtests.locale=ru-KG
-Dtests.timezone=America/Virgin -Dtests.asserts=true -Dtests.file.encoding=UTF-8
```
--
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]