nizhikov commented on code in PR #11986:
URL: https://github.com/apache/ignite/pull/11986#discussion_r2052203595
##########
modules/compatibility/src/test/java/org/apache/ignite/compatibility/persistence/SnapshotCompatibilityTest.java:
##########
@@ -83,52 +84,44 @@ public class SnapshotCompatibilityTest extends
IgniteCompatibilityAbstractTest {
private static final String CUSTOM_SNP_RELATIVE_PATH = "ex_snapshots";
/** */
- private static final String CONSISTENT_ID = UUID.randomUUID().toString();
-
- /** */
- @Parameterized.Parameter
+ @Parameter
public boolean incSnp;
/** */
- @Parameterized.Parameter(1)
- @Nullable public String consId;
+ @Parameter(1)
+ public boolean customConsId;
/** */
- @Parameterized.Parameter(2)
+ @Parameter(2)
public int oldNodesCnt;
Review Comment:
oldNodesCnt -> nodesCnt
--
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]