chore(deadcode): prune stale test hooks

This commit is contained in:
Vincent Koc
2026-06-22 08:47:10 +08:00
parent dd89898133
commit fe7b78b05f
6 changed files with 31 additions and 39 deletions

View File

@@ -10,7 +10,6 @@ import { writeGatewayRestartIntentSync } from "../src/infra/restart.js";
import { parseStrictIntegerOption } from "./lib/dev-tooling-safety.ts";
import { delay, stopChild, type StopChildResult } from "./lib/gateway-bench-child.ts";
import {
classifyProbeErrorKind,
getFreePort,
parseProcessRssKb,
readProcessRssMb,
@@ -1635,7 +1634,6 @@ async function main() {
export const testing = {
classifyGatewayReadyLog,
classifyProbeErrorKind,
collectOutputLines,
collectTraceLine,
countLsofFileDescriptors,

View File

@@ -8,7 +8,6 @@ import { pathToFileURL } from "node:url";
import { parseStrictIntegerOption } from "./lib/dev-tooling-safety.ts";
import { delay, stopChild } from "./lib/gateway-bench-child.ts";
import {
classifyProbeErrorKind,
getFreePort,
parseProcessRssKb,
readProcessRssMb,
@@ -984,7 +983,6 @@ async function main() {
export const testing = {
classifyGatewayReadyLog,
classifyProbeErrorKind,
collectResultFailures,
collectStartupTrace,
parseOptions,