himanshujindal commented on code in PR #4304:
URL: https://github.com/apache/cassandra/pull/4304#discussion_r2275016374
##########
test/distributed/org/apache/cassandra/distributed/test/GossipTest.java:
##########
@@ -285,4 +288,40 @@ public void testQuarantine() throws IOException
assertTrue(removed);
}
}
+
+ @Test
+ public void testMultipleMajorVersionsWithMultipleMajorVersions() throws
Exception
+ {
+ try (Cluster cluster = builder()
+ .withNodes(2)
+ .withConfig(config -> config.with(GOSSIP))
+ .start())
+ {
+ InetSocketAddress peer1 = cluster.get(1).broadcastAddress();
+ String version1 = "4.0.1920";
Review Comment:
Yes, added in new revision.
--
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]