markap14 commented on PR #11175: URL: https://github.com/apache/nifi/pull/11175#issuecomment-4665022092
[claude-opus-4.6] **CI update: both Ubuntu system-test shards failed again — all pre-existing cluster timing flakes, unrelated to this PR. Rerun triggered.** **Run:** https://github.com/apache/nifi/actions/runs/27238660428 **`ubuntu-24.04 Java 25`** — 1 failure: - `ClusteredRegistryClientIT.testControllerServiceUpdateWhileRunning`: HTTP 409 Conflict during test teardown (node still connecting when queue empty was requested) **`ubuntu-24.04 Java 21`** — 6 failures, all cluster timing races: - `ClusteredConnectorIT.testDeleteConnectorOnConnect`: timed out after 5 minutes - `LoadBalanceIT.testPartitionByAttribute`: HTTP 500 listing queue (node still connecting) - `ClusteredRegistryClientIT.testChangeVersionOnParentThatCascadesToChild`: HTTP 500 emptying queue during teardown - `ClusteredRegistryClientIT.testNewComponentsStartedDuringVersionChange`: HTTP 500 emptying queue during teardown - `ClusteredReplayProvenanceIT.testReplayLastEvent`: HTTP 500 emptying queue during teardown - `OffloadIT.testOffloadCompletesAfterStoppingAndTerminatingProcessorThatRetainsSessions`: HTTP 500 emptying queue during teardown Every failure is an HTTP 409/500 during cluster operations where a node hadn't finished connecting, or a timeout waiting for cluster coordination. The failing tests are spread across unrelated test classes and differ from the previous run's failures, confirming non-deterministic flakes. All other checks pass (macOS, Windows, build, Validate, CodeQL). Rerunned failed shards via `gh run rerun 27238660428 --failed`. -- 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]
