Phillippko commented on code in PR #6033: URL: https://github.com/apache/ignite-3/pull/6033#discussion_r2161696680
########## modules/storage-api/src/testFixtures/java/org/apache/ignite/internal/storage/AbstractMvTableStorageTest.java: ########## @@ -626,7 +626,7 @@ public void testReCreatePartition() throws Exception { return null; }); - tableStorage.destroyPartition(PARTITION_ID).get(1, SECONDS); + tableStorage.destroyPartition(PARTITION_ID).get(2, SECONDS); Review Comment: Fixed. 1 second was not enough as destroy partition now waits for checkpoint and there is a 1 second delay -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org