markap14 commented on PR #11164: URL: https://github.com/apache/nifi/pull/11164#issuecomment-5639478672
[GPT-5.6 Sol] CI failure on `MacOS Zulu JDK 21 JP` — classified as a pre-existing test race; the failed shard will be rerun after the parent workflow completes. **Failed check:** `MacOS Zulu JDK 21 JP` — https://github.com/apache/nifi/actions/runs/34631800449/job/103370270431 **Failing test:** `org.apache.nifi.controller.scheduling.TestStandardProcessScheduler.validateNeverEnablingServiceCanStillBeDisabled` ``` org.opentest4j.AssertionFailedError: expected: <0> but was: <1> at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:569) at org.apache.nifi.controller.scheduling.TestStandardProcessScheduler.validateNeverEnablingServiceCanStillBeDisabled(TestStandardProcessScheduler.java:563) ``` This failure is unrelated to the PR. The test and controller-service lifecycle implementation are unchanged. The test calls asynchronous `disableControllerService()` and then immediately asserts that `@OnDisabled` has not run; on this runner, the callback completed quickly enough for the count to reach 1 first. The only branch diff in `StandardProcessScheduler` is comment wording in `startConnectable()`. **Plan:** rerun only this failed shard once run 34631800449 completes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
