nizhikov commented on code in PR #11432:
URL: https://github.com/apache/ignite/pull/11432#discussion_r1742085307


##########
modules/compatibility/src/test/java/org/apache/ignite/compatibility/persistence/PersistenceBasicCompatibilityTest.java:
##########
@@ -108,7 +108,7 @@ public void testNodeStartByOldVersionPersistenceData() 
throws Exception {
             Assume.assumeTrue("Skipped on jdk " + U.jdkVersion(),
                 
VER_2_12_0.compareTo(IgniteReleasedVersion.fromString(version)) < 0);
         }
-        else if (majorJavaVer > 8) {
+        else if (majorJavaVer == 11) {

Review Comment:
   What is this test will be executed on 12, 13 or any other non LTS jdk 
release?



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

Reply via email to