You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Joe Witt (Jira)" <ji...@apache.org> on 2020/09/02 16:02:00 UTC

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

     [ https://issues.apache.org/jira/browse/NIFI-7751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe Witt updated NIFI-7751:
---------------------------
    Fix Version/s: 1.12.1

> Unit tests failing for TestExecuteStreamCommand
> -----------------------------------------------
>
>                 Key: NIFI-7751
>                 URL: https://issues.apache.org/jira/browse/NIFI-7751
>             Project: Apache NiFi
>          Issue Type: Task
>          Components: 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
>            Priority: Minor
>             Fix For: 1.13.0, 1.12.1
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> [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)