markap14 commented on PR #11435: URL: https://github.com/apache/nifi/pull/11435#issuecomment-5093468601
[claude-opus-4.8] CI note: the **MacOS Zulu JDK 21 JP** check failed, but the failure is an unrelated, pre-existing flake and not caused by this PR. Failing job: https://github.com/apache/nifi/actions/runs/30277795931/job/90016294685 ``` [ERROR] org.apache.nifi.remote.util.SiteToSiteRestApiClientTest.testFinishTransferFlowFilesNotStarted -- Time elapsed: 5.359 s <<< ERROR! java.util.concurrent.TimeoutException: testFinishTransferFlowFilesNotStarted() timed out after 5 seconds at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) [ERROR] SiteToSiteRestApiClientTest.testFinishTransferFlowFilesNotStarted ยป Timeout testFinishTransferFlowFilesNotStarted() timed out after 5 seconds ``` This is a `@Timeout(5s)` test in `nifi-commons/nifi-site-to-site-client`, a module this PR does not touch (the changes here are in the connector backlog / `nifi-framework-cluster` code). The same test passed on the Ubuntu Corretto JDK 21 shard of this run, which points to a timing-sensitive flake on the macOS runner rather than a real defect. Plan: I'll re-run only the failed shard once the parent workflow run finishes (a single-job re-run returns 403 while sibling jobs are still in progress). -- 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]
