markap14 commented on PR #11220: URL: https://github.com/apache/nifi/pull/11220#issuecomment-4401989416
[claude-opus-4.7] The `ubuntu-24.04 Java 21` shard of the [system-tests run](https://github.com/apache/nifi/actions/runs/25525725112/job/74920788653) failed on the known flake `ContentClaimTruncationIT.testReplayedFlowFileContentNotTruncated`: ``` [ERROR] org.apache.nifi.tests.system.repositories.ContentClaimTruncationIT.testReplayedFlowFileContentNotTruncated -- Time elapsed: 13.58 s <<< ERROR! org.apache.nifi.toolkit.client.NiFiClientException: Error retrieving FlowFile Content: Unable to find the specified content. at org.apache.nifi.tests.system.NiFiClientUtil.getFlowFileContent(NiFiClientUtil.java:2023) at org.apache.nifi.tests.system.NiFiClientUtil.getFlowFileContentAsByteArray(NiFiClientUtil.java:2001) at org.apache.nifi.tests.system.repositories.ContentClaimTruncationIT.testReplayedFlowFileContentNotTruncated(ContentClaimTruncationIT.java:346) Caused by: jakarta.ws.rs.NotFoundException: HTTP 404 Not Found ``` Tracked under [NIFI-15903](https://github.com/apache/nifi/pull/11203) ("Flaky tests ClusteredConnectorIT and ContentClaimTruncationIT"). The failure is unrelated to this PR, which only changes `StandardStateMap` in `nifi-framework-components`. I have rerun the failed shard. -- 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]
