rpuch commented on code in PR #5387: URL: https://github.com/apache/ignite-3/pull/5387#discussion_r1989051129
########## modules/replicator/src/testFixtures/java/org/apache/ignite/internal/replicator/ReplicaTestUtils.java: ########## @@ -72,6 +72,45 @@ public static Optional<RaftGroupService> getRaftClient(ReplicaManager replicaMan } } + /** + * Returns raft-client of a zone partition if exists. + * + * @param node Ignite node that hosts the raft-client. + * @param zoneId Desired zone's ID. + * @param partId Desired partition's ID. + * + * @return Optional with raft-client if exists on the node by given identifiers. + */ + @TestOnly + public static Optional<RaftGroupService> getZoneRaftClient(Ignite node, int zoneId, int partId) { Review Comment: I just copied an existing method here -- 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