tkalkirill commented on code in PR #1557:
URL: https://github.com/apache/ignite-3/pull/1557#discussion_r1082521831
##########
modules/storage-api/src/testFixtures/java/org/apache/ignite/internal/storage/AbstractMvTableStorageTest.java:
##########
@@ -917,4 +936,26 @@ private static List<byte[]>
toListOfByteArrays(Cursor<ReadResult> cursor) {
return
cursor.stream().map(ReadResult::binaryRow).map(BinaryRow::bytes).collect(toList());
}
}
+
+ private static RaftGroupConfiguration createRandomRaftGroupConfiguration()
{
+ Random random = new Random();
Review Comment:
Fix it
--
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]