rpuch commented on code in PR #5544: URL: https://github.com/apache/ignite-3/pull/5544#discussion_r2030586955
########## modules/transactions/src/integrationTest/java/org/apache/ignite/internal/disaster/ItDisasterRecoveryManagerTest.java: ########## @@ -95,6 +127,140 @@ void testRestartPartitions() { assertThat(selectAll(), hasSize(4)); } + @Test + @ZoneParams(nodes = 2, replicas = 2, partitions = 2) + void testLocalPartitionStateTable() throws Exception { Review Comment: Please add ``` @WithSystemProperty(key = COLOCATION_FEATURE_FLAG, value = "false") ``` to all table-only tests so that, when we run these tests on a colocation-enabled branch, table tests don't suddenly fail -- 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