tkalkirill commented on code in PR #1325:
URL: https://github.com/apache/ignite-3/pull/1325#discussion_r1030636442
##########
modules/storage-page-memory/src/test/java/org/apache/ignite/internal/storage/pagememory/PersistentPageMemoryMvTableStorageTest.java:
##########
@@ -101,4 +96,16 @@ public void testAbortRebalanceMvPartition() throws
Exception {
public void testFinishRebalanceMvPartition() throws Exception {
super.testFinishRebalanceMvPartition();
}
+
+ @Test
+ @Override
+ public void testDestroyPartition() throws Exception {
+ super.testDestroyPartition();
+
+ // Let's make sure that the checkpoint doesn't failed.
Review Comment:
Fix it
--
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]