markap14 commented on PR #11651: URL: https://github.com/apache/nifi/pull/11651#issuecomment-5594327500
[Cursor Grok 4.6] `system-tests / ubuntu-24.04 Java 25` failed again on the rerun: https://github.com/apache/nifi/actions/runs/34285562529/job/102282792740 Still pre-existing flakes, not verify-config (`ClasspathVerifyIT` 9/9). Java 21 passed on the first rerun. Rerunning the failed Java 25 shard again. `JoinClusterWithMissingConnectionWithDataIT.testFailsToJoinWithMissingConnectionThatHasData` timed out while disconnecting a node: ``` java.util.concurrent.TimeoutException: testFailsToJoinWithMissingConnectionThatHasData() timed out after 5 minutes Suppressed: java.lang.InterruptedException: sleep interrupted at org.apache.nifi.tests.system.NiFiSystemIT.waitFor(NiFiSystemIT.java:448) at org.apache.nifi.tests.system.NiFiSystemIT.removeNodeFromCluster(NiFiSystemIT.java:720) at org.apache.nifi.tests.system.clustering.JoinClusterWithMissingConnectionWithDataIT.testFailsToJoinWithMissingConnectionThatHasData(JoinClusterWithMissingConnectionWithDataIT.java:102) ``` `ClusteredConnectorBacklogIT.testClusteredDelegateBacklogAggregatesAcrossNodes` — same `VALIDATING` / HTTP 409 race as the first Java 21 run: ``` org.apache.nifi.toolkit.client.NiFiClientException: Error submitting Backlog Request for Connector 83bce0de-01a0-1000-ffff-ffff845807dc: Node localhost:5671 is unable to fulfill this request due to: Cannot report backlog for Connector 83bce0de-01a0-1000-ffff-ffff845807dc because the Connector is not valid (Validation State is VALIDATING) at org.apache.nifi.tests.system.NiFiClientUtil.getConnectorBacklog(NiFiClientUtil.java:2487) at org.apache.nifi.tests.system.connectors.ClusteredConnectorBacklogIT.testClusteredDelegateBacklogAggregatesAcrossNodes(ClusteredConnectorBacklogIT.java:69) ``` -- 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]
