From 0fb5fa66bcc2b9294223a79bd023d8131c65d949 Mon Sep 17 00:00:00 2001 From: Diego Rodrigues de Sa e Souza <8016841+diegosouzapw@users.noreply.github.com> Date: Sun, 19 Jul 2026 16:38:02 -0300 Subject: [PATCH] fix(quality): register nvidia-quota-phase1 and service-provider-plugin-registry in stryker tap.testFiles (#7796) --- changelog.d/fixes/stryker-testfiles-drift.md | 1 + stryker.conf.json | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 changelog.d/fixes/stryker-testfiles-drift.md diff --git a/changelog.d/fixes/stryker-testfiles-drift.md b/changelog.d/fixes/stryker-testfiles-drift.md new file mode 100644 index 0000000000..b713390340 --- /dev/null +++ b/changelog.d/fixes/stryker-testfiles-drift.md @@ -0,0 +1 @@ +- fix(quality): register the two covering unit tests missing from stryker tap.testFiles (#6846, #7333) diff --git a/stryker.conf.json b/stryker.conf.json index 9c57ea40d9..cd28b37c6a 100644 --- a/stryker.conf.json +++ b/stryker.conf.json @@ -206,6 +206,7 @@ "tests/unit/no-memory-header.test.ts", "tests/unit/non-streaming-sse-terminal-typescan-4459.test.ts", "tests/unit/nvidia-passthrough-models-6773.test.ts", + "tests/unit/nvidia-quota-phase1.test.ts", "tests/unit/oauth-providers-config.test.ts", "tests/unit/oauth-redirect-uri-mismatch.test.ts", "tests/unit/observability-fase04.test.ts", @@ -247,6 +248,7 @@ "tests/unit/serial/combo-quota-share-cooldown-wait-timing.test.ts", "tests/unit/serial/combo-strategy-fallbacks-half-open-timing.test.ts", "tests/unit/serial/provider-health-autopilot.test.ts", + "tests/unit/service-provider-plugin-registry.test.ts", "tests/unit/session-affinity-generic-7274.test.ts", "tests/unit/service-combo-metrics.test.ts", "tests/unit/services-branch-hardening.test.ts",