[
https://issues.apache.org/jira/browse/NIFI-16289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18111186#comment-18111186
]
ASF subversion and git services commented on NIFI-16289:
--------------------------------------------------------
Commit 10b129ff931e079392ca9f899173fb64ab4ac001 in nifi's branch
refs/heads/main from Mark Payne
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=10b129ff931 ]
NIFI-16289 Wait for Couchbase bucket readiness in integration tests (#11620)
> Fix flaky Couchbase processor integration-test bucket readiness
> ---------------------------------------------------------------
>
> Key: NIFI-16289
> URL: https://issues.apache.org/jira/browse/NIFI-16289
> Project: Apache NiFi
> Issue Type: Bug
> Components: Extensions
> Reporter: Mark Payne
> Assignee: Mark Payne
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> {{PutCouchbaseIT.testPutDocument}} remains flaky after NIFI-16194.
> Recent failure:
> https://github.com/apache/nifi/actions/runs/33678350576/job/100452694901
> The test creates a warmed Couchbase connection service, then
> {{getTestDocument()}} opens a separate {{Cluster}} and immediately executes
> {{collection.get()}}. The SDK can time out after 2.5 seconds with
> {{BUCKET_OPEN_IN_PROGRESS}}.
> Wait for the bucket to be KV-ready before direct test reads and writes.
> {{GetCouchbaseIT.insertTestDocument()}} has the same pattern.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)