From 450e92ecf7becd6e605a1172e8e01fa26ca7a5f2 Mon Sep 17 00:00:00 2001 From: Diego Rodrigues de Sa e Souza Date: Wed, 2 Sep 2026 13:37:44 -0300 Subject: [PATCH] =?UTF-8?q?chore(quality):=20base=20fixes=20=E2=80=94=20st?= =?UTF-8?q?ryker=20tap.testFiles=20+=20node=5Fmodules=20cache=20key=20(#12?= =?UTF-8?q?482)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(quality): register video-bridge memory suppression test in stryker tap.testFiles * fix(ci): point the node_modules cache key at wreqJsNative after the tls-client removal --------- Co-authored-by: Markus Hartung --- .github/actions/npm-ci-retry/action.yml | 2 +- stryker.conf.json | 1 + tests/unit/build/npm-ci-retry-composite.test.ts | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/actions/npm-ci-retry/action.yml b/.github/actions/npm-ci-retry/action.yml index 73766e7098..69e9bef703 100644 --- a/.github/actions/npm-ci-retry/action.yml +++ b/.github/actions/npm-ci-retry/action.yml @@ -35,7 +35,7 @@ runs: uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: node_modules - key: node-modules-${{ runner.os }}-${{ runner.arch }}-${{ steps.node.outputs.version }}-${{ hashFiles('package-lock.json', '.npmrc', 'scripts/build/postinstall.mjs', 'scripts/build/postinstallSupport.mjs', 'scripts/build/colocateOptionals.mjs', 'scripts/build/fixTlsClientNodeBinary.mjs', 'scripts/build/fixPlaywrightAndroid.mjs', 'scripts/build/native-binary-compat.mjs') }} + key: node-modules-${{ runner.os }}-${{ runner.arch }}-${{ steps.node.outputs.version }}-${{ hashFiles('package-lock.json', '.npmrc', 'scripts/build/postinstall.mjs', 'scripts/build/postinstallSupport.mjs', 'scripts/build/colocateOptionals.mjs', 'scripts/build/wreqJsNative.mjs', 'scripts/build/fixPlaywrightAndroid.mjs', 'scripts/build/native-binary-compat.mjs') }} - name: npm ci (with retry) if: steps.node-modules.outputs.cache-hit != 'true' diff --git a/stryker.conf.json b/stryker.conf.json index adfd35dcdf..d13bf2c1d4 100644 --- a/stryker.conf.json +++ b/stryker.conf.json @@ -402,6 +402,7 @@ "tests/unit/vertex-passthrough-model-lockout.test.ts", "tests/unit/video-bridge-drilldown-consumer-route.test.ts", "tests/unit/video-bridge-drilldown-route.test.ts", + "tests/unit/video-bridge-memory-suppression.test.ts", "tests/unit/video-bridge-route-security.test.ts", "tests/unit/xai-agent-tools-passthrough.test.ts", "tests/unit/combo/connection-aware-expansion.test.ts", diff --git a/tests/unit/build/npm-ci-retry-composite.test.ts b/tests/unit/build/npm-ci-retry-composite.test.ts index 4823eac1bb..089532166e 100644 --- a/tests/unit/build/npm-ci-retry-composite.test.ts +++ b/tests/unit/build/npm-ci-retry-composite.test.ts @@ -45,7 +45,7 @@ test("composite restores node_modules via actions/cache with an exact, fully-qua "scripts/build/postinstall.mjs", "scripts/build/postinstallSupport.mjs", "scripts/build/colocateOptionals.mjs", - "scripts/build/fixTlsClientNodeBinary.mjs", + "scripts/build/wreqJsNative.mjs", "scripts/build/fixPlaywrightAndroid.mjs", "scripts/build/native-binary-compat.mjs", ]) {