nizhikov commented on code in PR #11986: URL: https://github.com/apache/ignite/pull/11986#discussion_r2052203876
########## 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) Review Comment: Please, revert import of `Parameter` class to make PR more clear. -- 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