Skip to content

Commit 6bab048

Browse files
authored
Fix Node.js Enterprise tests (#181)
The [NodeJS tests are failing](https://github.com/hazelcast/client-compatibility-suites/actions/runs/16021764635/job/45200929188): > WARN at ConnectionManager: Error during initial connection to 127.0.0.1:34513 Error: certificate has expired Same issue (and solution - albeit slightly reworked) as hazelcast/hazelcast-nodejs-client#1535 [Example execution](https://github.com/hazelcast/client-compatibility-suites/actions/runs/16051905507).
1 parent 5a86976 commit 6bab048

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/server_compatibility.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,9 @@ jobs:
320320
path: jars
321321
- name: Start RC
322322
run: python start_rc.py --rc-version '0.8-SNAPSHOT' --jars jars --server-kind ${{ matrix.server_kind }}
323+
- name: Update certificates
324+
if: ${{ matrix.server_kind == 'enterprise' }}
325+
run: unzip -p jars/hazelcast-enterprise-${{ needs.upload_jars.outputs.hz_version }}-tests.jar com/hazelcast/nio/ssl/letsencrypt.jks > master/test/integration/backward_compatible/parallel/ssl/keystore.jks
323326
- name: Run all tests
324327
run: node node_modules/mocha/bin/mocha --recursive test/integration/backward_compatible
325328
working-directory: master

0 commit comments

Comments
 (0)