dcapwell commented on code in PR #2310:
URL: https://github.com/apache/cassandra/pull/2310#discussion_r1232590802
##########
test/unit/org/apache/cassandra/tools/ToolRunner.java:
##########
@@ -389,6 +389,19 @@ public Exception getException()
{
return e;
}
+
+ /**
+ * Checks if the stdErr is empty after removing any potential JVM env
info output and other noise
+ *
+ * Some JVM configs may output env info on stdErr. We need to remove
those to see what was the tool's actual
+ * stdErr
+ *
+ * @return The ToolRunner instance
Review Comment:
ill delete; copy/paste =D
--
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]