You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/12/24 04:02:41 UTC

[GitHub] [iceberg] kbendick commented on a change in pull request #3798: Core: add test for deadlock in CachingCatalog

kbendick commented on a change in pull request #3798:
URL: https://github.com/apache/iceberg/pull/3798#discussion_r774862595



##########
File path: core/src/test/java/org/apache/iceberg/hadoop/TestCachingCatalog.java
##########
@@ -276,6 +283,44 @@ public void testCacheExpirationIsDisabledByANegativeValue() throws IOException {
         catalog.isCacheExpirationEnabled());
   }
 
+  @Test
+  @Ignore("reproduces https://github.com/apache/iceberg/issues/3791")

Review comment:
       Eventually, we might want to put this test into the source (and leave it with the `Ignore`) so it can be reran. At the least lets, reference the other PR here so people will have a higher chance of seeing the link: https://github.com/apache/iceberg/pull/3801




-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org