@danceiny/gotry 0.0.1-rc.21 → 0.0.1-rc.24
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/README.md +102 -194
- package/README.zh-CN.md +115 -210
- package/bin/gotry-backend.js +53 -0
- package/bin/gotry-bootstrap.js +466 -35
- package/bin/gotry-inner.js +255 -36
- package/bin/gotry-process-liveness.d.ts +27 -0
- package/bin/gotry-process-liveness.js +97 -0
- package/bin/gotry-runtime-resolution.d.ts +1 -1
- package/bin/gotry-runtime-resolution.js +2 -2
- package/client/client.js +174 -0
- package/cordis.gotry-patch.yml +70 -93
- package/dist/capabilities/agent-reach-deep.js +45 -122
- package/dist/capabilities/agent-reach.js +63 -148
- package/dist/capabilities/anything.js +89 -75
- package/dist/capabilities/artifacts.js +123 -104
- package/dist/capabilities/channel-health.js +65 -45
- package/dist/capabilities/channel-registry.js +108 -87
- package/dist/capabilities/doctor.js +357 -235
- package/dist/capabilities/effect.js +223 -309
- package/dist/capabilities/fact-log.js +28 -14
- package/dist/capabilities/flyai.js +245 -156
- package/dist/capabilities/ground-transfer.js +509 -0
- package/dist/capabilities/hbcli.js +144 -148
- package/dist/capabilities/hotelbyte-transaction.js +194 -0
- package/dist/capabilities/incident-log.js +131 -61
- package/dist/capabilities/model-override.js +30 -10
- package/dist/capabilities/opensky.js +54 -43
- package/dist/capabilities/resilience.js +50 -32
- package/dist/capabilities/session/action-cache.js +50 -44
- package/dist/capabilities/session/adapters/ctrip-flight.js +119 -62
- package/dist/capabilities/session/adapters/ctrip-hotel.js +125 -110
- package/dist/capabilities/session/adapters/dida-portal.js +206 -0
- package/dist/capabilities/session/adapters/meituan-local.js +35 -54
- package/dist/capabilities/session/adapters/rail-12306.js +169 -112
- package/dist/capabilities/session/benchmark.js +85 -149
- package/dist/capabilities/session/extension-bridge.js +320 -259
- package/dist/capabilities/session/extension-channel.js +57 -76
- package/dist/capabilities/session/extension-distribution.js +115 -119
- package/dist/capabilities/session/extract.js +31 -21
- package/dist/capabilities/session/golden-score.js +55 -33
- package/dist/capabilities/session/health-watch.js +146 -154
- package/dist/capabilities/session/read-guard.js +55 -47
- package/dist/capabilities/session/static-flight-golden.js +49 -36
- package/dist/capabilities/session/transport.js +54 -61
- package/dist/capabilities/session/wizard.js +63 -93
- package/dist/capabilities/session-consent.js +143 -47
- package/dist/capabilities/session-login.js +95 -126
- package/dist/capabilities/session-search.js +391 -253
- package/dist/capabilities/sponsor-plugin.js +341 -0
- package/dist/capabilities/visa-policy.js +87 -73
- package/dist/capabilities/weather.js +163 -235
- package/dist/scripts/action-cache-tests.js +24 -59
- package/dist/scripts/agent-planning-turn-deadline-e2e.js +91 -142
- package/dist/scripts/agent-planning-turn-deadline-tests.js +80 -176
- package/dist/scripts/agent-reach-deep-tests.js +30 -40
- package/dist/scripts/agent-reach-tests.js +26 -18
- package/dist/scripts/agent-reach-wrapper-tests.js +46 -50
- package/dist/scripts/anything-tests.js +58 -62
- package/dist/scripts/artifact-client-contract-tests.js +69 -0
- package/dist/scripts/artifacts-capability-tests.js +235 -0
- package/dist/scripts/async-collect.js +26 -15
- package/dist/scripts/benchmark-environment-bridge-e2e.js +287 -684
- package/dist/scripts/benchmark-environment-bridge-tests.js +818 -3123
- package/dist/scripts/booking-copilot-availability-ledger-binding-tests.js +66 -279
- package/dist/scripts/booking-copilot-availability-policy-tests.js +153 -1257
- package/dist/scripts/booking-copilot-bin-proof-tests.js +22 -45
- package/dist/scripts/booking-copilot-crossrepo-fixture-server.js +64 -76
- package/dist/scripts/booking-copilot-dsh-core-proof-tests.js +69 -199
- package/dist/scripts/booking-copilot-dsh-planner-proof-tests.js +393 -759
- package/dist/scripts/booking-copilot-dsh-plugin-proof-tests.js +33 -75
- package/dist/scripts/booking-copilot-event-sequence-concurrency-proof-tests.js +60 -110
- package/dist/scripts/booking-copilot-gap-code-contract-proof-tests.js +28 -66
- package/dist/scripts/booking-copilot-operation-ledger-concurrency-proof-tests.js +72 -271
- package/dist/scripts/booking-copilot-receipt-ledger-concurrency-proof-tests.js +73 -275
- package/dist/scripts/booking-copilot-runtime-proof-tests.js +784 -3398
- package/dist/scripts/booking-copilot-server-proof-tests.js +63 -168
- package/dist/scripts/booking-copilot-startup-proof-tests.js +38 -124
- package/dist/scripts/booking-executor-tests.js +80 -0
- package/dist/scripts/booking-recovery-chain-tests.js +182 -0
- package/dist/scripts/booking-saga-tests.js +61 -123
- package/dist/scripts/booking-surface-contract-proof-tests.js +152 -1167
- package/dist/scripts/bootstrap-tests.js +1383 -128
- package/dist/scripts/build-changelog.js +89 -130
- package/dist/scripts/build-metrics-report.js +135 -143
- package/dist/scripts/changelog-tests.js +35 -82
- package/dist/scripts/channel-probe-tests.js +44 -116
- package/dist/scripts/channel-probe.js +84 -167
- package/dist/scripts/channel-registry-tests.js +97 -185
- package/dist/scripts/companion-tests.js +25 -70
- package/dist/scripts/dida-cookie-probe.js +87 -0
- package/dist/scripts/dida-sw-probe.js +114 -0
- package/dist/scripts/diff-test.js +17 -12
- package/dist/scripts/doctor-tests.js +428 -120
- package/dist/scripts/dsh-artifact-e2e.js +150 -0
- package/dist/scripts/dsh-artifact-web-e2e.js +443 -0
- package/dist/scripts/dsh-http-proxy-sse-proof.js +90 -0
- package/dist/scripts/dsh-runtime-closure-tests.js +110 -153
- package/dist/scripts/dsh-runtime-closure.js +75 -63
- package/dist/scripts/dsh-session-v3-migration-proof.js +106 -0
- package/dist/scripts/dsh-subprocess-local-proof.js +149 -0
- package/dist/scripts/dsh-target-closure-proof.js +178 -0
- package/dist/scripts/effect-tests.js +165 -552
- package/dist/scripts/engine-run.js +1 -3
- package/dist/scripts/engine-tests.js +16 -10
- package/dist/scripts/evaluation-cadence-tests.js +69 -242
- package/dist/scripts/evaluation-contract-tests.js +193 -499
- package/dist/scripts/extension-distribution-cli.js +19 -15
- package/dist/scripts/extension-distribution-tests.js +98 -211
- package/dist/scripts/extension-tests.js +366 -389
- package/dist/scripts/fact-gate-tests.js +725 -263
- package/dist/scripts/fixtures/extension-bridge-unref-child.mjs +21 -0
- package/dist/scripts/flight-hotel-anchor-363-registered-e2e.js +169 -0
- package/dist/scripts/flight-malformed-tests.js +159 -0
- package/dist/scripts/flyai-tests.js +325 -68
- package/dist/scripts/g5-guard-tests.js +131 -0
- package/dist/scripts/g5-guard.js +189 -0
- package/dist/scripts/gen-lunar-anchors.js +106 -0
- package/dist/scripts/gotry-backend-kernel-tests.js +79 -0
- package/dist/scripts/ground-transfer-tests.js +956 -0
- package/dist/scripts/hbcli-e2e-tests.js +71 -90
- package/dist/scripts/hbcli-live-optin-tests.js +96 -0
- package/dist/scripts/hbcli-release-contract-tests.js +122 -0
- package/dist/scripts/hbcli-tests.js +41 -115
- package/dist/scripts/health-watch-cli.js +42 -28
- package/dist/scripts/hotel-date-gate-tests.js +496 -0
- package/dist/scripts/hotelbyte-reconcile-tests.js +141 -0
- package/dist/scripts/hotelbyte-spawn-e2e-tests.js +373 -0
- package/dist/scripts/i18n-tests.js +16 -9
- package/dist/scripts/incident-tests.js +281 -87
- package/dist/scripts/issue-194-job-id-guard-tests.js +106 -0
- package/dist/scripts/issue-233-cancel-refund-commission-tests.js +392 -0
- package/dist/scripts/issue-271-liveness-tests.js +547 -0
- package/dist/scripts/issue-289-model-retry-real-tests.js +296 -0
- package/dist/scripts/issue-289-model-retry-tests.js +441 -0
- package/dist/scripts/issue-289-web-retry-e2e.js +630 -0
- package/dist/scripts/issue-338-home-city-e2e.js +577 -0
- package/dist/scripts/issue343-real-entry-e2e.js +160 -0
- package/dist/scripts/journey-tests.js +22 -27
- package/dist/scripts/kernel-manifest-evidence.js +109 -0
- package/dist/scripts/kernel-manifest-gate.js +126 -0
- package/dist/scripts/kernel-manifest-tests.js +212 -0
- package/dist/scripts/kernel-manifest-trace-entry.js +7 -0
- package/dist/scripts/kernel-manifest-trace-hook.mjs +28 -0
- package/dist/scripts/kernel-manifest.js +369 -0
- package/dist/scripts/ledger-repair-apply-tests.js +316 -0
- package/dist/scripts/ledger-repair-plan-tests.js +375 -0
- package/dist/scripts/ledger-tests.js +325 -340
- package/dist/scripts/ledger-workflow-crash.js +10 -20
- package/dist/scripts/map-tools-vendor-package-proof.js +206 -134
- package/dist/scripts/memory-capture-tests.js +242 -61
- package/dist/scripts/memory-decay-tests.js +18 -52
- package/dist/scripts/memory-lifecycle-tests.js +657 -0
- package/dist/scripts/memory-lifecycle.js +196 -0
- package/dist/scripts/memory-metrics.js +24 -12
- package/dist/scripts/memory-value-report.js +474 -222
- package/dist/scripts/memory-value-tests.js +328 -0
- package/dist/scripts/metrics-report-tests.js +62 -199
- package/dist/scripts/model-override-e2e.js +66 -105
- package/dist/scripts/nightly-evidence-tests.js +64 -89
- package/dist/scripts/nightly-evidence.js +108 -111
- package/dist/scripts/nudge-digest.js +39 -28
- package/dist/scripts/onboarding-tests.js +63 -88
- package/dist/scripts/opensky-check.js +18 -13
- package/dist/scripts/opensky-tests.js +28 -28
- package/dist/scripts/persona-surface-guard-tests.js +37 -12
- package/dist/scripts/pnpm-dsh-closure-proof.js +2 -5
- package/dist/scripts/policy-anchor-359-registered-e2e.js +214 -0
- package/dist/scripts/price-drift-tests.js +126 -227
- package/dist/scripts/price-drift-watch.js +209 -253
- package/dist/scripts/probe-poi-tests.js +52 -45
- package/dist/scripts/product-metrics.js +187 -273
- package/dist/scripts/publish-preverify.js +47 -41
- package/dist/scripts/realtime-pricing-tests.js +37 -76
- package/dist/scripts/replay-async.js +20 -18
- package/dist/scripts/replay-real.js +16 -18
- package/dist/scripts/replay.js +52 -82
- package/dist/scripts/session-attach-diagnose.js +16 -12
- package/dist/scripts/session-attach-poc.js +34 -37
- package/dist/scripts/session-benchmark.js +66 -147
- package/dist/scripts/session-dida-live-e2e.js +151 -0
- package/dist/scripts/session-extract-tests.js +14 -35
- package/dist/scripts/session-login.js +14 -13
- package/dist/scripts/session-tests.js +545 -583
- package/dist/scripts/sf-live-benchmark.js +92 -110
- package/dist/scripts/sf-live-cli-tests.js +2 -9
- package/dist/scripts/sf-soft-score-tests.js +19 -60
- package/dist/scripts/sf-summary-tests.js +149 -0
- package/dist/scripts/sf-summary.js +466 -84
- package/dist/scripts/skeleton-check.js +16 -14
- package/dist/scripts/skeleton-integration-test.js +11 -10
- package/dist/scripts/skills-contract-tests.js +51 -46
- package/dist/scripts/smoke-session-gate-tests.js +12 -20
- package/dist/scripts/smoke.js +541 -422
- package/dist/scripts/sponsor-reuse-tests.js +262 -0
- package/dist/scripts/state-cli-tests.js +226 -101
- package/dist/scripts/state-cli.js +549 -212
- package/dist/scripts/static-golden-tests.js +46 -180
- package/dist/scripts/time-eval-tests.js +210 -192
- package/dist/scripts/travel-timeline-tests.js +29 -93
- package/dist/scripts/turn-handoff-collect-tests.js +46 -93
- package/dist/scripts/turn-handoff-collect.js +71 -99
- package/dist/scripts/turn-policy-tests.js +28 -29
- package/dist/scripts/typed-contract-canary.js +77 -162
- package/dist/scripts/tz-resolver-sanity.js +50 -0
- package/dist/scripts/tz-resolver-tests.js +584 -0
- package/dist/scripts/unified-tests.js +23 -19
- package/dist/scripts/visa-policy-tests.js +31 -44
- package/dist/scripts/weather-tests.js +121 -543
- package/dist/scripts/wish-channel-gate-tests.js +29 -86
- package/dist/scripts/write-gate-tests.js +522 -0
- package/dist/scripts/z3-lifecycle-fault-tests.js +188 -0
- package/dist/scripts/z3-lifecycle-tests.js +170 -0
- package/dist/scripts/z3-race-repeat-tests.js +39 -0
- package/dist/scripts/z3-race-tests.js +18 -12
- package/dist/src/artifact-gate.js +652 -221
- package/dist/src/backend/kernel.js +91 -0
- package/dist/src/backend/modules/booking-copilot.js +55 -0
- package/dist/src/backend/modules/booking-executor.js +124 -0
- package/dist/src/backend/modules/session-search.js +194 -0
- package/dist/src/benchmark-agent-conformance.js +296 -262
- package/dist/src/benchmark-environment-bridge.js +298 -413
- package/dist/src/benchmark-headless-child-diagnostics.js +93 -100
- package/dist/src/benchmark-tool-isolation.js +94 -67
- package/dist/src/bookable-facts.js +299 -174
- package/dist/src/booking-saga.js +64 -120
- package/dist/src/booking-surface/availability-policy.js +443 -576
- package/dist/src/booking-surface/cancel-refund-commission.js +379 -0
- package/dist/src/booking-surface/contracts.js +24 -80
- package/dist/src/booking-surface/dsh-planner.js +510 -281
- package/dist/src/booking-surface/dsh-plugin.js +17 -1
- package/dist/src/booking-surface/error-codes.js +82 -10
- package/dist/src/booking-surface/index.js +0 -3
- package/dist/src/booking-surface/profile.js +10 -54
- package/dist/src/booking-surface/recovery-chain.js +367 -0
- package/dist/src/booking-surface/runtime.js +765 -891
- package/dist/src/booking-surface/server.js +200 -251
- package/dist/src/booking-surface/startup.js +58 -54
- package/dist/src/booking-surface/validation.js +150 -218
- package/dist/src/bridge.js +20 -13
- package/dist/src/companions.js +48 -74
- package/dist/src/contracts.js +21 -43
- package/dist/src/dsh-llm.js +82 -120
- package/dist/src/engine.js +253 -239
- package/dist/src/evaluation-cadence.js +72 -209
- package/dist/src/evaluation-contracts.js +220 -843
- package/dist/src/flight-pack-adapter.js +54 -0
- package/dist/src/flight-pack-contract.js +2 -0
- package/dist/src/gotry-backend.js +70 -0
- package/dist/src/hotel-date-gate.js +118 -0
- package/dist/src/i18n.js +18 -7
- package/dist/src/index.js +1425 -1629
- package/dist/src/journey.js +132 -81
- package/dist/src/ledger-repair-apply.js +538 -0
- package/dist/src/ledger-repair-plan.js +463 -0
- package/dist/src/loop.js +257 -166
- package/dist/src/memory-capture.js +180 -32
- package/dist/src/memory-decay.js +30 -14
- package/dist/src/memory-lifecycle.js +1310 -0
- package/dist/src/memory-utility.js +27 -40
- package/dist/src/mock-llm.js +36 -61
- package/dist/src/model.js +81 -36
- package/dist/src/realtime-pricing.js +63 -72
- package/dist/src/slot-spec.js +84 -106
- package/dist/src/state-ledger.js +310 -471
- package/dist/src/subagent-job-id-guard.js +58 -0
- package/dist/src/time-anchor.js +231 -33
- package/dist/src/tool-packet.js +20 -8
- package/dist/src/travel-slots.js +58 -35
- package/dist/src/travel-timeline.js +44 -63
- package/dist/src/turn-deadline.js +121 -127
- package/dist/src/turn-policy.js +61 -89
- package/dist/src/tz-resolver.js +143 -0
- package/dist/src/unified.js +504 -381
- package/dist/src/wish-pool.js +39 -14
- package/dist/src/write-gate.js +495 -0
- package/dist/src/z3-shared.js +273 -7
- package/extension/README.md +4 -3
- package/extension/background.js +125 -14
- package/extension/content-bridge.js +23 -1
- package/extension/content-main.js +15 -4
- package/extension/manifest.json +16 -8
- package/package.json +251 -220
- package/ts/capabilities/agent-reach.ts +4 -4
- package/ts/capabilities/anything.ts +1 -1
- package/ts/capabilities/artifacts.ts +46 -9
- package/ts/capabilities/flyai.ts +156 -37
- package/ts/capabilities/hbcli.ts +1 -1
- package/ts/capabilities/incident-log.ts +88 -59
- package/ts/capabilities/session/adapters/ctrip-flight.ts +99 -36
- package/ts/capabilities/session/adapters/dida-portal.ts +250 -0
- package/ts/capabilities/session/adapters/rail-12306.ts +123 -24
- package/ts/capabilities/session/extension-bridge.ts +226 -101
- package/ts/capabilities/session/extension-channel.ts +22 -9
- package/ts/capabilities/session/wizard.ts +2 -2
- package/ts/capabilities/session-consent.ts +98 -14
- package/ts/capabilities/session-login.ts +1 -0
- package/ts/capabilities/session-search.ts +315 -31
- package/ts/dsh-runtime/vendor/README.md +8 -4
- package/ts/dsh-runtime/vendor/dsh-map-tools/README.en.md +7 -1
- package/ts/dsh-runtime/vendor/dsh-map-tools/README.md +5 -3
- package/ts/dsh-runtime/vendor/dsh-map-tools/lib/settings-ns.js +1 -1
- package/ts/dsh-runtime/vendor/dsh-map-tools/lib/types/settings-ns.d.ts +1 -1
- package/ts/dsh-runtime/vendor/dsh-map-tools/package.json +6 -6
- package/ts/package.json +236 -16
- package/ts/scripts/map-tools-vendor-package-proof.ts +152 -31
- package/ts/scripts/state-cli.ts +418 -51
- package/ts/src/artifact-gate.ts +561 -15
- package/ts/src/benchmark-environment-bridge.ts +37 -20
- package/ts/src/bookable-facts.ts +183 -7
- package/ts/src/booking-surface/cancel-refund-commission.ts +488 -0
- package/ts/src/booking-surface/dsh-planner.ts +240 -32
- package/ts/src/booking-surface/dsh-plugin.js +17 -1
- package/ts/src/booking-surface/error-codes.ts +75 -0
- package/ts/src/booking-surface/recovery-chain.ts +409 -0
- package/ts/src/booking-surface/server.ts +84 -51
- package/ts/src/booking-surface/validation.ts +2 -0
- package/ts/src/contracts.ts +12 -2
- package/ts/src/dsh-llm.ts +4 -8
- package/ts/src/index.ts +609 -90
- package/ts/src/loop.ts +116 -7
- package/ts/src/memory-capture.ts +227 -3
- package/ts/src/mock-llm.ts +4 -8
- package/ts/src/model.ts +88 -2
- package/ts/src/state-ledger.ts +47 -29
- package/ts/src/subagent-job-id-guard.ts +72 -0
- package/ts/src/time-anchor.ts +217 -13
- package/ts/src/unified.ts +316 -54
|
@@ -0,0 +1,547 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Maintained installed-dsh liveness proof for issue #271.
|
|
3
|
+
*
|
|
4
|
+
* Each case is an external bounded parent of a real Node24 dsh package child,
|
|
5
|
+
* with a fresh private HOME/DSH_HOME/state directory. The dsh fixture starts a
|
|
6
|
+
* real descendant so a direct-child-only cleanup cannot pass. No model,
|
|
7
|
+
* provider, Chrome session, credential, or shared GoTry state is used.
|
|
8
|
+
*/
|
|
9
|
+
import assert from 'node:assert/strict';
|
|
10
|
+
import { spawn } from 'node:child_process';
|
|
11
|
+
import { createRequire } from 'node:module';
|
|
12
|
+
import { copyFileSync, existsSync, mkdirSync, mkdtempSync, readFileSync, rmSync, symlinkSync, writeFileSync } from 'node:fs';
|
|
13
|
+
import { tmpdir } from 'node:os';
|
|
14
|
+
import { join } from 'node:path';
|
|
15
|
+
import { fileURLToPath, pathToFileURL } from 'node:url';
|
|
16
|
+
import { Context } from '@deepseek-ai/cordis';
|
|
17
|
+
import { LocalSubprocessRuntime } from '@deepseek-ai/dsh-subprocess-local';
|
|
18
|
+
import { recordIncident, resolveIncidentsPath } from '../capabilities/incident-log.js';
|
|
19
|
+
import { PROCESS_LIVENESS_BOUNDS, isOwnedProcessGroupEmpty, spawnOwnedChild, terminateOwnedChild, } from '../../bin/gotry-process-liveness.js';
|
|
20
|
+
const require = createRequire(import.meta.url);
|
|
21
|
+
const dshBin = require.resolve('@deepseek-ai/dsh/lib/bin.js');
|
|
22
|
+
const dshVersion = JSON.parse(readFileSync(require.resolve('@deepseek-ai/dsh/package.json'), 'utf8')).version;
|
|
23
|
+
const repoRoot = fileURLToPath(new URL('../../', import.meta.url));
|
|
24
|
+
const node24 = process.execPath;
|
|
25
|
+
const EXTERNAL_BOUND_MS = 8_000;
|
|
26
|
+
assert.equal(dshVersion, '0.1.5-rc.1', 'proof must run against the lock-selected installed dsh package');
|
|
27
|
+
function privateEnv(root) {
|
|
28
|
+
return {
|
|
29
|
+
PATH: process.env.PATH,
|
|
30
|
+
HOME: root,
|
|
31
|
+
DSH_HOME: join(root, 'dsh-home'),
|
|
32
|
+
TMPDIR: root,
|
|
33
|
+
TEMP: root,
|
|
34
|
+
TMP: root,
|
|
35
|
+
};
|
|
36
|
+
}
|
|
37
|
+
function waitForClose(child, timeoutMs) {
|
|
38
|
+
return new Promise((resolve) => {
|
|
39
|
+
let settled = false;
|
|
40
|
+
const timer = setTimeout(() => {
|
|
41
|
+
if (settled)
|
|
42
|
+
return;
|
|
43
|
+
settled = true;
|
|
44
|
+
resolve({ timedOut: true });
|
|
45
|
+
}, timeoutMs);
|
|
46
|
+
child.once('close', (code, signal) => {
|
|
47
|
+
if (settled)
|
|
48
|
+
return;
|
|
49
|
+
settled = true;
|
|
50
|
+
clearTimeout(timer);
|
|
51
|
+
resolve({ code, signal });
|
|
52
|
+
});
|
|
53
|
+
child.once('error', (error) => {
|
|
54
|
+
if (settled)
|
|
55
|
+
return;
|
|
56
|
+
settled = true;
|
|
57
|
+
clearTimeout(timer);
|
|
58
|
+
resolve({ code: null, signal: null, error: error instanceof Error ? error.message : String(error) });
|
|
59
|
+
});
|
|
60
|
+
});
|
|
61
|
+
}
|
|
62
|
+
function withExternalBound(promise, timeoutMs, label) {
|
|
63
|
+
return new Promise((resolve, reject) => {
|
|
64
|
+
const timer = setTimeout(() => reject(new Error(`${label} exceeded external ${timeoutMs}ms bound`)), timeoutMs);
|
|
65
|
+
promise.then((value) => { clearTimeout(timer); resolve(value); }, (error) => { clearTimeout(timer); reject(error); });
|
|
66
|
+
});
|
|
67
|
+
}
|
|
68
|
+
async function waitForFile(path, timeoutMs) {
|
|
69
|
+
const deadline = Date.now() + timeoutMs;
|
|
70
|
+
while (Date.now() < deadline) {
|
|
71
|
+
if (existsSync(path))
|
|
72
|
+
return;
|
|
73
|
+
await new Promise((resolve) => setTimeout(resolve, 20));
|
|
74
|
+
}
|
|
75
|
+
throw new Error(`fixture readiness timeout: ${path}`);
|
|
76
|
+
}
|
|
77
|
+
function pidAlive(pid) {
|
|
78
|
+
try {
|
|
79
|
+
process.kill(pid, 0);
|
|
80
|
+
return true;
|
|
81
|
+
}
|
|
82
|
+
catch {
|
|
83
|
+
return false;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
function incidentLines(stateRoot) {
|
|
87
|
+
const path = resolveIncidentsPath(stateRoot);
|
|
88
|
+
if (!existsSync(path))
|
|
89
|
+
return [];
|
|
90
|
+
return readFileSync(path, 'utf8').trim().split(/\r?\n/).filter(Boolean);
|
|
91
|
+
}
|
|
92
|
+
function writeFailureFixture(root, name, marker, pidFile) {
|
|
93
|
+
const trigger = name === 'child-crash'
|
|
94
|
+
? "throw new Error('issue271-child-crash')"
|
|
95
|
+
: "Promise.reject(new Error('issue271-rejected-promise'))";
|
|
96
|
+
const plugin = join(root, `${name}.mjs`);
|
|
97
|
+
writeFileSync(plugin, [
|
|
98
|
+
"import { spawn } from 'node:child_process'",
|
|
99
|
+
"import { writeFileSync } from 'node:fs'",
|
|
100
|
+
`export const name = 'issue271-${name}'`,
|
|
101
|
+
'export const inject = []',
|
|
102
|
+
'export function apply() {',
|
|
103
|
+
` const descendant = spawn(process.execPath, ['-e', 'setInterval(() => {}, 60000)'], { stdio: 'ignore' })`,
|
|
104
|
+
` writeFileSync(${JSON.stringify(pidFile)}, String(descendant.pid))`,
|
|
105
|
+
` setTimeout(() => writeFileSync(${JSON.stringify(marker)}, 'unsafe-continuation'), 250)`,
|
|
106
|
+
` ${trigger}`,
|
|
107
|
+
'}',
|
|
108
|
+
'',
|
|
109
|
+
].join('\n'));
|
|
110
|
+
const patch = join(root, `${name}.patch.yml`);
|
|
111
|
+
writeFileSync(patch, `- insert:\n - id: issue271-${name}\n name: '${plugin}'\n`);
|
|
112
|
+
return patch;
|
|
113
|
+
}
|
|
114
|
+
async function runDshFailureCase(name) {
|
|
115
|
+
const root = mkdtempSync(join(tmpdir(), `gotry-271-${name}-`));
|
|
116
|
+
const marker = join(root, 'unsafe.marker');
|
|
117
|
+
const pidFile = join(root, 'descendant.pid');
|
|
118
|
+
const patch = writeFailureFixture(root, name, marker, pidFile);
|
|
119
|
+
const owned = spawnOwnedChild(node24, [dshBin, '--profile', 'sdk-minimal', '--patch', patch], {
|
|
120
|
+
cwd: root,
|
|
121
|
+
env: privateEnv(root),
|
|
122
|
+
stdio: ['ignore', 'pipe', 'pipe'],
|
|
123
|
+
});
|
|
124
|
+
let stderr = '';
|
|
125
|
+
owned.child.stderr?.setEncoding('utf8');
|
|
126
|
+
owned.child.stderr?.on('data', (chunk) => { stderr += chunk.toString(); });
|
|
127
|
+
const outcome = await waitForClose(owned.child, EXTERNAL_BOUND_MS);
|
|
128
|
+
if ('timedOut' in outcome)
|
|
129
|
+
throw new Error(`${name} exceeded external ${EXTERNAL_BOUND_MS}ms bound`);
|
|
130
|
+
const cleanup = await terminateOwnedChild({ child: owned.child, groupPid: owned.groupPid, ...PROCESS_LIVENESS_BOUNDS });
|
|
131
|
+
await new Promise((resolve) => setTimeout(resolve, 350));
|
|
132
|
+
const descendantPid = Number(readFileSync(pidFile, 'utf8'));
|
|
133
|
+
assert.equal(outcome.code, 1, `${name} dsh child must exit 1: ${JSON.stringify(outcome)}`);
|
|
134
|
+
assert.equal(outcome.signal, null, `${name} dsh child must not report a signal: ${JSON.stringify(outcome)}`);
|
|
135
|
+
assert.match(stderr, new RegExp(`issue271-${name.replace('-', '[- ]')}`), `${name} must preserve dsh stderr evidence`);
|
|
136
|
+
assert.equal(existsSync(marker), false, `${name} must not execute the post-failure marker`);
|
|
137
|
+
assert.equal(pidAlive(descendantPid), false, `${name} descendant ${descendantPid} must be gone after bounded cleanup`);
|
|
138
|
+
assert.equal(isOwnedProcessGroupEmpty(owned.groupPid), true, `${name} process group must be empty`);
|
|
139
|
+
const stateRoot = join(root, 'state');
|
|
140
|
+
assert.equal(recordIncident({
|
|
141
|
+
ts: new Date().toISOString(),
|
|
142
|
+
kind: 'plugin_error',
|
|
143
|
+
message: `issue271 ${name}: child exit=${outcome.code} signal=${outcome.signal}`,
|
|
144
|
+
source: 'issue271-liveness-test',
|
|
145
|
+
}, stateRoot), true);
|
|
146
|
+
const lines = incidentLines(stateRoot);
|
|
147
|
+
assert.equal(lines.length, 1, `${name} incident evidence must be append-only and single-line`);
|
|
148
|
+
assert.match(lines[0], new RegExp(`"message":"issue271 ${name}: child exit=1 signal=null"`));
|
|
149
|
+
const result = { case: name, dshVersion, externalBoundMs: EXTERNAL_BOUND_MS, child: outcome, stderr: stderr.slice(-4_000), incidentLines: lines, descendantPid, cleanup };
|
|
150
|
+
rmSync(root, { recursive: true, force: true });
|
|
151
|
+
return result;
|
|
152
|
+
}
|
|
153
|
+
async function runSpawnErrorCase() {
|
|
154
|
+
const root = mkdtempSync(join(tmpdir(), 'gotry-271-spawn-error-'));
|
|
155
|
+
const ctx = new Context();
|
|
156
|
+
const fiber = ctx.plugin(LocalSubprocessRuntime);
|
|
157
|
+
await fiber;
|
|
158
|
+
const stateRoot = join(root, 'state');
|
|
159
|
+
try {
|
|
160
|
+
const handle = ctx.subprocess.spawn({
|
|
161
|
+
argv: [join(root, 'missing-executable')],
|
|
162
|
+
cwd: root,
|
|
163
|
+
stdio: { stdin: 'ignore', stdout: { maxBytes: 1_024 }, stderr: { maxBytes: 4_096 } },
|
|
164
|
+
graceMs: 100,
|
|
165
|
+
});
|
|
166
|
+
let errorMessage = '';
|
|
167
|
+
await assert.rejects(withExternalBound(handle.done, EXTERNAL_BOUND_MS, 'spawn-error done'), (error) => {
|
|
168
|
+
errorMessage = error instanceof Error ? error.message : String(error);
|
|
169
|
+
return /ENOENT/.test(errorMessage);
|
|
170
|
+
}, 'installed subprocess provider must preserve spawn ENOENT as a rejected done promise');
|
|
171
|
+
assert.equal(await handle.waitForExit(AbortSignal.timeout(EXTERNAL_BOUND_MS)), true, 'spawn-error managed range must be empty');
|
|
172
|
+
assert.equal(recordIncident({
|
|
173
|
+
ts: new Date().toISOString(),
|
|
174
|
+
kind: 'plugin_error',
|
|
175
|
+
message: `issue271 spawn-error: ${errorMessage}`,
|
|
176
|
+
source: 'issue271-liveness-test',
|
|
177
|
+
}, stateRoot), true);
|
|
178
|
+
const lines = incidentLines(stateRoot);
|
|
179
|
+
assert.equal(lines.length, 1);
|
|
180
|
+
assert.match(lines[0], /issue271 spawn-error: spawn .* ENOENT/);
|
|
181
|
+
const result = { case: 'spawn-error', dshVersion, externalBoundMs: EXTERNAL_BOUND_MS, child: { exitCode: null, signal: null, doneRejected: true }, stderr: errorMessage, incidentLines: lines, managedRangeEmpty: true };
|
|
182
|
+
await ctx.fiber.dispose();
|
|
183
|
+
rmSync(root, { recursive: true, force: true });
|
|
184
|
+
return result;
|
|
185
|
+
}
|
|
186
|
+
catch (error) {
|
|
187
|
+
await ctx.fiber.dispose().catch(() => { });
|
|
188
|
+
rmSync(root, { recursive: true, force: true });
|
|
189
|
+
throw error;
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
function writeSignalHost(root, signal, marker, pidFile) {
|
|
193
|
+
const helperUrl = pathToFileURL(join(repoRoot, 'bin/gotry-process-liveness.js')).href;
|
|
194
|
+
const host = join(root, `signal-host-${signal}.mjs`);
|
|
195
|
+
writeFileSync(host, [
|
|
196
|
+
`import { spawnOwnedChild, terminateOwnedChild, PROCESS_LIVENESS_BOUNDS } from ${JSON.stringify(helperUrl)}`,
|
|
197
|
+
"import { existsSync, writeFileSync } from 'node:fs'",
|
|
198
|
+
`const dsh = spawnOwnedChild(process.execPath, [${JSON.stringify(dshBin)}, '--profile', 'sdk-minimal', '--patch', ${JSON.stringify(join(root, 'signal.patch.yml'))}], { cwd: ${JSON.stringify(root)}, env: process.env, stdio: ['pipe', 'ignore', 'pipe'] })`,
|
|
199
|
+
"dsh.child.stderr?.resume()",
|
|
200
|
+
`let stopping = false; const onSignal = () => { if (stopping) return; stopping = true; void (async () => { await terminateOwnedChild({ child: dsh.child, groupPid: dsh.groupPid, signal: ${JSON.stringify(signal)}, ...PROCESS_LIVENESS_BOUNDS }); process.off(${JSON.stringify(signal)}, onSignal); process.kill(process.pid, ${JSON.stringify(signal)}) })() }; process.on(${JSON.stringify(signal)}, onSignal)`,
|
|
201
|
+
`const deadline = Date.now() + ${EXTERNAL_BOUND_MS}`,
|
|
202
|
+
`const ready = setInterval(() => { if (Date.now() > deadline) { clearInterval(ready); process.exit(124) }; try { if (existsSync(${JSON.stringify(pidFile)})) { clearInterval(ready); process.stdout.write('READY\\n'); setTimeout(() => writeFileSync(${JSON.stringify(marker)}, 'unsafe-continuation'), 300) } } catch {} }, 20)`,
|
|
203
|
+
'',
|
|
204
|
+
].join('\n'));
|
|
205
|
+
return host;
|
|
206
|
+
}
|
|
207
|
+
async function runParentSignalCase(signal) {
|
|
208
|
+
const root = mkdtempSync(join(tmpdir(), `gotry-271-${signal}-`));
|
|
209
|
+
const marker = join(root, 'unsafe.marker');
|
|
210
|
+
const pidFile = join(root, 'descendant.pid');
|
|
211
|
+
const plugin = join(root, 'signal-plugin.mjs');
|
|
212
|
+
writeFileSync(plugin, [
|
|
213
|
+
"import { spawn } from 'node:child_process'",
|
|
214
|
+
"import { writeFileSync } from 'node:fs'",
|
|
215
|
+
"export const name = 'issue271-parent-signal'",
|
|
216
|
+
'export const inject = []',
|
|
217
|
+
'export function apply() {',
|
|
218
|
+
` const descendant = spawn(process.execPath, ['-e', 'setInterval(() => {}, 60000)'], { stdio: 'ignore' })`,
|
|
219
|
+
` writeFileSync(${JSON.stringify(pidFile)}, String(descendant.pid))`,
|
|
220
|
+
'}',
|
|
221
|
+
'',
|
|
222
|
+
].join('\n'));
|
|
223
|
+
writeFileSync(join(root, 'signal.patch.yml'), `- insert:\n - id: issue271-parent-signal\n name: '${plugin}'\n`);
|
|
224
|
+
const host = writeSignalHost(root, signal, marker, pidFile);
|
|
225
|
+
const parent = spawn(node24, [host], { cwd: root, env: privateEnv(root), stdio: ['ignore', 'pipe', 'pipe'] });
|
|
226
|
+
let stdout = '';
|
|
227
|
+
let stderr = '';
|
|
228
|
+
parent.stdout?.setEncoding('utf8');
|
|
229
|
+
parent.stdout?.on('data', (chunk) => { stdout += chunk; });
|
|
230
|
+
parent.stderr?.setEncoding('utf8');
|
|
231
|
+
parent.stderr?.on('data', (chunk) => { stderr += chunk; });
|
|
232
|
+
await waitForFile(pidFile, EXTERNAL_BOUND_MS);
|
|
233
|
+
process.kill(parent.pid, signal);
|
|
234
|
+
const outcome = await waitForClose(parent, EXTERNAL_BOUND_MS);
|
|
235
|
+
if ('timedOut' in outcome)
|
|
236
|
+
throw new Error(`${signal} parent exceeded external ${EXTERNAL_BOUND_MS}ms bound`);
|
|
237
|
+
const descendantPid = Number(readFileSync(pidFile, 'utf8'));
|
|
238
|
+
assert.equal(outcome.code, null, `${signal} parent must preserve signal termination: ${JSON.stringify(outcome)}`);
|
|
239
|
+
assert.equal(outcome.signal, signal, `${signal} parent must report its original signal: ${JSON.stringify(outcome)}`);
|
|
240
|
+
assert.match(stdout, /READY/, `${signal} case must observe a ready real dsh child`);
|
|
241
|
+
assert.equal(existsSync(marker), false, `${signal} must not execute the post-failure marker`);
|
|
242
|
+
assert.equal(pidAlive(descendantPid), false, `${signal} descendant ${descendantPid} must be gone`);
|
|
243
|
+
const stateRoot = join(root, 'state');
|
|
244
|
+
assert.equal(recordIncident({
|
|
245
|
+
ts: new Date().toISOString(),
|
|
246
|
+
kind: 'plugin_error',
|
|
247
|
+
message: `issue271 parent signal=${signal}; parent exit=${outcome.code} signal=${outcome.signal}`,
|
|
248
|
+
source: 'issue271-liveness-test',
|
|
249
|
+
}, stateRoot), true);
|
|
250
|
+
const lines = incidentLines(stateRoot);
|
|
251
|
+
assert.equal(lines.length, 1);
|
|
252
|
+
assert.match(lines[0], new RegExp(`parent signal=${signal}`));
|
|
253
|
+
const result = { case: signal, dshVersion, externalBoundMs: EXTERNAL_BOUND_MS, parent: outcome, stdout, stderr: stderr.slice(-4_000), incidentLines: lines, descendantPid, processGroupEmpty: true };
|
|
254
|
+
rmSync(root, { recursive: true, force: true });
|
|
255
|
+
return result;
|
|
256
|
+
}
|
|
257
|
+
const PRODUCT_EXTERNAL_BOUND_MS = 8_000;
|
|
258
|
+
function forceKillGroup(pid) {
|
|
259
|
+
if (!pid || process.platform === 'win32')
|
|
260
|
+
return;
|
|
261
|
+
try {
|
|
262
|
+
process.kill(-pid, 'SIGKILL');
|
|
263
|
+
}
|
|
264
|
+
catch { /* already gone */ }
|
|
265
|
+
}
|
|
266
|
+
function writeProductFixture(root, options = { writeTerminalOutput: false, mode: 'web' }) {
|
|
267
|
+
const binDir = join(root, 'bin');
|
|
268
|
+
const tsSrcDir = join(root, 'ts', 'src');
|
|
269
|
+
const tsCapabilitiesDir = join(root, 'ts', 'capabilities');
|
|
270
|
+
const dshDir = join(root, 'node_modules', '@deepseek-ai', 'dsh');
|
|
271
|
+
mkdirSync(binDir, { recursive: true });
|
|
272
|
+
mkdirSync(tsSrcDir, { recursive: true });
|
|
273
|
+
mkdirSync(tsCapabilitiesDir, { recursive: true });
|
|
274
|
+
mkdirSync(join(dshDir, 'lib'), { recursive: true });
|
|
275
|
+
for (const file of ['gotry-inner.js', 'gotry-bootstrap.js', 'gotry-runtime-resolution.js', 'gotry-process-liveness.js']) {
|
|
276
|
+
copyFileSync(join(repoRoot, 'bin', file), join(binDir, file));
|
|
277
|
+
}
|
|
278
|
+
copyFileSync(join(repoRoot, 'ts', 'capabilities', 'incident-log.ts'), join(tsCapabilitiesDir, 'incident-log.ts'));
|
|
279
|
+
copyFileSync(join(repoRoot, 'ts', 'src', 'tool-packet.ts'), join(tsSrcDir, 'tool-packet.ts'));
|
|
280
|
+
copyFileSync(join(repoRoot, 'cordis.gotry-patch.yml'), join(root, 'cordis.gotry-patch.yml'));
|
|
281
|
+
// Symlink dist so benchmark mode loads its bridge/diagnostic/conformance modules
|
|
282
|
+
// without needing a tsx loader inside the fixture (gotry-inner spawns node directly).
|
|
283
|
+
// The fixture is a fresh private stateRoot; only the read-only built JS is reused.
|
|
284
|
+
try {
|
|
285
|
+
symlinkSync(join(repoRoot, 'dist'), join(root, 'dist'), 'dir');
|
|
286
|
+
}
|
|
287
|
+
catch { /* dist already present or unsupported */ }
|
|
288
|
+
writeFileSync(join(tsSrcDir, 'index.ts'), 'export {}\n');
|
|
289
|
+
writeFileSync(join(root, 'package.json'), JSON.stringify({ name: 'gotry-issue271-fixture', type: 'module', version: '0.0.0' }) + '\n');
|
|
290
|
+
writeFileSync(join(dshDir, 'package.json'), JSON.stringify({ name: '@deepseek-ai/dsh', type: 'module', version: dshVersion }) + '\n');
|
|
291
|
+
let configPath;
|
|
292
|
+
if (options.writeTerminalOutput) {
|
|
293
|
+
const lookupInputSchema = { type: 'object', properties: { city: { type: 'string', description: 'A city name' } }, required: ['city'], additionalProperties: false };
|
|
294
|
+
const terminalBodySchema = { type: 'object', properties: { status: { type: 'string' }, payload: { type: 'string' } }, required: [], additionalProperties: false };
|
|
295
|
+
const benchmarkConfig = {
|
|
296
|
+
schema_version: 'gotry_benchmark_environment_bridge_v4',
|
|
297
|
+
enabled: true,
|
|
298
|
+
executable: process.execPath,
|
|
299
|
+
cwd: root,
|
|
300
|
+
argv_prefix: ['true'],
|
|
301
|
+
tools: [{
|
|
302
|
+
name: 'lookup',
|
|
303
|
+
description: 'Stub lookup tool for inherited-pipe liveness proof',
|
|
304
|
+
input_schema: lookupInputSchema,
|
|
305
|
+
output_keys: ['marker', 'leaked'],
|
|
306
|
+
domain_outcomes: [{ status: 'miss', code: 'NOT_FOUND', recovery: 'none' }],
|
|
307
|
+
}],
|
|
308
|
+
timeout_ms: 10_000,
|
|
309
|
+
max_output_bytes: 4_096,
|
|
310
|
+
terminal_output: { tag: 'benchmark_terminal', max_bytes: 4_096, body_schema: terminalBodySchema },
|
|
311
|
+
isolation: { mode: 'host-enforced', writes: 'forbidden', network: 'denied' },
|
|
312
|
+
};
|
|
313
|
+
configPath = join(root, 'benchmark-env-config.json');
|
|
314
|
+
writeFileSync(configPath, JSON.stringify(benchmarkConfig) + '\n');
|
|
315
|
+
}
|
|
316
|
+
const leaderPid = join(root, 'dsh-leader.pid');
|
|
317
|
+
const leaderExit = join(root, 'dsh-leader.exit');
|
|
318
|
+
const ready = join(root, 'fixture.ready');
|
|
319
|
+
const descendantPid = join(root, 'descendant.pid');
|
|
320
|
+
const marker = join(root, 'unsafe.marker');
|
|
321
|
+
const descendantCode = [
|
|
322
|
+
"import { writeFileSync } from 'node:fs'",
|
|
323
|
+
`const marker = ${JSON.stringify(marker)}`,
|
|
324
|
+
"if (process.env.GOTRY_271_RESIST_TERM === '1') { process.on('SIGTERM', () => {}); process.on('SIGINT', () => {}) }",
|
|
325
|
+
"setTimeout(() => writeFileSync(marker, 'unsafe-continuation'), Number(process.env.GOTRY_271_MARKER_DELAY_MS ?? '300'))",
|
|
326
|
+
'setInterval(() => {}, 60_000)',
|
|
327
|
+
].join(';');
|
|
328
|
+
writeFileSync(join(dshDir, 'lib', 'bin.js'), [
|
|
329
|
+
"import { spawn } from 'node:child_process'",
|
|
330
|
+
"import { writeFileSync } from 'node:fs'",
|
|
331
|
+
`const leaderPid = ${JSON.stringify(leaderPid)}`,
|
|
332
|
+
`const leaderExit = ${JSON.stringify(leaderExit)}`,
|
|
333
|
+
`const ready = ${JSON.stringify(ready)}`,
|
|
334
|
+
`const descendantPid = ${JSON.stringify(descendantPid)}`,
|
|
335
|
+
`const descendant = spawn(process.execPath, ['--input-type=module', '-e', ${JSON.stringify(descendantCode)}], { stdio: 'inherit', env: process.env })`,
|
|
336
|
+
options.writeTerminalOutput
|
|
337
|
+
? "if (process.env.GOTRY_271_LEADER_TERMINAL === '1') process.stdout.write('<benchmark_terminal>{\\\"status\\\":\\\"succeeded\\\"}</benchmark_terminal>\\n')"
|
|
338
|
+
: '',
|
|
339
|
+
'writeFileSync(leaderPid, String(process.pid))',
|
|
340
|
+
'writeFileSync(descendantPid, String(descendant.pid))',
|
|
341
|
+
'writeFileSync(ready, \'ready\')',
|
|
342
|
+
"process.on('exit', () => writeFileSync(leaderExit, 'exit'))",
|
|
343
|
+
"setTimeout(() => { writeFileSync(leaderExit, 'exit'); process.exit(Number(process.env.GOTRY_271_LEADER_EXIT ?? '1')) }, 60)",
|
|
344
|
+
'',
|
|
345
|
+
].filter(Boolean).join('\n'));
|
|
346
|
+
return { entrypoint: join(binDir, 'gotry-inner.js'), leaderPid, leaderExit, ready, descendantPid, marker, configPath };
|
|
347
|
+
}
|
|
348
|
+
async function runProductEntrypointCase(name, exitCode, resistant) {
|
|
349
|
+
const root = mkdtempSync(join(tmpdir(), `gotry-271-followup-${name}-`));
|
|
350
|
+
const fixture = writeProductFixture(root);
|
|
351
|
+
const parent = spawn(node24, [fixture.entrypoint, 'web', '--no-open'], {
|
|
352
|
+
cwd: root,
|
|
353
|
+
env: {
|
|
354
|
+
...privateEnv(root),
|
|
355
|
+
GOTRY_ONBOARDING_SKIP: '1',
|
|
356
|
+
GOTRY_SESSION_LIVE: '0',
|
|
357
|
+
GOTRY_HBCLI_LIVE: '0',
|
|
358
|
+
GOTRY_HOTELBYTE_SKILLS_LIVE: '0',
|
|
359
|
+
GOTRY_271_LEADER_EXIT: String(exitCode),
|
|
360
|
+
GOTRY_271_RESIST_TERM: resistant ? '1' : '0',
|
|
361
|
+
GOTRY_271_MARKER_DELAY_MS: resistant ? '7000' : '300',
|
|
362
|
+
},
|
|
363
|
+
detached: process.platform !== 'win32',
|
|
364
|
+
stdio: ['ignore', 'pipe', 'pipe'],
|
|
365
|
+
});
|
|
366
|
+
let stdout = '';
|
|
367
|
+
let stderr = '';
|
|
368
|
+
parent.stdout?.setEncoding('utf8');
|
|
369
|
+
parent.stdout?.on('data', (chunk) => { stdout += chunk; });
|
|
370
|
+
parent.stderr?.setEncoding('utf8');
|
|
371
|
+
parent.stderr?.on('data', (chunk) => { stderr += chunk; });
|
|
372
|
+
const startedAt = Date.now();
|
|
373
|
+
const deadline = startedAt + PRODUCT_EXTERNAL_BOUND_MS;
|
|
374
|
+
const remainingBound = () => Math.max(1, deadline - Date.now());
|
|
375
|
+
let outcome;
|
|
376
|
+
let before = {};
|
|
377
|
+
try {
|
|
378
|
+
await waitForFile(fixture.ready, remainingBound());
|
|
379
|
+
await waitForFile(fixture.leaderExit, remainingBound());
|
|
380
|
+
const leader = Number(readFileSync(fixture.leaderPid, 'utf8'));
|
|
381
|
+
const descendant = Number(readFileSync(fixture.descendantPid, 'utf8'));
|
|
382
|
+
before = {
|
|
383
|
+
leaderExitObserved: true,
|
|
384
|
+
leaderPid: leader,
|
|
385
|
+
descendantPid: descendant,
|
|
386
|
+
descendantAlive: pidAlive(descendant),
|
|
387
|
+
processGroupEmpty: isOwnedProcessGroupEmpty(leader),
|
|
388
|
+
closeDelayedBoundary: pidAlive(descendant),
|
|
389
|
+
};
|
|
390
|
+
outcome = await waitForClose(parent, remainingBound());
|
|
391
|
+
if ('timedOut' in outcome) {
|
|
392
|
+
const snapshot = {
|
|
393
|
+
case: name,
|
|
394
|
+
externalBoundMs: PRODUCT_EXTERNAL_BOUND_MS,
|
|
395
|
+
parent: outcome,
|
|
396
|
+
before,
|
|
397
|
+
marker: existsSync(fixture.marker),
|
|
398
|
+
incidentLines: incidentLines(root),
|
|
399
|
+
stderr: stderr.slice(-4_000),
|
|
400
|
+
};
|
|
401
|
+
throw new Error(`product entrypoint liveness regression: ${JSON.stringify(snapshot)}`);
|
|
402
|
+
}
|
|
403
|
+
await new Promise((resolve) => setTimeout(resolve, 350));
|
|
404
|
+
const afterLeader = Number(readFileSync(fixture.leaderPid, 'utf8'));
|
|
405
|
+
const afterDescendant = Number(readFileSync(fixture.descendantPid, 'utf8'));
|
|
406
|
+
const lines = incidentLines(root);
|
|
407
|
+
const after = {
|
|
408
|
+
parentAlive: pidAlive(parent.pid ?? -1),
|
|
409
|
+
leader: { code: exitCode, signal: null },
|
|
410
|
+
descendantAlive: pidAlive(afterDescendant),
|
|
411
|
+
processGroupEmpty: isOwnedProcessGroupEmpty(afterLeader),
|
|
412
|
+
marker: existsSync(fixture.marker),
|
|
413
|
+
};
|
|
414
|
+
assert.equal(outcome.code, exitCode, `${name} product must preserve leader exit code: ${JSON.stringify(outcome)}`);
|
|
415
|
+
assert.equal(outcome.signal, null, `${name} product must preserve a normal leader exit: ${JSON.stringify(outcome)}`);
|
|
416
|
+
assert.equal(after.parentAlive, false, `${name} product parent must be gone within the external bound`);
|
|
417
|
+
assert.equal(after.descendantAlive, false, `${name} must reap the inherited-pipe descendant`);
|
|
418
|
+
assert.equal(after.processGroupEmpty, true, `${name} owned dsh group must be empty`);
|
|
419
|
+
assert.equal(after.marker, false, `${name} must not run the post-failure marker`);
|
|
420
|
+
if (exitCode !== 0) {
|
|
421
|
+
assert.equal(lines.length, 1, `${name} product must append exactly one incident`);
|
|
422
|
+
assert.match(lines[0], new RegExp(`gotry spawn exit: web code=${exitCode} signal=null`));
|
|
423
|
+
}
|
|
424
|
+
else {
|
|
425
|
+
assert.equal(lines.length, 0, `${name} clean exit must not invent an incident`);
|
|
426
|
+
}
|
|
427
|
+
return {
|
|
428
|
+
case: name,
|
|
429
|
+
productEntrypoint: fixture.entrypoint,
|
|
430
|
+
externalBoundMs: PRODUCT_EXTERNAL_BOUND_MS,
|
|
431
|
+
elapsedMs: Date.now() - startedAt,
|
|
432
|
+
parent: outcome,
|
|
433
|
+
stderr: stderr.slice(-4_000),
|
|
434
|
+
incidentLines: lines,
|
|
435
|
+
before,
|
|
436
|
+
after,
|
|
437
|
+
};
|
|
438
|
+
}
|
|
439
|
+
finally {
|
|
440
|
+
forceKillGroup(parent.pid ?? null);
|
|
441
|
+
forceKillGroup(Number(existsSync(fixture.leaderPid) ? readFileSync(fixture.leaderPid, 'utf8') : 0));
|
|
442
|
+
rmSync(root, { recursive: true, force: true });
|
|
443
|
+
}
|
|
444
|
+
}
|
|
445
|
+
async function runBenchmarkSuccessCase(name, resistant) {
|
|
446
|
+
const root = mkdtempSync(join(tmpdir(), `gotry-271-followup-${name}-`));
|
|
447
|
+
const fixture = writeProductFixture(root, { writeTerminalOutput: true, mode: 'headless' });
|
|
448
|
+
if (!fixture.configPath)
|
|
449
|
+
throw new Error('benchmark fixture must produce a config path');
|
|
450
|
+
const parent = spawn(node24, [fixture.entrypoint, 'bridge smoke'], {
|
|
451
|
+
cwd: root,
|
|
452
|
+
env: {
|
|
453
|
+
...privateEnv(root),
|
|
454
|
+
GOTRY_BENCHMARK_ENV_CONFIG: fixture.configPath,
|
|
455
|
+
GOTRY_271_LEADER_EXIT: '0',
|
|
456
|
+
GOTRY_271_LEADER_TERMINAL: '1',
|
|
457
|
+
GOTRY_271_RESIST_TERM: resistant ? '1' : '0',
|
|
458
|
+
GOTRY_271_MARKER_DELAY_MS: resistant ? '7000' : '300',
|
|
459
|
+
},
|
|
460
|
+
detached: process.platform !== 'win32',
|
|
461
|
+
stdio: ['ignore', 'pipe', 'pipe'],
|
|
462
|
+
});
|
|
463
|
+
let stdout = '';
|
|
464
|
+
let stderr = '';
|
|
465
|
+
parent.stdout?.setEncoding('utf8');
|
|
466
|
+
parent.stdout?.on('data', (chunk) => { stdout += chunk; });
|
|
467
|
+
parent.stderr?.setEncoding('utf8');
|
|
468
|
+
parent.stderr?.on('data', (chunk) => { stderr += chunk; });
|
|
469
|
+
const startedAt = Date.now();
|
|
470
|
+
const deadline = startedAt + PRODUCT_EXTERNAL_BOUND_MS;
|
|
471
|
+
const remainingBound = () => Math.max(1, deadline - Date.now());
|
|
472
|
+
let outcome;
|
|
473
|
+
let before = {};
|
|
474
|
+
try {
|
|
475
|
+
await waitForFile(fixture.ready, remainingBound());
|
|
476
|
+
await waitForFile(fixture.leaderExit, remainingBound());
|
|
477
|
+
const leader = Number(readFileSync(fixture.leaderPid, 'utf8'));
|
|
478
|
+
const descendant = Number(readFileSync(fixture.descendantPid, 'utf8'));
|
|
479
|
+
before = {
|
|
480
|
+
leaderExitObserved: true,
|
|
481
|
+
leaderPid: leader,
|
|
482
|
+
descendantPid: descendant,
|
|
483
|
+
descendantAlive: pidAlive(descendant),
|
|
484
|
+
processGroupEmpty: isOwnedProcessGroupEmpty(leader),
|
|
485
|
+
closeDelayedBoundary: pidAlive(descendant),
|
|
486
|
+
};
|
|
487
|
+
outcome = await waitForClose(parent, remainingBound());
|
|
488
|
+
if ('timedOut' in outcome) {
|
|
489
|
+
const snapshot = {
|
|
490
|
+
case: name,
|
|
491
|
+
externalBoundMs: PRODUCT_EXTERNAL_BOUND_MS,
|
|
492
|
+
parent: outcome,
|
|
493
|
+
before,
|
|
494
|
+
marker: existsSync(fixture.marker),
|
|
495
|
+
stdoutTail: stdout.slice(-2_000),
|
|
496
|
+
stderr: stderr.slice(-4_000),
|
|
497
|
+
};
|
|
498
|
+
throw new Error(`benchmark success liveness regression: ${JSON.stringify(snapshot)}`);
|
|
499
|
+
}
|
|
500
|
+
await new Promise((resolve) => setTimeout(resolve, 350));
|
|
501
|
+
const afterLeader = Number(readFileSync(fixture.leaderPid, 'utf8'));
|
|
502
|
+
const afterDescendant = Number(readFileSync(fixture.descendantPid, 'utf8'));
|
|
503
|
+
const after = {
|
|
504
|
+
parentAlive: pidAlive(parent.pid ?? -1),
|
|
505
|
+
leader: { code: 0, signal: null },
|
|
506
|
+
descendantAlive: pidAlive(afterDescendant),
|
|
507
|
+
processGroupEmpty: isOwnedProcessGroupEmpty(afterLeader),
|
|
508
|
+
marker: existsSync(fixture.marker),
|
|
509
|
+
};
|
|
510
|
+
assert.equal(outcome.code, 0, `${name} benchmark must preserve leader exit 0: ${JSON.stringify(outcome)}`);
|
|
511
|
+
assert.equal(outcome.signal, null, `${name} benchmark must preserve a normal leader exit: ${JSON.stringify(outcome)}`);
|
|
512
|
+
assert.equal(after.parentAlive, false, `${name} product parent must be gone within the external bound`);
|
|
513
|
+
assert.equal(after.descendantAlive, false, `${name} must reap the inherited-pipe descendant`);
|
|
514
|
+
assert.equal(after.processGroupEmpty, true, `${name} owned dsh group must be empty`);
|
|
515
|
+
assert.equal(after.marker, false, `${name} must not run the post-failure marker`);
|
|
516
|
+
assert.match(stdout, /<benchmark_terminal>/, `${name} must surface the captured terminal tag on parent stdout`);
|
|
517
|
+
return {
|
|
518
|
+
case: name,
|
|
519
|
+
productEntrypoint: fixture.entrypoint,
|
|
520
|
+
configPath: fixture.configPath,
|
|
521
|
+
externalBoundMs: PRODUCT_EXTERNAL_BOUND_MS,
|
|
522
|
+
elapsedMs: Date.now() - startedAt,
|
|
523
|
+
parent: outcome,
|
|
524
|
+
stdoutTail: stdout.slice(-2_000),
|
|
525
|
+
stderr: stderr.slice(-4_000),
|
|
526
|
+
before,
|
|
527
|
+
after,
|
|
528
|
+
};
|
|
529
|
+
}
|
|
530
|
+
finally {
|
|
531
|
+
forceKillGroup(parent.pid ?? null);
|
|
532
|
+
forceKillGroup(Number(existsSync(fixture.leaderPid) ? readFileSync(fixture.leaderPid, 'utf8') : 0));
|
|
533
|
+
rmSync(root, { recursive: true, force: true });
|
|
534
|
+
}
|
|
535
|
+
}
|
|
536
|
+
const results = [
|
|
537
|
+
await runDshFailureCase('child-crash'),
|
|
538
|
+
await runDshFailureCase('rejected-promise'),
|
|
539
|
+
await runSpawnErrorCase(),
|
|
540
|
+
await runParentSignalCase('SIGINT'),
|
|
541
|
+
await runParentSignalCase('SIGTERM'),
|
|
542
|
+
await runProductEntrypointCase('failure-inherited-pipe', 7, false),
|
|
543
|
+
await runProductEntrypointCase('normal-zero-inherited-pipe', 0, false),
|
|
544
|
+
await runProductEntrypointCase('term-resistant-inherited-pipe', 7, true),
|
|
545
|
+
await runBenchmarkSuccessCase('benchmark-inherited-pipe-resist-term', true),
|
|
546
|
+
];
|
|
547
|
+
console.log(`ISSUE 271 LIVENESS: ${JSON.stringify(results)}`);
|