adelapena commented on code in PR #2506:
URL: https://github.com/apache/cassandra/pull/2506#discussion_r1272498804


##########
test/unit/org/apache/cassandra/net/FramingTest.java:
##########
@@ -271,7 +270,7 @@ public void testRandomLegacy()
     private void testRandomLegacy(int count)
     {
         SecureRandom seeds = new SecureRandom();
-        for (int messagingVersion : new int[] { VERSION_30, VERSION_3014, 
current_version})
+        for (int messagingVersion : new int[] { VERSION_40 })

Review Comment:
   We don't need to loop here, there is only a single value. Also, do we need 
the `FrameDecoderLegacy` class at all?



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to