nastra opened a new issue, #5861: URL: https://github.com/apache/iceberg/issues/5861
### Apache Iceberg version main (development) ### Query engine _No response_ ### Please describe the bug 🐞 The test itself was introduced with #4518 and failed on latest master in https://github.com/apache/iceberg/actions/runs/3129464949/jobs/5078743589: I've been running `TestManifestCaching` in a loop and this test failed quite often for me locally ``` TestManifestCaching > testWeakFileIOReferenceCleanUp FAILED java.lang.AssertionError: expected:<8> but was:<1> 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.junit.Assert.assertEquals(Assert.java:633) at org.apache.iceberg.TestManifestCaching.testWeakFileIOReferenceCleanUp(TestManifestCaching.java:182) ``` -- 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]
