wernerdv commented on code in PR #13062:
URL: https://github.com/apache/ignite/pull/13062#discussion_r3273913818


##########
modules/core/src/test/java/org/apache/ignite/internal/GridTopicExternalizableSelfTest.java:
##########
@@ -165,10 +173,167 @@ public void 
testSerializationTopicCreatedByStringAndUUIDAndIntAndLong() throws E
             info("Test GridTopic externalization [marshaller=" + marsh + ']');
 
             for (GridTopic topic : GridTopic.values()) {
-                Externalizable msgOut = (Externalizable)topic.topic(A_STRING, 
AN_UUID, AN_INT, A_LONG);
+                Externalizable msgOut = new T7(topic, 
UUID.nameUUIDFromBytes(A_STRING.getBytes(UTF_8)), AN_UUID, AN_INT, A_LONG);
 
                 assertEquals(msgOut, GridTestIoUtils.externalize(msgOut, 
marsh));
             }
         }
     }
+
+    /** */
+    private static class T5 implements Externalizable {

Review Comment:
   Done



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