sashapolo commented on code in PR #1254:
URL: https://github.com/apache/ignite-3/pull/1254#discussion_r1006491363
##########
modules/raft/src/integrationTest/java/org/apache/ignite/internal/raft/ItLearnersTest.java:
##########
@@ -82,6 +83,12 @@ public String toString() {
}
};
+ static final TestRaftMessagesFactory MESSAGES_FACTORY = new
TestRaftMessagesFactory();
+
+ static TestWriteCommand createWriteCommand(String value) {
Review Comment:
same here
##########
modules/raft/src/integrationTest/java/org/apache/ignite/internal/raft/ItLearnersTest.java:
##########
@@ -82,6 +83,12 @@ public String toString() {
}
};
+ static final TestRaftMessagesFactory MESSAGES_FACTORY = new
TestRaftMessagesFactory();
Review Comment:
please make it `private`
--
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]