refactor(gateway): remove obsolete worker test seams (#123970)

This commit is contained in:
Peter Steinberger
2026-08-14 20:30:34 -07:00
committed by GitHub
parent 8e79622777
commit aec8096bbc
13 changed files with 50 additions and 253 deletions
+11
View File
@@ -559,6 +559,17 @@ const PRECISE_SOURCE_TEST_TARGETS = new Map<string, string[]>([
"extensions/slack/src/monitor/provider.auth-test-token.test.ts",
],
],
[
"src/gateway/worker-environments/worker-turn-launcher.ts",
[
"src/gateway/worker-environments/worker-turn-launcher.test.ts",
"src/gateway/worker-environments/worker-turn-launcher-claim-admission.test.ts",
"src/gateway/worker-environments/worker-turn-launcher-failure-recovery.test.ts",
"src/gateway/worker-environments/worker-turn-launcher-reclaimed-placement.test.ts",
"src/gateway/worker-environments/worker-turn-launcher-remote-handoff.test.ts",
"src/gateway/worker-environments/worker-turn-launcher-terminal-results.test.ts",
],
],
]);
const DOCS_CONFIG_EXAMPLES_TEST_TARGET = "src/config/docs-config-examples.test.ts";
const RUNTIME_SIDECAR_BASELINE_OWNER_TEST_TARGETS = ["src/plugins/bundled-plugin-metadata.test.ts"];