rmuir commented on issue #10878:
URL: https://github.com/apache/lucene/issues/10878#issuecomment-2037147651

   I just popped this when pushing an unrelated commit. I see @mikemccand added 
more verbosity, but then reverted the verbosity (maybe because it caused the 
test to never fail anymore?)
   
   link: 
https://github.com/apache/lucene/actions/runs/8554729592/job/23440647130
   
   output:
   ```
   org.apache.lucene.index.TestIndexFileDeleter > test suite's output saved to 
/home/runner/work/lucene/lucene/lucene/core/build/test-results/test/outputs/OUTPUT-org.apache.lucene.index.TestIndexFileDeleter.txt,
 copied below:
      >     org.apache.lucene.store.AlreadyClosedException: ReaderPool is 
already closed
      >         at 
__randomizedtesting.SeedInfo.seed([F5635EBE50E38053:1CFE298C262A67AE]:0)
      >         at 
app//org.apache.lucene.index.ReaderPool.get(ReaderPool.java:397)
      >         at 
app//org.apache.lucene.index.IndexWriter.writeReaderPool(IndexWriter.java:3998)
      >         at 
app//org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:597)
      >         at 
app//org.apache.lucene.index.IndexWriter$4.getReader(IndexWriter.java:6620)
      >         at 
app//org.apache.lucene.tests.index.RandomIndexWriter.getReader(RandomIndexWriter.java:495)
      >         at 
app//org.apache.lucene.tests.index.RandomIndexWriter.getReader(RandomIndexWriter.java:427)
      >         at 
app//org.apache.lucene.index.TestIndexFileDeleter.testExcInDecRef(TestIndexFileDeleter.java:481)
      >         at 
java.base@21.0.2/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
      >         at 
java.base@21.0.2/java.lang.reflect.Method.invoke(Method.java:580)
      >         at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758)
      >         at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
      >         at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
      >         at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
      >         at 
app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
      >         at 
app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
      >         at 
app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
      >         at 
app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
      >         at 
app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
      >         at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
      >         at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
      >         at 
app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:[390](https://github.com/apache/lucene/actions/runs/8554729592/job/23440647130#step:4:391))
      >         at 
app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
      >         at 
app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
      >         at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
      >         at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
      >         at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
      >         at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
      >         at 
app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
      >         at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
      >         at 
app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
      >         at 
app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
      >         at 
app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
      >         at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
      >         at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
      >         at 
app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
      >         at 
app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
      >         at 
app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
      >         at 
app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
      >         at 
app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
      >         at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
      >         at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
      >         at 
app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
      >         at 
app//com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
      >         at java.base@21.0.2/java.lang.Thread.run(Thread.java:1583)
     2> NOTE: reproduce with: gradlew test --tests 
TestIndexFileDeleter.testExcInDecRef -Dtests.seed=F5635EBE50E38053 
-Dtests.locale=en-TT -Dtests.timezone=Greenwich -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
     2> NOTE: leaving temporary files on disk at: 
/home/runner/work/lucene/lucene/lucene/core/build/tmp/tests-tmp/lucene.index.TestIndexFileDeleter_F5635EBE50E38053-001
     2> NOTE: test params are: codec=Asserting(Lucene99): {field=FST50, 
id=PostingsFormat(name=LuceneVarGapFixedInterval), content=Lucene99}, 
docValues:{}, maxPointsInLeafNode=77, 
maxMBSortInHeap=6.580453733478[409](https://github.com/apache/lucene/actions/runs/8554729592/job/23440647130#step:4:410),
 sim=Asserting(RandomSimilarity(queryNorm=false): {field=DFR I(F)B2, 
content=ClassicSimilarity}), locale=en-TT, timezone=Greenwich
     2> NOTE: Linux 6.5.0-1016-azure amd64/Eclipse Adoptium 21.0.2 
(64-bit)/cpus=4,threads=1,free=195783776,total=279969792
     2> NOTE: All tests run in this JVM: [TestAssertions, TestExternalCodecs, 
TestSearch, TestAbstractAnalysisFactory, TestAnalyzerWrapper, 
TestCachingTokenFilter, TestCharArraySet, TestCharacterUtils, 
TestGraphTokenFilter, TestReusableStringReader, TestWordlistLoader, 
TestStandardFactories, TestCharTermAttributeImpl, TestSimpleAttributeImpl, 
TestCodecUtil, TestMinimalCodec, TestFastCompressionMode, 
TestHighCompressionMode, TestIndexedDISI, TestLucene90DocValuesFormat, 
TestLucene90FieldInfosFormat, TestLucene90NormsFormat, 
TestLucene90PointsFormat, TestLucene90StoredFieldsFormatHighCompression, 
TestLucene90TermVectorsFormat, TestCompressingStoredFieldsFormat, 
TestStoredFieldsInt, TestForDeltaUtil, TestLucene99HnswQuantizedVectorsFormat, 
TestLucene99PostingsFormat, TestPForUtil, TestPerFieldKnnVectorsFormat, 
TestPerFieldPostingsFormat2, TestDateTools, TestDoubleRange, TestFeatureField, 
TestField, TestFloatRange, TestIntRange, TestLatLonDocValuesField, 
TestLatLonDocValuesPointPointQuer
 ies, TestLatLonLineShapeQueries, TestLatLonMultiPointPointQueries, 
TestLatLonMultiPolygonShapeQueries, TestLatLonPointDistanceFeatureQuery, 
TestLatLonPointPointQueries, TestLatLonPointShapeQueries, 
TestLatLonPolygonShapeQueries, TestLatLonShapeEncoding, TestLongHashSet, 
TestManyKnnDocs, TestShapeDocValues, TestXYLineShapeDVQueries, 
TestXYMultiLineShapeQueries, TestXYMultiPolygonShapeQueries, 
TestXYPointShapeQueries, TestXYPolygonShapeQueries, TestXYShapeEncoding, 
TestCircle2D, TestGeoUtils, TestPoint, TestPolygon, TestRectangle2D, 
TestTessellator, TestXYLine, TestXYPolygon, Test2BBinaryDocValues, 
Test2BNumericDocValues, Test2BPositions, Test2BPostingsBytes, 
Test2BSortedDocValuesOrds, Test4GBStoredFields, TestAllFilesCheckIndexHeader, 
TestAllFilesDetectTruncation, TestAllFilesHaveCodecHeader, TestAtomicUpdate, 
TestBagOfPostings, TestBinaryTerms, TestByteSlicePool, TestCachingMergeContext, 
TestCodecHoldsOpenFiles, TestConcurrentApproximatePriorityQueue, 
TestConsistentFieldNumbers, Tes
 tCrashCausesCorruptIndex, TestCustomTermFreq, TestDemoParallelLeafReader, 
TestDirectoryReaderReopen, TestDocCount, TestDocInverterPerFieldErrorInfo, 
TestDocValuesFieldUpdates, TestDocsAndPositions, TestDocumentWriter, 
TestDocumentsWriterPerThreadPool, TestDuelingCodecs, TestExceedMaxTermLength, 
TestFieldInfos, TestFieldReuse, TestFieldsReader, TestFilterDirectoryReader, 
TestFilterLeafReader, TestFlex, TestForTooMuchCloning, 
TestFrozenBufferedUpdates, TestIndexFileDeleter]
   ```
   


-- 
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: issues-unsubscr...@lucene.apache.org

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

Reply via email to