wkochman commented on PR #11528: URL: https://github.com/apache/nifi/pull/11528#issuecomment-5259061636
The `Ubuntu Java 21` integration-tests leg failed on an unrelated flaky test, not on anything in this PR (which only touches `nifi-connector-mock-bundle`). The failure is in `nifi-couchbase-processors`: ``` [ERROR] PutCouchbaseIT.testPutDocument:61 Expected all Transferred FlowFiles to go to success but 1 were routed to failure ``` The backing Couchbase Testcontainer never came up: ``` com.couchbase.client.core.error.ConfigException: Could not locate a single global configuration java.util.concurrent.TimeoutException: Did not observe any item or terminal signal within 10000ms in 'source(MonoDefer)' NativeIoException: recvAddress(..) failed with error(-104): Connection reset by peer ``` So `PutCouchbase` routed a FlowFile to `failure` because the container was unreachable. All JDK 21/25 unit-test legs and the validation checks passed. A re-run of the failed job should clear it. -- 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]
