nizhikov commented on code in PR #11432:
URL: https://github.com/apache/ignite/pull/11432#discussion_r1742110030
##########
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:
Nevermind, case for a jdk > 11 is few lines higher.
--
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]