rpuch commented on code in PR #5297: URL: https://github.com/apache/ignite-3/pull/5297#discussion_r1973003091
########## modules/partition-replicator/src/integrationTest/java/org/apache/ignite/internal/partition/replicator/AbstractZoneReplicationTest.java: ########## @@ -78,11 +81,11 @@ abstract class AbstractZoneReplicationTest extends IgniteAbstractTest { private static final int BASE_PORT = 20_000; - protected static final String TEST_ZONE_NAME = "TEST_ZONE"; + static final String TEST_ZONE_NAME = "TEST_ZONE"; Review Comment: I switched the test class I added in this PR to `ItAbstractColocationTest`, but I left the other base class for now as it seems to be an unrelated task to remove it; I filed an issue about it https://issues.apache.org/jira/browse/IGNITE-24649 -- 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