mikemccand commented on pull request #1623: URL: https://github.com/apache/lucene-solr/pull/1623#issuecomment-675458466
Beasting ran all night (1031 iterations) and uncovered this failure, which reproduces with this PR but not on mainline: ``` [mkdir] Created dir: /l/simon/lucene/build/core/test [junit4:pickseed] Seed property 'tests.seed' already defined: 313A1CF00C235D4F [mkdir] Created dir: /l/simon/lucene/build/core/test/temp [mkdir] Created dir: /l/simon/.caches/test-stats/core [junit4] <JUnit4> says hi! Master seed: 313A1CF00C235D4F [junit4] Executing 1 suite with 1 JVM. [junit4] [junit4] Started J0 PID(972126@localhost). [junit4] Suite: org.apache.lucene.codecs.perfield.TestPerFieldDocValuesFormat [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestPerFieldDocValuesFormat -Dtests.method=testSparseBinaryVariableLengthVsStoredFields -Dtests.seed=313A1CF00C235D4F -Dtests.slow=true -Dtest\ s.badapples=true -Dtests.locale=ur -Dtests.timezone=Mexico/BajaNorte -Dtests.asserts=true -Dtests.file.encoding=UTF-8 [junit4] ERROR 0.43s | TestPerFieldDocValuesFormat.testSparseBinaryVariableLengthVsStoredFields <<< [junit4] > Throwable #1: java.nio.file.NoSuchFileException: _j.si [junit4] > at __randomizedtesting.SeedInfo.seed([313A1CF00C235D4F:5C414B294A4A9C4D]:0) [junit4] > at org.apache.lucene.store.ByteBuffersDirectory.deleteFile(ByteBuffersDirectory.java:148) [junit4] > at org.apache.lucene.store.MockDirectoryWrapper.deleteFile(MockDirectoryWrapper.java:607) [junit4] > at org.apache.lucene.store.LockValidatingDirectoryWrapper.deleteFile(LockValidatingDirectoryWrapper.java:38) [junit4] > at org.apache.lucene.index.IndexFileDeleter.deleteFile(IndexFileDeleter.java:696) [junit4] > at org.apache.lucene.index.IndexFileDeleter.deleteFiles(IndexFileDeleter.java:690) [junit4] > at org.apache.lucene.index.IndexFileDeleter.decRef(IndexFileDeleter.java:589) [junit4] > at org.apache.lucene.index.IndexFileDeleter.decRef(IndexFileDeleter.java:620) [junit4] > at org.apache.lucene.index.IndexWriter.decRefDeleter(IndexWriter.java:5354) [junit4] > at org.apache.lucene.index.StandardDirectoryReader.lambda$doClose$1(StandardDirectoryReader.java:370) [junit4] > at org.apache.lucene.index.StandardDirectoryReader.doClose(StandardDirectoryReader.java:384) [junit4] > at org.apache.lucene.index.IndexReader.decRef(IndexReader.java:244) [junit4] > at org.apache.lucene.index.IndexReader.close(IndexReader.java:385) [junit4] > at org.apache.lucene.index.BaseDocValuesFormatTestCase.doTestBinaryVsStoredFields(BaseDocValuesFormatTestCase.java:1527) [junit4] > at org.apache.lucene.index.BaseDocValuesFormatTestCase.doTestBinaryVariableLengthVsStoredFields(BaseDocValuesFormatTestCase.java:1585) [junit4] > at org.apache.lucene.index.BaseDocValuesFormatTestCase.testSparseBinaryVariableLengthVsStoredFields(BaseDocValuesFormatTestCase.java:1579) [junit4] > at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit4] > at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit4] > at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit4] > at java.base/java.lang.reflect.Method.invoke(Method.java:566) [junit4] > at java.base/java.lang.Thread.run(Thread.java:834) [junit4] 2> NOTE: test params are: codec=Asserting(Lucene86): {}, docValues:{}, maxPointsInLeafNode=1657, maxMBSortInHeap=6.829528977246159, sim=Asserting(RandomSimilarity(queryNorm=true): {}), loc\ ale=ur, timezone=Mexico/BajaNorte [junit4] 2> NOTE: Linux 5.5.6-arch1-1 amd64/Oracle Corporation 11.0.6 (64-bit)/cpus=128,threads=1,free=516818968,total=536870912 [junit4] 2> NOTE: All tests run in this JVM: [TestPerFieldDocValuesFormat] [junit4] Completed [1/1 (1!)] in 0.62s, 1 test, 1 error <<< FAILURES! [junit4] [junit4] [junit4] Tests with failures [seed: 313A1CF00C235D4F]: [junit4] - org.apache.lucene.codecs.perfield.TestPerFieldDocValuesFormat.testSparseBinaryVariableLengthVsStoredFields [junit4] [junit4] ``` ---------------------------------------------------------------- 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. 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