javanna commented on PR #16530: URL: https://github.com/apache/lucene/pull/16530#issuecomment-5366889630
Hey, I bumped into this build failure and I thought it may be related to this change: Build: https://jenkins.thetaphi.de/job/Lucene-main-Linux/66586/ Java: 64bit/hotspot/jdk-25.0.3 -XX:+UseCompressedOops -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.lucene.index.TestTrackingTmpOutputDirectoryWrapper.testCopyFromCleansUpOnFailure Error Message: java.lang.AssertionError: temp file must be deleted from backing dir after failed copyFrom expected:<0> but was:<1> Stack Trace: ``` java.lang.AssertionError: temp file must be deleted from backing dir after failed copyFrom expected:<0> but was:<1> at __randomizedtesting.SeedInfo.seed([FEF8B573E1CF44D1:35D36A2E970AC7CD]:0) at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835) at org.junit.Assert.assertEquals(Assert.java:647) at org.apache.lucene.index.TestTrackingTmpOutputDirectoryWrapper.testCopyFromCleansUpOnFailure(TestTrackingTmpOutputDirectoryWrapper.java:79) ``` -- 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]
