[
https://issues.apache.org/jira/browse/NIFI-15543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Handermann updated NIFI-15543:
------------------------------------
Fix Version/s: 2.8.0
Resolution: Fixed
Status: Resolved (was: Patch Available)
> 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
> Fix For: 2.8.0
>
> Time Spent: 20m
> 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 for the disabledReason
> property in the DisabledOnOs annotation.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)