smiklosovic commented on code in PR #2889:
URL: https://github.com/apache/cassandra/pull/2889#discussion_r1394002137
##########
test/unit/org/apache/cassandra/tools/cassandrastress/CassandrastressTest.java:
##########
@@ -70,6 +70,8 @@ public void testNodesArg()
String hostNameAndPort = String.format("localhost:%s", nativePort);
invokeAndAssertCleanExit(baseArgs, "-node", hostNameAndPort);
+
+ invokeAndAssertCleanExit(baseArgs, "-mode", "simplenative",
"prepared");
Review Comment:
@dmi0 could you add here more combinations? like
-mode simplenative prepared
-mode simplenative unprepared
-mode prepared
-mode unprepared
This should be applied to all branches.
--
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]