sanpwc commented on code in PR #5391:
URL: https://github.com/apache/ignite-3/pull/5391#discussion_r1991643629


##########
modules/table/src/test/java/org/apache/ignite/internal/table/distributed/TableManagerRecoveryTest.java:
##########
@@ -239,6 +241,7 @@ public void testTableIgnoredOnRecovery() throws Exception {
     }
 
     @Test
+    @WithSystemProperty(key = COLOCATION_FEATURE_FLAG, value = "false")

Review Comment:
   Semantically TableManager still recovers tables on startAsync in case of 
colocation track, thus we check it. Precisly startAsync() calls startTables() 
that on it's own calls prepareTableResourcesAndLoadToZoneReplica that calls 
getOrCreatePartitionStorages etc.



-- 
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

Reply via email to