shishkovilja commented on code in PR #13451:
URL: https://github.com/apache/ignite/pull/13451#discussion_r3743412332


##########
modules/core/src/test/java/org/apache/ignite/internal/codegen/MessageProcessorTest.java:
##########
@@ -109,6 +109,31 @@ public void testCollectionsMessage() {
             
.hasSourceEquivalentTo(javaFile("TestCollectionsMessageMarshaller.java"));
     }
 
+    /** */
+    @Test
+    public void testEnumSetMessage() {
+        Compilation compilation = compile("TestEnumSetMessage.java");

Review Comment:
   1) We should add test for `EnumSet`, annotated with `CustomEnumMapper`.
   2) We should add test, that checks exception, when two different `EnumSet` 
are used in some Map, eg.:
   `Map<EnumSet<Enum1>, EnumSet<Enum2>>`. 
   See `MessageProcessorTets#testEnumMapperCannotBeTwoEnums` (type in method 
name) as example.
   
   This can be done in a separate PR.



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