kbendick commented on a change in pull request #3801:
URL: https://github.com/apache/iceberg/pull/3801#discussion_r775769623
##########
File path: core/src/test/java/org/apache/iceberg/hadoop/TestCachingCatalog.java
##########
@@ -257,6 +264,44 @@ public void
testCacheExpirationEagerlyRemovesMetadataTables() throws IOException
catalog.cache().asMap().containsKey(metadataTable)));
}
+ @Test
+ @Ignore("reproduces https://github.com/apache/iceberg/issues/3791")
Review comment:
If it's just 2 seconds, I'd say enable it. We share infra with all of
ASF, but arguably we have a lot of Spark tests in this repo that should be
refactored that are more resource intensive than this. The risk of thread
thrashing is likely minimal and we can deal with it if it comes up.
--
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]