Skip to content

Use Couchbase SDK readiness waits in tests#1371

Merged
cristianrgreco merged 1 commit into
mainfrom
codex/couchbase-sdk-readiness
Jun 18, 2026
Merged

Use Couchbase SDK readiness waits in tests#1371
cristianrgreco merged 1 commit into
mainfrom
codex/couchbase-sdk-readiness

Conversation

@cristianrgreco

Copy link
Copy Markdown
Collaborator

Summary

  • update the Couchbase SDK dev dependency from 4.7.0 to 4.7.1
  • wait for bucket KV readiness before SDK KV operations in Couchbase tests
  • update the docs-backed connect/query example to show the same readiness pattern

Verification

  • npm run format
  • npm run lint
  • npm run check-compiles
  • npm run test -- packages/modules/couchbase/src/couchbase-container.test.ts -t "should create and use a bucket with KV service only"

Test results

The focused KV-only Couchbase test passes. A full sequential Couchbase test-file run reached 8/9 passing locally; the remaining failure was a Docker port-bind timeout before Couchbase startup logic, not a failure in the SDK readiness path.

Breaking change evidence

This is not breaking. The change updates a test-only dev dependency and test/example code only; it does not change the published module API or runtime behavior.

@netlify

netlify Bot commented Jun 18, 2026

Copy link
Copy Markdown

Deploy Preview for testcontainers-node ready!

Name Link
🔨 Latest commit bc0b62a
🔍 Latest deploy log https://app.netlify.com/projects/testcontainers-node/deploys/6a33a90323217c0008afd3d5
😎 Deploy Preview https://deploy-preview-1371--testcontainers-node.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@cristianrgreco cristianrgreco added maintenance Improvements that do not change functionality patch Backward compatible bug fix labels Jun 18, 2026
@cristianrgreco cristianrgreco merged commit efbbad0 into main Jun 18, 2026
263 checks passed
@cristianrgreco cristianrgreco deleted the codex/couchbase-sdk-readiness branch June 18, 2026 08:59
@cristianrgreco cristianrgreco changed the title Use Couchbase SDK readiness waits in Couchbase tests Use Couchbase SDK readiness waits in tests Jun 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintenance Improvements that do not change functionality patch Backward compatible bug fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant