chesnokoff commented on code in PR #11986:
URL: https://github.com/apache/ignite/pull/11986#discussion_r2073831451


##########
modules/compatibility/src/test/java/org/apache/ignite/compatibility/persistence/SnapshotCompatibilityTest.java:
##########
@@ -284,6 +289,11 @@ private static String calcValue(String cacheName, int key) 
{
         return cacheName + "-organization-" + key;
     }
 
+    /** */
+    private static String consId(boolean custom, int nodeIdx) {
+        return custom ? "node-" + nodeIdx : null;
+    }
+

Review Comment:
   Make it non-static and use customConsId field



-- 
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

Reply via email to