[
https://issues.apache.org/jira/browse/NIFI-7751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17183573#comment-17183573
]
ASF subversion and git services commented on NIFI-7751:
-------------------------------------------------------
Commit d0c0f9704c7b9261b84f662373dc289f81d55bf1 in nifi's branch
refs/heads/main from Pierre Villard
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=d0c0f97 ]
NIFI-7751 - This closes #4483. fix for TestExecuteStreamCommand unit tests
Signed-off-by: Joe Witt <[email protected]>
> 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
> Priority: Minor
> Time Spent: 0.5h
> 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)