manish-m-pillai commented on code in PR #3733:
URL: https://github.com/apache/cassandra/pull/3733#discussion_r1879571615


##########
test/unit/org/apache/cassandra/tools/nodetool/StatusTest.java:
##########
@@ -117,4 +117,51 @@ private void validateStatusOutput(String hostForm, 
String... args)
         assertThat(hostStatus).endsWith(SimpleSnitch.RACK_NAME);
         assertThat(hostStatus).doesNotContain("?");
     }
-}
+
+    @Test
+    public void testSortByIp() {

Review Comment:
   I agree, further testing with multiple hosts would be beneficial to ensure 
the sorting mechanism is working as expected. Since I haven’t written many test 
cases yet, I might need some assistance with this. I'll proceed with testing 
and would appreciate any help to ensure comprehensive coverage.



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