Cyrill commented on code in PR #6288: URL: https://github.com/apache/ignite-3/pull/6288#discussion_r2222933996
########## modules/transactions/src/integrationTest/java/org/apache/ignite/internal/disaster/ItDisasterRecoveryManagerTest.java: ########## @@ -268,6 +270,86 @@ void testRestartZonePartitions() { assertThat(selectAll(), hasSize(4)); } + @WithSystemProperty(key = IgniteSystemProperties.COLOCATION_FEATURE_FLAG, value = "false") + @Test + @ZoneParams(nodes = 2, replicas = 1, partitions = 2) Review Comment: I would just take more time to implement and will take more execution time, yet will show exactly the same case that is covered here. What we want to check is that in the case when the node that executes localState request has no partition data (and other nodes have it)- estimtedSize and even whole partition info will not be returned -- 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