You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Pierre Villard (Jira)" <ji...@apache.org> on 2020/08/19 08:52:00 UTC

[jira] [Created] (NIFI-7751) Unit tests failing for TestExecuteStreamCommand

Pierre Villard created NIFI-7751:
------------------------------------

             Summary: Unit tests failing for TestExecuteStreamCommand
                 Key: NIFI-7751
                 URL: https://issues.apache.org/jira/browse/NIFI-7751
             Project: Apache NiFi
          Issue Type: Bug
          Components: Extensions, Tools and Build
    Affects Versions: 1.12.0
         Environment: Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /usr/share/apache-maven-3.6.3
Java version: 1.8.0_265, vendor: Azul Systems, Inc., runtime: /opt/hostedtoolcache/jdk/8.0.265/x64/jre
Default locale: en_FR, platform encoding: UTF8
OS name: "linux", version: "5.3.0-1034-azure", arch: "amd64", family: "unix"
            Reporter: Pierre Villard
            Assignee: Pierre Villard


[https://github.com/apache/nifi/runs/1000428857]
{code:java}
[ERROR] Tests run: 36, Failures: 2, Errors: 0, Skipped: 1, Time elapsed: 5.476 s <<< FAILURE! - in org.apache.nifi.processors.standard.TestExecuteStreamCommand
3176[ERROR] testLoggingToStdErr(org.apache.nifi.processors.standard.TestExecuteStreamCommand)  Time elapsed: 1.051 s  <<< FAILURE!
3177org.junit.ComparisonFailure: expected:<[fffffffffffffffffffffffffffffff]> but was:<[Picked up JAVA_TOOL_OPTIONS: -D]>
3178	at org.apache.nifi.processors.standard.TestExecuteStreamCommand.testLoggingToStdErr(TestExecuteStreamCommand.java:277)
3179
3180[ERROR] testLoggingToStdErrDynamicProperties(org.apache.nifi.processors.standard.TestExecuteStreamCommand)  Time elapsed: 1.093 s  <<< FAILURE!
3181org.junit.ComparisonFailure: expected:<[fffffffffffffffffffffffffffffff]> but was:<[Picked up JAVA_TOOL_OPTIONS: -D]>
3182	at org.apache.nifi.processors.standard.TestExecuteStreamCommand.testLoggingToStdErrDynamicProperties(TestExecuteStreamCommand.java:309)
{code}



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