bereng commented on a change in pull request #845:
URL: https://github.com/apache/cassandra/pull/845#discussion_r555508057
##########
File path:
test/unit/org/apache/cassandra/tools/nodetool/stats/NodetoolTableStatsTest.java
##########
@@ -237,4 +237,13 @@ public void testTopArg()
tool.assertCleanStdErr();
assertEquals(1, tool.getExitCode());
}
+
+ @Test
+ public void testStatusArg()
+ {
+ ToolResult tool = ToolRunner.invokeNodetool("status", "-r");
Review comment:
+1 Either we resolve this here or we open a new ticket if you don't want
to drag this one longer
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]