tkalkirill commented on code in PR #4152:
URL: https://github.com/apache/ignite-3/pull/4152#discussion_r1698000790
##########
modules/metastorage-api/src/test/java/org/apache/ignite/internal/metastorage/dsl/CompoundConditionTypeTest.java:
##########
@@ -32,4 +33,15 @@ void testOrdinal() {
assertEquals(1, CompoundConditionType.OR.ordinal());
}
+
+ /** Checks that the ordinal does not change, since the enum will be
transfer in the {@link NetworkMessage}. */
Review Comment:
Fix it
##########
modules/metastorage-api/src/test/java/org/apache/ignite/internal/metastorage/dsl/ConditionTypeTest.java:
##########
@@ -60,4 +61,43 @@ void testOrdinal() {
assertEquals(15, ConditionType.NOT_TOMBSTONE.ordinal());
}
+
+ /** Checks that the ordinal does not change, since the enum will be
transfer in the {@link NetworkMessage}. */
Review Comment:
Fix it
##########
modules/metastorage-api/src/test/java/org/apache/ignite/internal/metastorage/dsl/OperationTypeTest.java:
##########
@@ -34,4 +35,17 @@ void testOrdinal() {
assertEquals(2, OperationType.REMOVE.ordinal());
}
+
+ /** Checks that the ordinal does not change, since the enum will be
transfer in the {@link NetworkMessage}. */
Review Comment:
Fix it
--
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]