rpuch commented on code in PR #5391:
URL: https://github.com/apache/ignite-3/pull/5391#discussion_r1991349468
##########
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:
There is the following line in the test:
```
verify(mvTableStorage,
timeout(WAIT_TIMEOUT).times(PARTITIONS)).createMvPartition(anyInt());
```
It makes sure that partitions were started (actually, that their storages
were created), but we don't do that for colocation case anymore.
--
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]