You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "David Capwell (Jira)" <ji...@apache.org> on 2020/01/29 21:25:00 UTC

[jira] [Created] (CASSANDRA-15532) python dtest function assert_stderr_clean should exclude JAVA_TOOL_OPTIONS

David Capwell created CASSANDRA-15532:
-----------------------------------------

             Summary: python dtest function assert_stderr_clean should exclude JAVA_TOOL_OPTIONS
                 Key: CASSANDRA-15532
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-15532
             Project: Cassandra
          Issue Type: Improvement
          Components: Test/dtest
            Reporter: David Capwell
            Assignee: David Capwell


JAVA_TOOL_OPTIONS is a JVM override to allow setting JVM flags without modifying all code which creates the JVM, but for security reasons (see https://bugs.openjdk.java.net/browse/JDK-8039152) it needs to log to stderr.  Python dtest uses the function assert_stderr_clean to check to see if stderr had any unexpected errors, and should whitelist JAVA_TOOL_OPTIONS so it doesn’t cause test failures.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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