netudima commented on code in PR #2497:
URL: https://github.com/apache/cassandra/pull/2497#discussion_r2155534286
##########
test/unit/org/apache/cassandra/tools/nodetool/TableHistogramsTest.java:
##########
@@ -144,7 +96,7 @@ public void testWithMoreThanOneTableSpecified()
// format 2 : ks1 tb1 ks2 tb2
tool = invokeNodetool("tablehistograms", "system", "local", "system",
"paxos");
assertNotEquals(0, tool.getExitCode());
- assertThat(tool.getStdout()).contains("nodetool: tablehistograms
requires <keyspace> <table> or <keyspace.table> format argument");
+ assertThat(tool.getStdout()).contains("nodetool: Unmatched arguments
from index 7: 'system', 'paxos'");
Review Comment:
the error looks strange and less clear ..
--
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]