@kirrosh/zond 0.26.1 → 0.27.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +47 -0
- package/README.md +22 -21
- package/bin/zond.mjs +23 -0
- package/package.json +13 -16
- package/scripts/npm/postinstall.mjs +76 -0
- package/src/CLAUDE.md +0 -112
- package/src/bun-types.d.ts +0 -5
- package/src/cli/argv.ts +0 -122
- package/src/cli/commands/add-api.ts +0 -146
- package/src/cli/commands/api/annotate/idempotency.ts +0 -59
- package/src/cli/commands/api/annotate/index.ts +0 -880
- package/src/cli/commands/api/annotate/lifecycle.ts +0 -74
- package/src/cli/commands/api/annotate/overlay.ts +0 -206
- package/src/cli/commands/api/annotate/pagination.ts +0 -64
- package/src/cli/commands/api/annotate/prompts.ts +0 -220
- package/src/cli/commands/api/annotate/readback.ts +0 -58
- package/src/cli/commands/api/annotate/resources.ts +0 -91
- package/src/cli/commands/api/annotate/seed-bodies.ts +0 -61
- package/src/cli/commands/audit.ts +0 -786
- package/src/cli/commands/catalog.ts +0 -97
- package/src/cli/commands/check.ts +0 -361
- package/src/cli/commands/checks.ts +0 -1072
- package/src/cli/commands/ci-init.ts +0 -223
- package/src/cli/commands/clean.ts +0 -212
- package/src/cli/commands/cleanup.ts +0 -236
- package/src/cli/commands/completions.ts +0 -192
- package/src/cli/commands/coverage.ts +0 -872
- package/src/cli/commands/db.ts +0 -611
- package/src/cli/commands/describe.ts +0 -120
- package/src/cli/commands/discover.ts +0 -1356
- package/src/cli/commands/doctor.ts +0 -661
- package/src/cli/commands/fixtures.ts +0 -402
- package/src/cli/commands/generate.ts +0 -577
- package/src/cli/commands/init/agents-md.ts +0 -61
- package/src/cli/commands/init/bootstrap.ts +0 -111
- package/src/cli/commands/init/index.ts +0 -244
- package/src/cli/commands/init/skills.ts +0 -141
- package/src/cli/commands/init/templates/agents.md +0 -86
- package/src/cli/commands/init/templates/markdown.d.ts +0 -4
- package/src/cli/commands/init/templates/skills/warm-up-target.md +0 -122
- package/src/cli/commands/init/templates/skills/zond-checks.md +0 -621
- package/src/cli/commands/init/templates/skills/zond-seed.md +0 -114
- package/src/cli/commands/init/templates/skills/zond-triage.md +0 -272
- package/src/cli/commands/init/templates/skills/zond.md +0 -861
- package/src/cli/commands/init/templates/zond-config.yml +0 -14
- package/src/cli/commands/prepare-fixtures.ts +0 -97
- package/src/cli/commands/probe/_seed-bodies.ts +0 -52
- package/src/cli/commands/probe/mass-assignment.ts +0 -594
- package/src/cli/commands/probe/security.ts +0 -537
- package/src/cli/commands/probe/static.ts +0 -255
- package/src/cli/commands/probe/webhooks.ts +0 -163
- package/src/cli/commands/probe.ts +0 -535
- package/src/cli/commands/reference.ts +0 -87
- package/src/cli/commands/refresh-api.ts +0 -227
- package/src/cli/commands/remove-api.ts +0 -150
- package/src/cli/commands/report-bundle.ts +0 -310
- package/src/cli/commands/report.ts +0 -241
- package/src/cli/commands/request.ts +0 -548
- package/src/cli/commands/run.ts +0 -1162
- package/src/cli/commands/schema-from-runs.ts +0 -128
- package/src/cli/commands/secrets.ts +0 -133
- package/src/cli/commands/session.ts +0 -244
- package/src/cli/commands/use.ts +0 -74
- package/src/cli/index.ts +0 -55
- package/src/cli/json-envelope.ts +0 -108
- package/src/cli/json-schemas.ts +0 -314
- package/src/cli/output.ts +0 -40
- package/src/cli/program.ts +0 -219
- package/src/cli/resolve.ts +0 -105
- package/src/cli/runtime.ts +0 -7
- package/src/cli/safe-live.ts +0 -24
- package/src/cli/status-filter.ts +0 -114
- package/src/cli/util/api-context.ts +0 -85
- package/src/cli/version.ts +0 -8
- package/src/core/audit/persist.ts +0 -183
- package/src/core/checks/budget.ts +0 -59
- package/src/core/checks/checks/_crud-helpers.ts +0 -133
- package/src/core/checks/checks/_negative_mutator.ts +0 -133
- package/src/core/checks/checks/_readback-helpers.ts +0 -133
- package/src/core/checks/checks/content_type_conformance.ts +0 -39
- package/src/core/checks/checks/cross_call_references.ts +0 -147
- package/src/core/checks/checks/cursor_boundary_fuzzing.ts +0 -219
- package/src/core/checks/checks/ensure_resource_availability.ts +0 -62
- package/src/core/checks/checks/idempotency_replay.ts +0 -242
- package/src/core/checks/checks/ignored_auth.ts +0 -254
- package/src/core/checks/checks/index.ts +0 -68
- package/src/core/checks/checks/lifecycle_transitions.ts +0 -416
- package/src/core/checks/checks/missing_required_header.ts +0 -40
- package/src/core/checks/checks/negative_data_rejection.ts +0 -148
- package/src/core/checks/checks/not_a_server_error.ts +0 -35
- package/src/core/checks/checks/open_cors_on_sensitive.ts +0 -160
- package/src/core/checks/checks/pagination_invariants.ts +0 -419
- package/src/core/checks/checks/positive_data_acceptance.ts +0 -33
- package/src/core/checks/checks/rate_limit_headers_absent.ts +0 -77
- package/src/core/checks/checks/response_headers_conformance.ts +0 -74
- package/src/core/checks/checks/response_schema_conformance.ts +0 -30
- package/src/core/checks/checks/status_code_conformance.ts +0 -132
- package/src/core/checks/checks/unsupported_method.ts +0 -63
- package/src/core/checks/checks/use_after_free.ts +0 -78
- package/src/core/checks/index.ts +0 -30
- package/src/core/checks/mode.ts +0 -82
- package/src/core/checks/recommended-action.ts +0 -68
- package/src/core/checks/registry.ts +0 -78
- package/src/core/checks/runner.ts +0 -1461
- package/src/core/checks/sarif.ts +0 -230
- package/src/core/checks/spec-findings.ts +0 -308
- package/src/core/checks/stateful.ts +0 -121
- package/src/core/checks/types.ts +0 -305
- package/src/core/checks/zond-extensions.ts +0 -73
- package/src/core/classifier/recommended-action.ts +0 -251
- package/src/core/context/current.ts +0 -51
- package/src/core/context/session.ts +0 -78
- package/src/core/coverage/loader.ts +0 -216
- package/src/core/coverage/reasons.ts +0 -300
- package/src/core/diagnostics/db-analysis.ts +0 -666
- package/src/core/diagnostics/failure-class.ts +0 -140
- package/src/core/diagnostics/failure-hints.ts +0 -112
- package/src/core/diagnostics/spec-pointer.ts +0 -99
- package/src/core/diagnostics/suggested-fixes.ts +0 -155
- package/src/core/exporter/case-study/index.ts +0 -270
- package/src/core/exporter/curl.ts +0 -40
- package/src/core/exporter/exporter.ts +0 -48
- package/src/core/exporter/html-report/escape.ts +0 -24
- package/src/core/exporter/html-report/index.ts +0 -479
- package/src/core/exporter/html-report/script.ts +0 -100
- package/src/core/exporter/html-report/styles.ts +0 -408
- package/src/core/generator/catalog-builder.ts +0 -179
- package/src/core/generator/chunker.ts +0 -78
- package/src/core/generator/coverage-phase.ts +0 -0
- package/src/core/generator/coverage-scanner.ts +0 -87
- package/src/core/generator/data-factory.ts +0 -759
- package/src/core/generator/describe.ts +0 -302
- package/src/core/generator/endpoint-warnings.ts +0 -52
- package/src/core/generator/fixtures-builder.ts +0 -332
- package/src/core/generator/index.ts +0 -14
- package/src/core/generator/openapi-reader.ts +0 -297
- package/src/core/generator/path-param-disambig.ts +0 -140
- package/src/core/generator/resources-builder.ts +0 -898
- package/src/core/generator/schema-utils.ts +0 -112
- package/src/core/generator/serializer.ts +0 -343
- package/src/core/generator/suite-generator.ts +0 -1301
- package/src/core/generator/types.ts +0 -63
- package/src/core/identity/identity-file.ts +0 -0
- package/src/core/lint/affects.ts +0 -28
- package/src/core/lint/config.ts +0 -96
- package/src/core/lint/format.ts +0 -42
- package/src/core/lint/index.ts +0 -94
- package/src/core/lint/reporter.ts +0 -128
- package/src/core/lint/rules/consistency.ts +0 -158
- package/src/core/lint/rules/heuristics.ts +0 -97
- package/src/core/lint/rules/strictness.ts +0 -109
- package/src/core/lint/types.ts +0 -96
- package/src/core/lint/walker.ts +0 -248
- package/src/core/meta/meta-store.ts +0 -11
- package/src/core/output/README.md +0 -73
- package/src/core/output/index.ts +0 -13
- package/src/core/output/run.ts +0 -91
- package/src/core/output/types.ts +0 -122
- package/src/core/parser/dynamic-values.ts +0 -160
- package/src/core/parser/env-interpolation.ts +0 -104
- package/src/core/parser/filter.ts +0 -97
- package/src/core/parser/schema.ts +0 -359
- package/src/core/parser/types.ts +0 -117
- package/src/core/parser/variables.ts +0 -0
- package/src/core/parser/yaml-parser.ts +0 -181
- package/src/core/probe/bootstrap.ts +0 -34
- package/src/core/probe/dry-run-envelope.ts +0 -61
- package/src/core/probe/mass-assignment/classify.ts +0 -175
- package/src/core/probe/mass-assignment/cleanup.ts +0 -52
- package/src/core/probe/mass-assignment/digest.ts +0 -114
- package/src/core/probe/mass-assignment/orchestrator.ts +0 -459
- package/src/core/probe/mass-assignment/regression.ts +0 -141
- package/src/core/probe/mass-assignment/suspects.ts +0 -92
- package/src/core/probe/mass-assignment/types.ts +0 -135
- package/src/core/probe/mass-assignment-probe-class.ts +0 -198
- package/src/core/probe/mass-assignment-probe.ts +0 -27
- package/src/core/probe/mass-assignment-template.ts +0 -240
- package/src/core/probe/method-probe.ts +0 -164
- package/src/core/probe/method-shared.ts +0 -69
- package/src/core/probe/negative-probe.ts +0 -691
- package/src/core/probe/orphan-tracker.ts +0 -188
- package/src/core/probe/path-discovery.ts +0 -439
- package/src/core/probe/probe-harness.ts +0 -119
- package/src/core/probe/registry.ts +0 -89
- package/src/core/probe/runner.ts +0 -136
- package/src/core/probe/security/baseline.ts +0 -174
- package/src/core/probe/security/classify.ts +0 -341
- package/src/core/probe/security/cleanup.ts +0 -125
- package/src/core/probe/security/detectors.ts +0 -71
- package/src/core/probe/security/digest.ts +0 -104
- package/src/core/probe/security/orchestrator.ts +0 -398
- package/src/core/probe/security/regression.ts +0 -103
- package/src/core/probe/security/types.ts +0 -151
- package/src/core/probe/security-probe-class.ts +0 -207
- package/src/core/probe/security-probe.ts +0 -32
- package/src/core/probe/shared.ts +0 -531
- package/src/core/probe/static-probe-class.ts +0 -125
- package/src/core/probe/types.ts +0 -165
- package/src/core/probe/verdict-aggregator.ts +0 -33
- package/src/core/probe/webhooks-probe.ts +0 -282
- package/src/core/reporter/console.ts +0 -240
- package/src/core/reporter/index.ts +0 -22
- package/src/core/reporter/json.ts +0 -22
- package/src/core/reporter/junit.ts +0 -93
- package/src/core/reporter/ndjson.ts +0 -37
- package/src/core/reporter/types.ts +0 -15
- package/src/core/runner/assertions.ts +0 -383
- package/src/core/runner/async-pool.ts +0 -108
- package/src/core/runner/auth-path.ts +0 -8
- package/src/core/runner/ci-context.ts +0 -72
- package/src/core/runner/executor.ts +0 -652
- package/src/core/runner/expr-eval.ts +0 -41
- package/src/core/runner/form-encode.ts +0 -41
- package/src/core/runner/http-client.ts +0 -224
- package/src/core/runner/learn-drift.ts +0 -293
- package/src/core/runner/preflight-vars.ts +0 -153
- package/src/core/runner/progress-tracker.ts +0 -73
- package/src/core/runner/rate-limiter.ts +0 -185
- package/src/core/runner/run-kind.ts +0 -45
- package/src/core/runner/schema-validator.ts +0 -308
- package/src/core/runner/send-request.ts +0 -232
- package/src/core/runner/transforms.ts +0 -65
- package/src/core/runner/types.ts +0 -94
- package/src/core/secrets/registry.ts +0 -164
- package/src/core/secrets/secrets-file.ts +0 -115
- package/src/core/selectors/operation-filter.ts +0 -144
- package/src/core/setup-api.ts +0 -590
- package/src/core/severity/category.ts +0 -94
- package/src/core/severity/index.ts +0 -58
- package/src/core/spec/infer-schema.ts +0 -102
- package/src/core/spec/layers.ts +0 -154
- package/src/core/spec/merge-specs.ts +0 -156
- package/src/core/spec/schema-from-runs.ts +0 -117
- package/src/core/spec/schema-overlay.ts +0 -130
- package/src/core/util/ajv.ts +0 -13
- package/src/core/util/format-eta.ts +0 -21
- package/src/core/util/headers.ts +0 -9
- package/src/core/util/url.ts +0 -24
- package/src/core/utils.ts +0 -13
- package/src/core/workspace/config.ts +0 -129
- package/src/core/workspace/fixture-gap-report.ts +0 -84
- package/src/core/workspace/fixture-gaps.ts +0 -71
- package/src/core/workspace/manifest.ts +0 -283
- package/src/core/workspace/output-rotation.ts +0 -62
- package/src/core/workspace/root.ts +0 -96
- package/src/core/workspace/triage-path.ts +0 -87
- package/src/db/lint-runs.ts +0 -47
- package/src/db/migrate.ts +0 -128
- package/src/db/migrations/0001_run_kind.sql +0 -25
- package/src/db/migrations/0002_run_kind_request.sql +0 -59
- package/src/db/migrations/sql.d.ts +0 -4
- package/src/db/queries/collections.ts +0 -133
- package/src/db/queries/coverage.ts +0 -9
- package/src/db/queries/dashboard.ts +0 -59
- package/src/db/queries/results.ts +0 -216
- package/src/db/queries/runs.ts +0 -289
- package/src/db/queries/sessions.ts +0 -42
- package/src/db/queries/settings.ts +0 -28
- package/src/db/queries/types.ts +0 -172
- package/src/db/queries.ts +0 -75
- package/src/db/schema.ts +0 -298
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* ARV-149 / ARV-150: encode a nested JS object as
|
|
3
|
-
* `application/x-www-form-urlencoded` using bracket notation — the
|
|
4
|
-
* canonical Stripe / Rails / PHP convention for nested fields:
|
|
5
|
-
*
|
|
6
|
-
* { address: { line1: "x", line2: "y" }, items: [{ id: 1 }, { id: 2 }] }
|
|
7
|
-
* → address[line1]=x&address[line2]=y&items[0][id]=1&items[1][id]=2
|
|
8
|
-
*
|
|
9
|
-
* Shared between `zond request --form`, the YAML runner's `form:` step,
|
|
10
|
-
* and the mass-assignment probe's form-bodied endpoints. The probe-side
|
|
11
|
-
* adoption (ARV-150) is what restores 265 SKIPPED Stripe endpoints.
|
|
12
|
-
*/
|
|
13
|
-
function appendFormParam(params: URLSearchParams, key: string, value: unknown): void {
|
|
14
|
-
if (value === null || value === undefined) return;
|
|
15
|
-
if (Array.isArray(value)) {
|
|
16
|
-
for (let i = 0; i < value.length; i++) appendFormParam(params, `${key}[${i}]`, value[i]);
|
|
17
|
-
} else if (typeof value === "object") {
|
|
18
|
-
for (const [k, v] of Object.entries(value as Record<string, unknown>)) {
|
|
19
|
-
appendFormParam(params, `${key}[${k}]`, v);
|
|
20
|
-
}
|
|
21
|
-
} else {
|
|
22
|
-
params.append(key, String(value));
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
export function encodeFormBody(body: Record<string, unknown>): string {
|
|
27
|
-
const params = new URLSearchParams();
|
|
28
|
-
for (const [k, v] of Object.entries(body)) appendFormParam(params, k, v);
|
|
29
|
-
return params.toString();
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
/** Flatten a nested JS object to a `Record<string, string>` using the same
|
|
33
|
-
* bracket-notation walk as `encodeFormBody`, suitable for the YAML
|
|
34
|
-
* runner's `form:` step (which is typed as `Record<string, string>` and
|
|
35
|
-
* serialised via `URLSearchParams`). */
|
|
36
|
-
export function flattenToFormFields(body: unknown): Record<string, string> {
|
|
37
|
-
if (!body || typeof body !== "object") return {};
|
|
38
|
-
const params = new URLSearchParams();
|
|
39
|
-
for (const [k, v] of Object.entries(body as Record<string, unknown>)) appendFormParam(params, k, v);
|
|
40
|
-
return Object.fromEntries(params.entries());
|
|
41
|
-
}
|
|
@@ -1,224 +0,0 @@
|
|
|
1
|
-
import type { HttpRequest, HttpResponse } from "./types.ts";
|
|
2
|
-
import { type RateLimiter, parseRetryAfter, parseRateLimitHeaders } from "./rate-limiter.ts";
|
|
3
|
-
|
|
4
|
-
/**
|
|
5
|
-
* ARV-265: module-level audit hook for commands that don't drive their
|
|
6
|
-
* HTTP through the suite runner. Each `executeRequest` call fires the
|
|
7
|
-
* registered recorder with the final outcome (or the swallowed network
|
|
8
|
-
* error if the call exhausted its retry budget). Recorders MUST NOT
|
|
9
|
-
* throw — the http client treats them as fire-and-forget telemetry.
|
|
10
|
-
*
|
|
11
|
-
* Convention: a command sets the recorder before the live work begins,
|
|
12
|
-
* unsets it in a `finally` block. There can be at most one recorder at
|
|
13
|
-
* a time; nesting is a bug (we surface it on stderr but keep the inner
|
|
14
|
-
* recorder so the live command's results take precedence).
|
|
15
|
-
*/
|
|
16
|
-
export interface AuditRecord {
|
|
17
|
-
request: HttpRequest;
|
|
18
|
-
response?: HttpResponse;
|
|
19
|
-
durationMs: number;
|
|
20
|
-
error?: string;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
let _auditRecorder: ((rec: AuditRecord) => void) | null = null;
|
|
24
|
-
|
|
25
|
-
export function setHttpAuditRecorder(recorder: ((rec: AuditRecord) => void) | null): void {
|
|
26
|
-
if (recorder && _auditRecorder) {
|
|
27
|
-
process.stderr.write("zond: nested HTTP audit recorder — overriding the outer scope.\n");
|
|
28
|
-
}
|
|
29
|
-
_auditRecorder = recorder;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
export interface FetchOptions {
|
|
33
|
-
timeout: number;
|
|
34
|
-
retries: number;
|
|
35
|
-
retry_delay: number;
|
|
36
|
-
follow_redirects: boolean;
|
|
37
|
-
rate_limiter?: RateLimiter;
|
|
38
|
-
rate_limit_retries: number;
|
|
39
|
-
rate_limit_max_delay_ms: number;
|
|
40
|
-
/** TASK-144: number of network-level retries (ECONNRESET, EPIPE, socket hang
|
|
41
|
-
* up, fetch failed without HTTP response, timeout without response). HTTP
|
|
42
|
-
* status codes are NEVER retried by this path. Exponential backoff with
|
|
43
|
-
* jitter, base = `network_retry_base_ms`. Default 0 (CLI sets it to 1). */
|
|
44
|
-
network_retries: number;
|
|
45
|
-
network_retry_base_ms: number;
|
|
46
|
-
network_retry_max_delay_ms: number;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
const DEFAULT_FETCH_OPTIONS: FetchOptions = {
|
|
50
|
-
timeout: 30000,
|
|
51
|
-
retries: 0,
|
|
52
|
-
retry_delay: 1000,
|
|
53
|
-
follow_redirects: true,
|
|
54
|
-
rate_limit_retries: 5,
|
|
55
|
-
rate_limit_max_delay_ms: 30000,
|
|
56
|
-
network_retries: 0,
|
|
57
|
-
network_retry_base_ms: 250,
|
|
58
|
-
network_retry_max_delay_ms: 8000,
|
|
59
|
-
};
|
|
60
|
-
|
|
61
|
-
/**
|
|
62
|
-
* Recognise transient TCP/transport-level errors that warrant a retry. We
|
|
63
|
-
* deliberately do NOT include HTTP status codes — a 5xx is a real response
|
|
64
|
-
* the server chose to send, not a flaky socket. Patterns cover Node/Bun
|
|
65
|
-
* error codes (`ECONNRESET`, `EPIPE`, `ECONNREFUSED`, `ETIMEDOUT`,
|
|
66
|
-
* `EAI_AGAIN`), the WHATWG `fetch failed` wrapper Bun throws, classic
|
|
67
|
-
* `socket hang up`, and `AbortError` raised by our own timeout watchdog.
|
|
68
|
-
*/
|
|
69
|
-
export function isTransientNetworkError(err: unknown): boolean {
|
|
70
|
-
if (!err) return false;
|
|
71
|
-
const e = err as { code?: string; cause?: unknown; name?: string; message?: string };
|
|
72
|
-
const code = e.code ?? (e.cause as { code?: string } | undefined)?.code;
|
|
73
|
-
if (code) {
|
|
74
|
-
if (
|
|
75
|
-
code === "ECONNRESET" ||
|
|
76
|
-
code === "EPIPE" ||
|
|
77
|
-
code === "ECONNREFUSED" ||
|
|
78
|
-
code === "ETIMEDOUT" ||
|
|
79
|
-
code === "EAI_AGAIN" ||
|
|
80
|
-
code === "ENOTFOUND" ||
|
|
81
|
-
code === "ENETUNREACH"
|
|
82
|
-
) {
|
|
83
|
-
return true;
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
const msg = (e.message ?? String(err)).toLowerCase();
|
|
87
|
-
if (e.name === "AbortError" || msg.includes("aborted")) return true;
|
|
88
|
-
if (msg.includes("socket hang up")) return true;
|
|
89
|
-
if (msg.includes("fetch failed")) return true;
|
|
90
|
-
if (msg.includes("connection reset") || msg.includes("econnreset")) return true;
|
|
91
|
-
if (msg.includes("epipe")) return true;
|
|
92
|
-
if (msg.includes("network error")) return true;
|
|
93
|
-
return false;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
/** Exponential backoff with full jitter (AWS-style): pick uniformly in
|
|
97
|
-
* [0, min(cap, base * 2^attempt)). Returns ms. */
|
|
98
|
-
export function networkBackoffMs(attempt: number, baseMs: number, capMs: number): number {
|
|
99
|
-
const exp = Math.min(capMs, baseMs * 2 ** attempt);
|
|
100
|
-
return Math.floor(Math.random() * exp);
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
export async function executeRequest(
|
|
104
|
-
request: HttpRequest,
|
|
105
|
-
options?: Partial<FetchOptions>,
|
|
106
|
-
): Promise<HttpResponse> {
|
|
107
|
-
const opts = { ...DEFAULT_FETCH_OPTIONS, ...options };
|
|
108
|
-
let lastError: Error | undefined;
|
|
109
|
-
let networkAttempt = 0;
|
|
110
|
-
let networkRetryCount = 0;
|
|
111
|
-
let rate429Attempt = 0;
|
|
112
|
-
|
|
113
|
-
while (true) {
|
|
114
|
-
if (opts.rate_limiter) {
|
|
115
|
-
await opts.rate_limiter.acquire();
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
try {
|
|
119
|
-
const controller = new AbortController();
|
|
120
|
-
const timeoutId = setTimeout(() => controller.abort(), opts.timeout);
|
|
121
|
-
const start = performance.now();
|
|
122
|
-
|
|
123
|
-
const response = await fetch(request.url, {
|
|
124
|
-
method: request.method,
|
|
125
|
-
headers: request.headers,
|
|
126
|
-
body: request.formData ?? request.body ?? undefined,
|
|
127
|
-
signal: controller.signal,
|
|
128
|
-
redirect: opts.follow_redirects ? "follow" : "manual",
|
|
129
|
-
tls: { rejectUnauthorized: false },
|
|
130
|
-
});
|
|
131
|
-
|
|
132
|
-
clearTimeout(timeoutId);
|
|
133
|
-
const duration_ms = Math.round(performance.now() - start);
|
|
134
|
-
|
|
135
|
-
if (response.status === 429 && rate429Attempt < opts.rate_limit_retries) {
|
|
136
|
-
const retryAfterMs = parseRetryAfter(response.headers.get("retry-after"));
|
|
137
|
-
const backoffMs = Math.min(
|
|
138
|
-
opts.retry_delay * 2 ** rate429Attempt,
|
|
139
|
-
opts.rate_limit_max_delay_ms,
|
|
140
|
-
);
|
|
141
|
-
const waitMs = Math.min(retryAfterMs ?? backoffMs, opts.rate_limit_max_delay_ms);
|
|
142
|
-
rate429Attempt++;
|
|
143
|
-
// Drain body so the connection can be reused
|
|
144
|
-
await response.text().catch(() => undefined);
|
|
145
|
-
await Bun.sleep(waitMs);
|
|
146
|
-
continue;
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
const bodyText = await response.text();
|
|
150
|
-
let body_parsed: unknown = undefined;
|
|
151
|
-
const contentType = response.headers.get("content-type") ?? "";
|
|
152
|
-
if (contentType.includes("application/json")) {
|
|
153
|
-
try {
|
|
154
|
-
body_parsed = JSON.parse(bodyText);
|
|
155
|
-
} catch {
|
|
156
|
-
// Body is not valid JSON despite content-type
|
|
157
|
-
}
|
|
158
|
-
}
|
|
159
|
-
// Fallback: for non-JSON responses, store trimmed body as string
|
|
160
|
-
// so that captures like `_body` work for text/plain, text/html, etc.
|
|
161
|
-
if (body_parsed === undefined && bodyText.length > 0) {
|
|
162
|
-
// Try JSON parse as fallback (some APIs omit content-type)
|
|
163
|
-
try {
|
|
164
|
-
body_parsed = JSON.parse(bodyText);
|
|
165
|
-
} catch {
|
|
166
|
-
body_parsed = bodyText.trim();
|
|
167
|
-
}
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
const headers: Record<string, string> = {};
|
|
171
|
-
response.headers.forEach((v, k) => {
|
|
172
|
-
headers[k] = v;
|
|
173
|
-
});
|
|
174
|
-
|
|
175
|
-
// Feed ratelimit-* headers back into the limiter so it can pause the
|
|
176
|
-
// stream proactively when the window is nearly exhausted (TASK-81).
|
|
177
|
-
if (opts.rate_limiter?.note) {
|
|
178
|
-
const meta = parseRateLimitHeaders(headers);
|
|
179
|
-
if (meta.remaining !== undefined || meta.reset !== undefined) {
|
|
180
|
-
opts.rate_limiter.note(meta);
|
|
181
|
-
}
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
const httpResp: HttpResponse = {
|
|
185
|
-
status: response.status,
|
|
186
|
-
headers,
|
|
187
|
-
body: bodyText,
|
|
188
|
-
body_parsed,
|
|
189
|
-
duration_ms,
|
|
190
|
-
network_retry_count: networkRetryCount,
|
|
191
|
-
};
|
|
192
|
-
if (_auditRecorder) {
|
|
193
|
-
try { _auditRecorder({ request, response: httpResp, durationMs: duration_ms }); }
|
|
194
|
-
catch { /* recorder is fire-and-forget */ }
|
|
195
|
-
}
|
|
196
|
-
return httpResp;
|
|
197
|
-
} catch (err) {
|
|
198
|
-
lastError = err instanceof Error ? err : new Error(String(err));
|
|
199
|
-
const isNet = isTransientNetworkError(lastError);
|
|
200
|
-
// TASK-144 path: dedicated network-retry budget with exp+jitter backoff.
|
|
201
|
-
if (isNet && networkRetryCount < opts.network_retries) {
|
|
202
|
-
const wait = networkBackoffMs(
|
|
203
|
-
networkRetryCount,
|
|
204
|
-
opts.network_retry_base_ms,
|
|
205
|
-
opts.network_retry_max_delay_ms,
|
|
206
|
-
);
|
|
207
|
-
networkRetryCount++;
|
|
208
|
-
await Bun.sleep(wait);
|
|
209
|
-
continue;
|
|
210
|
-
}
|
|
211
|
-
// Legacy linear path (yaml suite.config.retries).
|
|
212
|
-
if (networkAttempt < opts.retries) {
|
|
213
|
-
networkAttempt++;
|
|
214
|
-
await Bun.sleep(opts.retry_delay);
|
|
215
|
-
continue;
|
|
216
|
-
}
|
|
217
|
-
if (_auditRecorder) {
|
|
218
|
-
try { _auditRecorder({ request, durationMs: 0, error: lastError.message }); }
|
|
219
|
-
catch { /* recorder is fire-and-forget */ }
|
|
220
|
-
}
|
|
221
|
-
throw lastError;
|
|
222
|
-
}
|
|
223
|
-
}
|
|
224
|
-
}
|
|
@@ -1,293 +0,0 @@
|
|
|
1
|
-
import { readFile, writeFile, mkdir } from "node:fs/promises";
|
|
2
|
-
import { dirname } from "node:path";
|
|
3
|
-
import type { TestRunResult, AssertionResult, StepResult } from "./types.ts";
|
|
4
|
-
|
|
5
|
-
export interface DriftCase {
|
|
6
|
-
suite_name: string;
|
|
7
|
-
suite_file?: string;
|
|
8
|
-
step_name: string;
|
|
9
|
-
method?: string;
|
|
10
|
-
path?: string;
|
|
11
|
-
expected: number;
|
|
12
|
-
observed: number;
|
|
13
|
-
schema_validated: boolean;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
/**
|
|
17
|
-
* Detect status-code drift cases: step would have passed if `expect.status`
|
|
18
|
-
* matched the observed status, every body/header assertion is green, and the
|
|
19
|
-
* response body matches the OpenAPI schema (no `kind: schema` failures).
|
|
20
|
-
*
|
|
21
|
-
* Skipped on purpose:
|
|
22
|
-
* - `error` steps (network/transport — not a drift signal)
|
|
23
|
-
* - `expect.status` arrays (`one of [...]`) — drift only triggers on a single
|
|
24
|
-
* expected value; arrays already encode tolerance
|
|
25
|
-
* - steps without `kind: schema` evidence — treated as drift_without_schema
|
|
26
|
-
* and surfaced separately to the caller via `schema_validated: false`
|
|
27
|
-
*/
|
|
28
|
-
export interface DetectOptions {
|
|
29
|
-
/** True when the run was launched with a schema validator attached. The
|
|
30
|
-
* validator produces no assertions on success, so step.assertions alone
|
|
31
|
-
* can't distinguish "schema ok" from "no validator". */
|
|
32
|
-
schemaValidatorAttached: boolean;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
export function detectStatusDrifts(results: TestRunResult[], opts: DetectOptions = { schemaValidatorAttached: false }): DriftCase[] {
|
|
36
|
-
const cases: DriftCase[] = [];
|
|
37
|
-
for (const r of results) {
|
|
38
|
-
for (const step of r.steps) {
|
|
39
|
-
const drift = classifyStep(step, opts);
|
|
40
|
-
if (!drift) continue;
|
|
41
|
-
cases.push({
|
|
42
|
-
suite_name: r.suite_name,
|
|
43
|
-
suite_file: r.suite_file,
|
|
44
|
-
step_name: step.name,
|
|
45
|
-
method: step.request?.method,
|
|
46
|
-
path: extractPathFromUrl(step.request?.url),
|
|
47
|
-
expected: drift.expected,
|
|
48
|
-
observed: drift.observed,
|
|
49
|
-
schema_validated: drift.schemaValidated,
|
|
50
|
-
});
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
return cases;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
interface StepDrift {
|
|
57
|
-
expected: number;
|
|
58
|
-
observed: number;
|
|
59
|
-
schemaValidated: boolean;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
function classifyStep(step: StepResult, opts: DetectOptions): StepDrift | null {
|
|
63
|
-
if (step.status !== "fail") return null;
|
|
64
|
-
if (!step.response) return null;
|
|
65
|
-
|
|
66
|
-
const statusFails = step.assertions.filter(
|
|
67
|
-
a => a.field === "status" && !a.passed && typeof a.rule === "string" && a.rule.startsWith("equals "),
|
|
68
|
-
);
|
|
69
|
-
if (statusFails.length !== 1) return null;
|
|
70
|
-
|
|
71
|
-
const otherFails = step.assertions.filter(a => !a.passed && a !== statusFails[0]);
|
|
72
|
-
if (otherFails.length > 0) return null;
|
|
73
|
-
|
|
74
|
-
const expected = parseExpected(statusFails[0]!);
|
|
75
|
-
if (expected === null) return null;
|
|
76
|
-
|
|
77
|
-
const observed = step.response.status;
|
|
78
|
-
if (expected === observed) return null;
|
|
79
|
-
|
|
80
|
-
// Schema validation evidence — when the validator was attached, assertions
|
|
81
|
-
// contain `kind: "schema"` entries on failure and nothing on success. So
|
|
82
|
-
// "validator attached AND no failing schema assertion" is the success case.
|
|
83
|
-
const schemaFails = step.assertions.filter(a => a.kind === "schema" && !a.passed);
|
|
84
|
-
if (schemaFails.length > 0) return null; // body diverges from spec — not a drift
|
|
85
|
-
const schemaValidated = opts.schemaValidatorAttached;
|
|
86
|
-
|
|
87
|
-
return { expected, observed, schemaValidated };
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
function parseExpected(a: AssertionResult): number | null {
|
|
91
|
-
if (typeof a.expected === "number") return a.expected;
|
|
92
|
-
if (typeof a.expected === "string") {
|
|
93
|
-
const n = Number(a.expected);
|
|
94
|
-
return Number.isFinite(n) ? n : null;
|
|
95
|
-
}
|
|
96
|
-
return null;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
function extractPathFromUrl(url: string | undefined): string | undefined {
|
|
100
|
-
if (!url) return undefined;
|
|
101
|
-
try {
|
|
102
|
-
return new URL(url).pathname;
|
|
103
|
-
} catch {
|
|
104
|
-
return url;
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
export function formatDriftPlan(cases: DriftCase[]): string {
|
|
109
|
-
if (cases.length === 0) return "No status-code drift detected.\n";
|
|
110
|
-
const lines: string[] = [];
|
|
111
|
-
lines.push(`Drift detected (${cases.length} case${cases.length === 1 ? "" : "s"}):`);
|
|
112
|
-
for (const c of cases) {
|
|
113
|
-
const ep = `${c.method ?? "?"} ${c.path ?? "?"}`.padEnd(40);
|
|
114
|
-
const schema = c.schema_validated ? "body-schema=ok" : "body-schema=unverified";
|
|
115
|
-
lines.push(` ${ep} spec=${c.expected} observed=${c.observed} ${schema} → suggest: update test, or add to drifts`);
|
|
116
|
-
}
|
|
117
|
-
lines.push("");
|
|
118
|
-
lines.push("Run with --learn-apply --learn-target=test to rewrite expect.status in YAML");
|
|
119
|
-
lines.push("Run with --learn-apply --learn-target=drifts to record in apis/<name>/tolerated-drifts.yaml");
|
|
120
|
-
return lines.join("\n") + "\n";
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
export interface ApplyResult {
|
|
124
|
-
updated: number;
|
|
125
|
-
errors: { suite_file: string; step_name: string; reason: string }[];
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
/**
|
|
129
|
-
* Rewrite `expect.status: <expected>` → `<observed>` in each suite file.
|
|
130
|
-
*
|
|
131
|
-
* Implementation is line-based: locate the step block by `name:`, then scan
|
|
132
|
-
* forward until the next sibling step or dedent looking for the first
|
|
133
|
-
* `status:` line at a deeper indent. We don't reparse the YAML — preserves
|
|
134
|
-
* comments, key order, and trailing whitespace so the diff is minimal.
|
|
135
|
-
*/
|
|
136
|
-
export async function applyDriftsToTests(cases: DriftCase[]): Promise<ApplyResult> {
|
|
137
|
-
const result: ApplyResult = { updated: 0, errors: [] };
|
|
138
|
-
|
|
139
|
-
// Group by file — read once, write once per file.
|
|
140
|
-
const byFile = new Map<string, DriftCase[]>();
|
|
141
|
-
for (const c of cases) {
|
|
142
|
-
if (!c.suite_file) {
|
|
143
|
-
result.errors.push({ suite_file: "<unknown>", step_name: c.step_name, reason: "suite_file missing" });
|
|
144
|
-
continue;
|
|
145
|
-
}
|
|
146
|
-
const list = byFile.get(c.suite_file) ?? [];
|
|
147
|
-
list.push(c);
|
|
148
|
-
byFile.set(c.suite_file, list);
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
for (const [file, fileCases] of byFile) {
|
|
152
|
-
let content: string;
|
|
153
|
-
try {
|
|
154
|
-
content = await readFile(file, "utf-8");
|
|
155
|
-
} catch (err) {
|
|
156
|
-
for (const c of fileCases) {
|
|
157
|
-
result.errors.push({ suite_file: file, step_name: c.step_name, reason: `read failed: ${(err as Error).message}` });
|
|
158
|
-
}
|
|
159
|
-
continue;
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
let lines = content.split("\n");
|
|
163
|
-
let touched = false;
|
|
164
|
-
for (const c of fileCases) {
|
|
165
|
-
const edited = rewriteExpectStatus(lines, c.step_name, c.expected, c.observed);
|
|
166
|
-
if (edited.ok) {
|
|
167
|
-
lines = edited.lines;
|
|
168
|
-
touched = true;
|
|
169
|
-
result.updated++;
|
|
170
|
-
} else {
|
|
171
|
-
result.errors.push({ suite_file: file, step_name: c.step_name, reason: edited.reason });
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
if (touched) {
|
|
176
|
-
try {
|
|
177
|
-
await writeFile(file, lines.join("\n"), "utf-8");
|
|
178
|
-
} catch (err) {
|
|
179
|
-
for (const c of fileCases) {
|
|
180
|
-
result.errors.push({ suite_file: file, step_name: c.step_name, reason: `write failed: ${(err as Error).message}` });
|
|
181
|
-
}
|
|
182
|
-
}
|
|
183
|
-
}
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
return result;
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
function rewriteExpectStatus(
|
|
190
|
-
lines: string[],
|
|
191
|
-
stepName: string,
|
|
192
|
-
expected: number,
|
|
193
|
-
observed: number,
|
|
194
|
-
): { ok: true; lines: string[] } | { ok: false; reason: string } {
|
|
195
|
-
// Match `- name: foo` or `- name: "foo"` — capture indent of the dash so we
|
|
196
|
-
// know where the step block ends.
|
|
197
|
-
const nameRe = new RegExp(`^(\\s*)-\\s+name:\\s+["']?${escapeRegExp(stepName)}["']?\\s*$`);
|
|
198
|
-
let stepStart = -1;
|
|
199
|
-
let stepIndent = 0;
|
|
200
|
-
for (let i = 0; i < lines.length; i++) {
|
|
201
|
-
const m = lines[i]!.match(nameRe);
|
|
202
|
-
if (m) {
|
|
203
|
-
stepStart = i;
|
|
204
|
-
stepIndent = m[1]!.length;
|
|
205
|
-
break;
|
|
206
|
-
}
|
|
207
|
-
}
|
|
208
|
-
if (stepStart < 0) return { ok: false, reason: `step "${stepName}" not found in YAML` };
|
|
209
|
-
|
|
210
|
-
// Step block ends at next sibling (`- name:` at the same indent) or at the
|
|
211
|
-
// first line that dedents past the step's column.
|
|
212
|
-
let stepEnd = lines.length;
|
|
213
|
-
for (let i = stepStart + 1; i < lines.length; i++) {
|
|
214
|
-
const line = lines[i]!;
|
|
215
|
-
if (line.trim() === "") continue;
|
|
216
|
-
const indent = line.match(/^(\s*)/)![1]!.length;
|
|
217
|
-
if (indent <= stepIndent) {
|
|
218
|
-
stepEnd = i;
|
|
219
|
-
break;
|
|
220
|
-
}
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
const statusRe = new RegExp(`^(\\s*)status:\\s*${expected}\\s*(#.*)?$`);
|
|
224
|
-
for (let i = stepStart + 1; i < stepEnd; i++) {
|
|
225
|
-
const m = lines[i]!.match(statusRe);
|
|
226
|
-
if (m) {
|
|
227
|
-
const tail = m[2] ? ` ${m[2]}` : "";
|
|
228
|
-
lines[i] = `${m[1]}status: ${observed}${tail}`;
|
|
229
|
-
return { ok: true, lines };
|
|
230
|
-
}
|
|
231
|
-
}
|
|
232
|
-
return { ok: false, reason: `expect.status: ${expected} not found within step "${stepName}"` };
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
function escapeRegExp(s: string): string {
|
|
236
|
-
return s.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
/**
|
|
240
|
-
* Append drift cases to `<apiDir>/tolerated-drifts.yaml`. The file is a flat
|
|
241
|
-
* `drifts:` list; we de-duplicate on (method, path, expected, observed).
|
|
242
|
-
*
|
|
243
|
-
* Format kept intentionally minimal — runner-side enforcement (skip the
|
|
244
|
-
* status assertion when a tolerated drift matches) is a follow-up task; this
|
|
245
|
-
* call just records the data so a human can review.
|
|
246
|
-
*/
|
|
247
|
-
export async function appendToleratedDrifts(apiDir: string, cases: DriftCase[]): Promise<{ written: number; file: string }> {
|
|
248
|
-
const file = `${apiDir}/tolerated-drifts.yaml`;
|
|
249
|
-
let existing = "";
|
|
250
|
-
try {
|
|
251
|
-
existing = await readFile(file, "utf-8");
|
|
252
|
-
} catch {
|
|
253
|
-
// new file — keep empty
|
|
254
|
-
}
|
|
255
|
-
|
|
256
|
-
const seen = new Set<string>();
|
|
257
|
-
const driftRe = /^\s*-\s*method:\s*(\w+)\s*$\n\s*path:\s*(\S+)\s*$\n\s*expected:\s*(\d+)\s*$\n\s*observed:\s*(\d+)/gm;
|
|
258
|
-
let m: RegExpExecArray | null;
|
|
259
|
-
while ((m = driftRe.exec(existing)) !== null) {
|
|
260
|
-
seen.add(`${m[1]!.toUpperCase()} ${m[2]} ${m[3]}->${m[4]}`);
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
const fresh: DriftCase[] = [];
|
|
264
|
-
for (const c of cases) {
|
|
265
|
-
const key = `${(c.method ?? "?").toUpperCase()} ${c.path ?? "?"} ${c.expected}->${c.observed}`;
|
|
266
|
-
if (seen.has(key)) continue;
|
|
267
|
-
seen.add(key);
|
|
268
|
-
fresh.push(c);
|
|
269
|
-
}
|
|
270
|
-
|
|
271
|
-
if (fresh.length === 0) return { written: 0, file };
|
|
272
|
-
|
|
273
|
-
let body = existing;
|
|
274
|
-
if (!/^drifts:\s*$/m.test(body)) {
|
|
275
|
-
body = body.trim();
|
|
276
|
-
if (body.length > 0) body += "\n";
|
|
277
|
-
body += "drifts:\n";
|
|
278
|
-
} else if (!body.endsWith("\n")) {
|
|
279
|
-
body += "\n";
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
for (const c of fresh) {
|
|
283
|
-
body += ` - method: ${c.method ?? "?"}\n`;
|
|
284
|
-
body += ` path: ${c.path ?? "?"}\n`;
|
|
285
|
-
body += ` expected: ${c.expected}\n`;
|
|
286
|
-
body += ` observed: ${c.observed}\n`;
|
|
287
|
-
body += ` note: ""\n`;
|
|
288
|
-
}
|
|
289
|
-
|
|
290
|
-
await mkdir(dirname(file), { recursive: true });
|
|
291
|
-
await writeFile(file, body, "utf-8");
|
|
292
|
-
return { written: fresh.length, file };
|
|
293
|
-
}
|