[
https://issues.apache.org/jira/browse/NIFI-15543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18056483#comment-18056483
]
ASF subversion and git services commented on NIFI-15543:
--------------------------------------------------------
Commit 43d90088970a0c746f7535befb6788a396a3b093 in nifi's branch
refs/heads/main from dan-s1
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=43d9008897 ]
NIFI-15543 Added disabled reason to testProcessRestarted for Windows in
PythonControllerInteractionIT (#10847)
Signed-off-by: David Handermann <[email protected]>
> 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: 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)