AMashenkov commented on code in PR #6076: URL: https://github.com/apache/ignite-3/pull/6076#discussion_r2158578023
########## modules/client-handler/src/integrationTest/java/org/apache/ignite/client/handler/ItClientHandlerTest.java: ########## @@ -159,7 +159,7 @@ void testHandshakeValidReturnsSuccess() throws Exception { unpacker.skipValue(extensionsLen); assertArrayEquals(MAGIC, magic); - assertEquals(98, len); + assertEquals(99, len); Review Comment: ```suggestion assertEquals(99, len); ``` Can we replace expected value with the expression depending on `extensionLen` and `featuresLen`? -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org