ChrisHegarty opened a new issue, #13446:
URL: https://github.com/apache/lucene/issues/13446
This doesn't reproduce for me, even with several 100 iterations of the test.
But filing this issue to track any observed failures.
```
./gradlew test --tests TestIDVersionPostingsFormat.testGlobalVersions
-Dtests.seed=6C67E4EA11B6B5D -Dtests.locale=ne-Deva-NP
-Dtests.timezone=Asia/Dushanbe -Dtests.asserts=true -Dtests.file.encoding=UTF-8
-Dtests.iters=100
```
```
org.apache.lucene.sandbox.codecs.idversion.TestIDVersionPostingsFormat >
testGlobalVersions FAILED
java.lang.AssertionError: maxSeqNo must be greater or equal to 4204 but
was 4203
at
[email protected]/org.apache.lucene.index.DocumentsWriterDeleteQueue.close(DocumentsWriterDeleteQueue.java:325)
at
[email protected]/org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:662)
at
[email protected]/org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:577)
at
[email protected]/org.apache.lucene.index.StandardDirectoryReader.doOpenFromWriter(StandardDirectoryReader.java:382)
at
[email protected]/org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:356)
at
[email protected]/org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:346)
at
[email protected]/org.apache.lucene.index.DirectoryReader.openIfChanged(DirectoryReader.java:170)
at
[email protected]/org.apache.lucene.search.SearcherManager.refreshIfNeeded(SearcherManager.java:144)
at
[email protected]/org.apache.lucene.search.SearcherManager.refreshIfNeeded(SearcherManager.java:52)
at
[email protected]/org.apache.lucene.search.ReferenceManager.doMaybeRefresh(ReferenceManager.java:167)
at
[email protected]/org.apache.lucene.search.ReferenceManager.maybeRefresh(ReferenceManager.java:213)
at
org.apache.lucene.sandbox.codecs.idversion.TestIDVersionPostingsFormat.testGlobalVersions(TestIDVersionPostingsFormat.java:907)
at
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
...
```
--
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]