[
https://issues.apache.org/jira/browse/NIFI-15543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Stieglitz updated NIFI-15543:
------------------------------------
Description:
Currently the testProcessRestarted test in PythonControllerInteractionIT is
disabled running on Windows as seen in the code below.
{code:java}
@Test
@Timeout(45)
@DisabledOnOs(org.junit.jupiter.api.condition.OS.WINDOWS) // Cannot run on
windows because ExitAfterFourInvocations uses `kill -9` command
public void testProcessRestarted(){code}
The reason is in a comment and should be the value of the disabledReason
property in the DisabledOnOs annotation.
was:
Currently the testProcessRestarted test in PythonControllerInteractionIT is
disabled running on Windows as seen in the code below.
{code:java}
@Test
@Timeout(45)
@DisabledOnOs(org.junit.jupiter.api.condition.OS.WINDOWS) // Cannot run on
windows because ExitAfterFourInvocations uses `kill -9` command
public void testProcessRestarted(){code}
The reason is in a comment and should be part of the disabledReason property of
the DisabledOnOs annotation.
> Incorporate comment as disabledReason for disabled test on Windows
> testProcessRestarted in PythonControllerInteractionIT
> ------------------------------------------------------------------------------------------------------------------------
>
> Key: NIFI-15543
> URL: https://issues.apache.org/jira/browse/NIFI-15543
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Daniel Stieglitz
> Assignee: Daniel Stieglitz
> Priority: Minor
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Currently the testProcessRestarted test in PythonControllerInteractionIT is
> disabled running on Windows as seen in the code below.
> {code:java}
> @Test
> @Timeout(45)
> @DisabledOnOs(org.junit.jupiter.api.condition.OS.WINDOWS) // Cannot run on
> windows because ExitAfterFourInvocations uses `kill -9` command
> public void testProcessRestarted(){code}
> The reason is in a comment and should be the value of the disabledReason
> property in the DisabledOnOs annotation.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)