michaelsembwever commented on code in PR #2506:
URL: https://github.com/apache/cassandra/pull/2506#discussion_r1272518270
##########
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:
oh, that's a whole new unravel, give me an hour…
##########
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:
oh, that's a whole new unravel, give me an hour…
--
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]