You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2022/03/12 18:13:32 UTC

[GitHub] [cassandra] jacek-lewandowski commented on a change in pull request #1488: Unit test improvements

jacek-lewandowski commented on a change in pull request #1488:
URL: https://github.com/apache/cassandra/pull/1488#discussion_r825333120



##########
File path: test/unit/org/apache/cassandra/tools/ToolRunner.java
##########
@@ -216,6 +216,8 @@ public static ObservableTool invokeAsync(Map<String, String> env, InputStream st
         ProcessBuilder pb = new ProcessBuilder(args);
         if (env != null && !env.isEmpty())
             pb.environment().putAll(env);
+        String jvmOpts = pb.environment().getOrDefault("JVM_OPTS", "") + " -Dcassandra.disable_tcactive_openssl=true";

Review comment:
       well, because we want the subprocess also use that property - it is not inherited automatically, right?




-- 
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: pr-unsubscribe@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org