You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected Behaviour
Couchbase module test should pass with Node 20x LTS version
Actual Behaviour
Couchbase module fails localy or in our pipeline running Node 20.x lts version
Steps to Reproduce
With Node 20.x version, run test to Couchbase module npm run test -- packages/modules/couchbase
See error:
FAIL packages/modules/couchbase/src/couchbase-container.test.ts (78.392 s)
CouchbaseContainer
Enterprise Image
✕ should connect and query using enterprise image (27383 ms)
✕ should flush bucket if flushEnabled and check any document exists (7864 ms)
Community Image
✕ should connect and query using community image (19874 ms)
✕ should flush bucket if flushEnabled and check any document exists (6583 ms)
✓ should throw error if analytics service enabled with community version (6474 ms)
✓ should throw error if eventing service enabled with community version (6435 ms)
● CouchbaseContainer › Enterprise Image › should connect and query using enterprise image
Could not perform request against couchbase HTTP endpoint FetchError: request to http://localhost:32778/node/controller/setupAlternateAddresses/external failed, reason: socket hang up
96 | });
97 | } catch (e) {
> 98 | throw new Error(`Could not perform request against couchbase HTTP endpoint ${e}`);
| ^
99 | }
100 | }
101 |
at CouchbaseContainer.doHttpRequest (src/couchbase-container.ts:98:13)
at async CouchbaseContainer.configureExternalPorts (src/couchbase-container.ts:336:22)
at async CouchbaseContainer.containerStarted (src/couchbase-container.ts:543:5)
at async CouchbaseContainer.startContainer (../../testcontainers/src/generic-container/generic-container.ts:213:7)
at async CouchbaseContainer.start (src/couchbase-container.ts:567:42)
at async Object.<anonymous> (src/couchbase-container.test.ts:55:30)
Environment Information
Operating System: Mac os but Ubuntu Linux 22 too reproducible
Docker Version: 4.28.0
Node version: Node 20.x lts
Testcontainers version: 10.8.1
The text was updated successfully, but these errors were encountered:
Expected Behaviour
Couchbase module test should pass with Node 20x LTS version
Actual Behaviour
Couchbase module fails localy or in our pipeline running Node 20.x lts version
Steps to Reproduce
npm run test -- packages/modules/couchbase
Environment Information
The text was updated successfully, but these errors were encountered: