[
https://issues.apache.org/jira/browse/NIFI-15413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Stieglitz updated NIFI-15413:
------------------------------------
Description:
In NIFI-15402 test testArgumentsWithQuotesFromAttributeDynamicProperties in
TestExecuteStreamCommand on Windows was disabled. There is no clear indication
when running the test why it fails on Windows as seen in stack trace below
{code:java}
Error:
org.apache.nifi.processors.standard.TestExecuteStreamCommand.testArgumentsWithQuotesFromAttributeDynamicProperties
-- Time elapsed: 0.059 s <<< FAILURE! org.opentest4j.AssertionFailedError:
expected: <1> but was: <0> at
org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:158)
at
org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:139)
at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:201) at
org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:152) at
org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:147) at
org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:558) at
org.apache.nifi.util.StandardProcessorTestRunner.assertTransferCount(StandardProcessorTestRunner.java:407)
at
org.apache.nifi.processors.standard.TestExecuteStreamCommand.testArgumentsWithQuotesFromAttributeDynamicProperties(TestExecuteStreamCommand.java:633){code}
was:In NIFI-15402 test testArgumentsWithQuotesFromAttributeDynamicProperties
in TestExecuteStreamCommand on Windows was disabled. There is no clear
indication when running the test why it fails on Windows.
> Enable test testArgumentsWithQuotesFromAttributeDynamicProperties in
> TestExecuteStreamCommand on Windows
> --------------------------------------------------------------------------------------------------------
>
> Key: NIFI-15413
> URL: https://issues.apache.org/jira/browse/NIFI-15413
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Daniel Stieglitz
> Priority: Minor
>
> In NIFI-15402 test testArgumentsWithQuotesFromAttributeDynamicProperties in
> TestExecuteStreamCommand on Windows was disabled. There is no clear
> indication when running the test why it fails on Windows as seen in stack
> trace below
>
> {code:java}
> Error:
> org.apache.nifi.processors.standard.TestExecuteStreamCommand.testArgumentsWithQuotesFromAttributeDynamicProperties
> -- Time elapsed: 0.059 s <<< FAILURE! org.opentest4j.AssertionFailedError:
> expected: <1> but was: <0> at
> org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:158)
> at
> org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:139)
> at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:201) at
> org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:152) at
> org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:147) at
> org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:558) at
> org.apache.nifi.util.StandardProcessorTestRunner.assertTransferCount(StandardProcessorTestRunner.java:407)
> at
> org.apache.nifi.processors.standard.TestExecuteStreamCommand.testArgumentsWithQuotesFromAttributeDynamicProperties(TestExecuteStreamCommand.java:633){code}
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)