@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,188 @@
|
|
|
1
|
+
/** Poison/overflow edge contracts for the local Z3 cleanup queue (#227).
|
|
2
|
+
*
|
|
3
|
+
* Each scenario runs in a child process because a poisoned Z3 instance must refuse
|
|
4
|
+
* further solves for that process by design.
|
|
5
|
+
*/
|
|
6
|
+
import assert from 'node:assert/strict';
|
|
7
|
+
import { spawnSync } from 'node:child_process';
|
|
8
|
+
import { existsSync } from 'node:fs';
|
|
9
|
+
import { join } from 'node:path';
|
|
10
|
+
import { getZ3LifecycleStats, initZ3Context, withZ3 } from '../src/z3-shared.js';
|
|
11
|
+
function makeFakeApi(Z3) {
|
|
12
|
+
Z3.enable_concurrent_dec_ref ??= () => undefined;
|
|
13
|
+
return {
|
|
14
|
+
Context(name) {
|
|
15
|
+
assert.equal(name, 'main');
|
|
16
|
+
return { ptr: { fake: 'ctx' } };
|
|
17
|
+
},
|
|
18
|
+
Z3,
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
async function gcCleanupDoesNotThrow() {
|
|
22
|
+
const fakeZ3 = {
|
|
23
|
+
dec_ref() {
|
|
24
|
+
throw new Error('injected gc cleanup failure');
|
|
25
|
+
},
|
|
26
|
+
};
|
|
27
|
+
await initZ3Context(async () => makeFakeApi(fakeZ3));
|
|
28
|
+
assert.doesNotThrow(() => fakeZ3.dec_ref('ctx', 'ast'), 'cleanup wrapper must not throw into a FinalizationRegistry call-site');
|
|
29
|
+
const stats = getZ3LifecycleStats();
|
|
30
|
+
assert.match(stats.poisoned ?? '', /injected gc cleanup failure/);
|
|
31
|
+
assert.equal(stats.currentDeferredQueueDepth, 0);
|
|
32
|
+
await assert.rejects(withZ3('z3-fault.after-gc-cleanup-failure', async () => null), /Z3 context is poisoned/);
|
|
33
|
+
}
|
|
34
|
+
async function overflowKeepsCleanupReferences() {
|
|
35
|
+
let resolveCheck;
|
|
36
|
+
let nativeDecRefs = 0;
|
|
37
|
+
const fakeZ3 = {
|
|
38
|
+
solver_check_assumptions() {
|
|
39
|
+
return new Promise(resolve => { resolveCheck = resolve; });
|
|
40
|
+
},
|
|
41
|
+
dec_ref() {
|
|
42
|
+
nativeDecRefs += 1;
|
|
43
|
+
},
|
|
44
|
+
};
|
|
45
|
+
await initZ3Context(async () => makeFakeApi(fakeZ3));
|
|
46
|
+
const pending = fakeZ3.solver_check_assumptions();
|
|
47
|
+
assert.equal(getZ3LifecycleStats().activeNativeCalls, 1, 'controlled native call must be active before cleanup is queued');
|
|
48
|
+
const total = Number(process.env.GOTRY_Z3_CLEANUP_QUEUE_LIMIT ?? '16') + 1;
|
|
49
|
+
for (let i = 0; i < total; i++)
|
|
50
|
+
fakeZ3.dec_ref('ctx', `ast-${i}`);
|
|
51
|
+
const queued = getZ3LifecycleStats();
|
|
52
|
+
assert.equal(queued.currentDeferredQueueDepth, total, 'overflow must retain every cleanup reference');
|
|
53
|
+
assert.match(queued.poisoned ?? '', /cleanup queue overflow/);
|
|
54
|
+
assert.equal(nativeDecRefs, 0, 'cleanup must not run while a native async call is pending');
|
|
55
|
+
resolveCheck('sat');
|
|
56
|
+
await pending;
|
|
57
|
+
const drained = getZ3LifecycleStats();
|
|
58
|
+
assert.equal(drained.currentDeferredQueueDepth, 0, 'non-fatal overflow queue must still be drainable');
|
|
59
|
+
assert.equal(nativeDecRefs, total, 'overflow must not drop any cleanup');
|
|
60
|
+
await assert.rejects(withZ3('z3-fault.after-overflow', async () => null), /Z3 context is poisoned/);
|
|
61
|
+
}
|
|
62
|
+
async function drainStopsOnFatalCleanup() {
|
|
63
|
+
let nativeDecRefAttempts = 0;
|
|
64
|
+
const fakeZ3 = {
|
|
65
|
+
dec_ref() {
|
|
66
|
+
nativeDecRefAttempts += 1;
|
|
67
|
+
throw new Error('memory access out of bounds during cleanup');
|
|
68
|
+
},
|
|
69
|
+
};
|
|
70
|
+
await initZ3Context(async () => makeFakeApi(fakeZ3));
|
|
71
|
+
await assert.rejects(withZ3('z3-fault.drain-fatal-stop', async () => {
|
|
72
|
+
fakeZ3.dec_ref('ctx', 'ast-a');
|
|
73
|
+
fakeZ3.dec_ref('ctx', 'ast-b');
|
|
74
|
+
}), /memory access out of bounds/);
|
|
75
|
+
const stats = getZ3LifecycleStats();
|
|
76
|
+
assert.match(stats.poisoned ?? '', /memory access out of bounds/);
|
|
77
|
+
assert.equal(nativeDecRefAttempts, 1, 'drain must stop after first fatal cleanup');
|
|
78
|
+
assert.equal(stats.currentDeferredQueueDepth, 2, 'fatal drain must retain failed and remaining cleanup references');
|
|
79
|
+
}
|
|
80
|
+
async function syncFatalPoisonsBeforeFinish() {
|
|
81
|
+
let nativeDecRefs = 0;
|
|
82
|
+
const fakeZ3 = {
|
|
83
|
+
solver_check_assumptions() {
|
|
84
|
+
fakeZ3.dec_ref('ctx', 'queued-before-sync-fatal');
|
|
85
|
+
throw new Error('RuntimeError: Aborted(Runtime error: The application has corrupted its heap memory area (address zero)!)');
|
|
86
|
+
},
|
|
87
|
+
dec_ref() {
|
|
88
|
+
nativeDecRefs += 1;
|
|
89
|
+
},
|
|
90
|
+
};
|
|
91
|
+
await initZ3Context(async () => makeFakeApi(fakeZ3));
|
|
92
|
+
assert.throws(() => fakeZ3.solver_check_assumptions(), /corrupted its heap memory/);
|
|
93
|
+
const stats = getZ3LifecycleStats();
|
|
94
|
+
assert.match(stats.poisoned ?? '', /corrupted its heap memory/);
|
|
95
|
+
assert.equal(stats.currentDeferredQueueDepth, 1, 'sync fatal must quarantine queued cleanup before finish wakes drain');
|
|
96
|
+
assert.equal(nativeDecRefs, 0, 'finishNativeCall must not drain after a synchronous fatal native error');
|
|
97
|
+
}
|
|
98
|
+
async function nativeBarrierWaitsBeforeSettling() {
|
|
99
|
+
let resolveCheck;
|
|
100
|
+
let nativeDecRefs = 0;
|
|
101
|
+
let entered;
|
|
102
|
+
let markEntered;
|
|
103
|
+
entered = new Promise(resolve => { markEntered = resolve; });
|
|
104
|
+
const fakeZ3 = {
|
|
105
|
+
solver_check_assumptions() {
|
|
106
|
+
return new Promise(resolve => { resolveCheck = resolve; });
|
|
107
|
+
},
|
|
108
|
+
dec_ref() {
|
|
109
|
+
nativeDecRefs += 1;
|
|
110
|
+
},
|
|
111
|
+
};
|
|
112
|
+
await initZ3Context(async () => makeFakeApi(fakeZ3));
|
|
113
|
+
const session = withZ3('z3-fault.native-barrier', async () => {
|
|
114
|
+
const pending = fakeZ3.solver_check_assumptions();
|
|
115
|
+
assert.equal(getZ3LifecycleStats().activeNativeCalls, 1, 'native barrier must be active before session error is injected');
|
|
116
|
+
fakeZ3.dec_ref('ctx', 'queued-during-native');
|
|
117
|
+
markEntered();
|
|
118
|
+
void pending;
|
|
119
|
+
throw new Error('injected domain failure after native start');
|
|
120
|
+
});
|
|
121
|
+
await entered;
|
|
122
|
+
assert.equal(getZ3LifecycleStats().activeNativeCalls, 1);
|
|
123
|
+
assert.equal(getZ3LifecycleStats().currentDeferredQueueDepth, 1);
|
|
124
|
+
assert.equal(nativeDecRefs, 0);
|
|
125
|
+
const raced = await Promise.race([session.then(() => 'settled', () => 'rejected'), new Promise(resolve => setTimeout(() => resolve('pending'), 20))]);
|
|
126
|
+
assert.equal(raced, 'pending', 'withZ3 must not settle before the active native Promise settles');
|
|
127
|
+
resolveCheck('sat');
|
|
128
|
+
await assert.rejects(session, /injected domain failure/);
|
|
129
|
+
const stats = getZ3LifecycleStats();
|
|
130
|
+
assert.equal(stats.activeNativeCalls, 0);
|
|
131
|
+
assert.equal(stats.currentDeferredQueueDepth, 0);
|
|
132
|
+
assert.equal(nativeDecRefs, 1);
|
|
133
|
+
assert.equal(await withZ3('z3-fault.after-domain-failure', async () => 'healthy'), 'healthy');
|
|
134
|
+
}
|
|
135
|
+
async function fatalSkipsNativeCleanupAndRefusesNewSolve() {
|
|
136
|
+
const before = getZ3LifecycleStats();
|
|
137
|
+
await assert.rejects(withZ3('z3-fault.fatal-session', async (z3) => {
|
|
138
|
+
const solver = new z3.Solver();
|
|
139
|
+
solver.add(z3.Bool.val(true));
|
|
140
|
+
solver.release();
|
|
141
|
+
throw new Error('RuntimeError: Aborted(Runtime error: The application has corrupted its heap memory area (address zero)!)');
|
|
142
|
+
}), /corrupted its heap memory/);
|
|
143
|
+
const after = getZ3LifecycleStats();
|
|
144
|
+
assert.match(after.poisoned ?? '', /corrupted its heap memory/);
|
|
145
|
+
assert.ok(after.currentDeferredQueueDepth > 0, 'fatal context must quarantine queued cleanup references instead of touching native heap');
|
|
146
|
+
assert.equal(after.drainedCleanupCalls['solver_dec_ref'] ?? 0, before.drainedCleanupCalls['solver_dec_ref'] ?? 0);
|
|
147
|
+
await assert.rejects(withZ3('z3-fault.after-fatal', async () => null), /Z3 context is poisoned/);
|
|
148
|
+
}
|
|
149
|
+
async function childMain(scenario) {
|
|
150
|
+
if (scenario === 'gc-cleanup')
|
|
151
|
+
await gcCleanupDoesNotThrow();
|
|
152
|
+
else if (scenario === 'overflow')
|
|
153
|
+
await overflowKeepsCleanupReferences();
|
|
154
|
+
else if (scenario === 'drain-fatal-stop')
|
|
155
|
+
await drainStopsOnFatalCleanup();
|
|
156
|
+
else if (scenario === 'sync-fatal')
|
|
157
|
+
await syncFatalPoisonsBeforeFinish();
|
|
158
|
+
else if (scenario === 'native-barrier')
|
|
159
|
+
await nativeBarrierWaitsBeforeSettling();
|
|
160
|
+
else if (scenario === 'fatal')
|
|
161
|
+
await fatalSkipsNativeCleanupAndRefusesNewSolve();
|
|
162
|
+
else
|
|
163
|
+
throw new Error(`unknown scenario: ${scenario}`);
|
|
164
|
+
console.log(`Z3 LIFECYCLE FAULT CHILD OK(${scenario})`);
|
|
165
|
+
}
|
|
166
|
+
const child = process.argv.find(arg => arg.startsWith('--child='))?.slice('--child='.length);
|
|
167
|
+
if (child) {
|
|
168
|
+
await childMain(child);
|
|
169
|
+
}
|
|
170
|
+
else {
|
|
171
|
+
const tsRoot = process.cwd();
|
|
172
|
+
const tsxCli = join(tsRoot, 'node_modules', 'tsx', 'dist', 'cli.mjs');
|
|
173
|
+
assert.ok(existsSync(tsxCli), `tsx CLI not found: ${tsxCli}`);
|
|
174
|
+
for (const scenario of ['gc-cleanup', 'overflow', 'drain-fatal-stop', 'sync-fatal', 'native-barrier', 'fatal']) {
|
|
175
|
+
const result = spawnSync(process.execPath, [tsxCli, 'scripts/z3-lifecycle-fault-tests.ts', `--child=${scenario}`], {
|
|
176
|
+
cwd: tsRoot,
|
|
177
|
+
env: {
|
|
178
|
+
...process.env,
|
|
179
|
+
...(scenario === 'overflow' ? { GOTRY_Z3_CLEANUP_QUEUE_LIMIT: '16' } : {}),
|
|
180
|
+
},
|
|
181
|
+
encoding: 'utf8',
|
|
182
|
+
maxBuffer: 16 * 1024 * 1024,
|
|
183
|
+
});
|
|
184
|
+
assert.equal(result.status, 0, `${scenario} failed\nSTDOUT:\n${result.stdout}\nSTDERR:\n${result.stderr}`);
|
|
185
|
+
assert.match(result.stdout ?? '', new RegExp(`Z3 LIFECYCLE FAULT CHILD OK\\(${scenario}\\)`));
|
|
186
|
+
}
|
|
187
|
+
console.log('Z3 LIFECYCLE FAULT TESTS OK(gc cleanup no-throw / overflow keeps refs / drain fatal stop / sync fatal quarantine / native barrier / fatal quarantine)');
|
|
188
|
+
}
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Z3 lifecycle contract for issue #227.
|
|
3
|
+
*
|
|
4
|
+
* Runtime proof, not source-regex proof: it uses the real shared z3-solver
|
|
5
|
+
* Context, low-level wrapper stats, and live objects crossing withZ3 sessions.
|
|
6
|
+
*/
|
|
7
|
+
import assert from 'node:assert/strict';
|
|
8
|
+
import { getZ3, getZ3LifecycleStats, initZ3Context, withZ3 } from '../src/z3-shared.js';
|
|
9
|
+
function counter(stats, bucket, name) {
|
|
10
|
+
return stats[bucket][name] ?? 0;
|
|
11
|
+
}
|
|
12
|
+
const NativeFinalizationRegistry = globalThis.FinalizationRegistry;
|
|
13
|
+
const registryEvents = [];
|
|
14
|
+
const fakePtr = { fake: 'ctx' };
|
|
15
|
+
const fakeCtx = await initZ3Context(async () => {
|
|
16
|
+
assert.equal(globalThis.FinalizationRegistry, NativeFinalizationRegistry, 'init await window must not replace global FinalizationRegistry');
|
|
17
|
+
const registry = new FinalizationRegistry(() => registryEvents.push('unrelated-cleanup'));
|
|
18
|
+
registry.register({ unrelated: true }, 'held');
|
|
19
|
+
await Promise.resolve();
|
|
20
|
+
assert.equal(globalThis.FinalizationRegistry, NativeFinalizationRegistry, 'global FinalizationRegistry identity must stay stable after await');
|
|
21
|
+
return {
|
|
22
|
+
Context(name) {
|
|
23
|
+
assert.equal(name, 'main');
|
|
24
|
+
return { ptr: fakePtr };
|
|
25
|
+
},
|
|
26
|
+
Z3: {
|
|
27
|
+
enable_concurrent_dec_ref(ptr) {
|
|
28
|
+
assert.equal(ptr, fakePtr);
|
|
29
|
+
},
|
|
30
|
+
},
|
|
31
|
+
};
|
|
32
|
+
});
|
|
33
|
+
assert.equal(fakeCtx.ptr, fakePtr);
|
|
34
|
+
assert.deepEqual(registryEvents, [], 'unrelated FinalizationRegistry must keep normal non-forced semantics');
|
|
35
|
+
assert.equal(globalThis.FinalizationRegistry, NativeFinalizationRegistry);
|
|
36
|
+
await assert.rejects(initZ3Context(async () => ({
|
|
37
|
+
Context() { return { ptr: {} }; },
|
|
38
|
+
Z3: {},
|
|
39
|
+
})), /missing enable_concurrent_dec_ref/);
|
|
40
|
+
const beforeCold = getZ3LifecycleStats();
|
|
41
|
+
const contexts = await Promise.all(Array.from({ length: 8 }, () => getZ3()));
|
|
42
|
+
assert.equal(new Set(contexts).size, 1, 'concurrent cold getZ3 must return the exact same Context object');
|
|
43
|
+
const afterCold = getZ3LifecycleStats();
|
|
44
|
+
assert.equal(afterCold.contextsCreated - beforeCold.contextsCreated, 1, 'cold start must create exactly one real Context');
|
|
45
|
+
assert.equal(afterCold.concurrentDecRefEnabled - beforeCold.concurrentDecRefEnabled, 1, 'concurrent dec-ref hook must run once for the real Context');
|
|
46
|
+
assert.ok(afterCold.cleanupWrappedFunctions.includes('dec_ref'), 'AST cleanup entry must be wrapped locally');
|
|
47
|
+
assert.ok(afterCold.cleanupWrappedFunctions.includes('solver_dec_ref'), 'Solver cleanup entry must be wrapped locally');
|
|
48
|
+
assert.ok(afterCold.cleanupWrappedFunctions.includes('model_dec_ref'), 'Model cleanup entry must be wrapped locally');
|
|
49
|
+
assert.ok(afterCold.cleanupWrappedFunctions.includes('optimize_dec_ref'), 'Optimize cleanup entry must be wrapped locally');
|
|
50
|
+
assert.ok(afterCold.cleanupWrappedFunctions.includes('ast_vector_dec_ref'), 'AstVector cleanup entry must be wrapped locally');
|
|
51
|
+
assert.ok(afterCold.asyncWrappedFunctions.includes('solver_check_assumptions'), 'Solver.check native async entry must be tracked');
|
|
52
|
+
assert.ok(afterCold.asyncWrappedFunctions.includes('optimize_check'), 'Optimize.check native async entry must be tracked');
|
|
53
|
+
const beforeDefer = getZ3LifecycleStats();
|
|
54
|
+
const queued = await withZ3('z3-lifecycle.defer-explicit-release', async (z3) => {
|
|
55
|
+
const s = new z3.Solver();
|
|
56
|
+
s.add(z3.Bool.val(true));
|
|
57
|
+
s.release();
|
|
58
|
+
const stats = getZ3LifecycleStats();
|
|
59
|
+
assert.ok(stats.currentDeferredQueueDepth > 0, 'release during active withZ3 must be queued, not run inline');
|
|
60
|
+
return stats.currentDeferredQueueDepth;
|
|
61
|
+
});
|
|
62
|
+
assert.ok(queued > 0);
|
|
63
|
+
const afterDefer = getZ3LifecycleStats();
|
|
64
|
+
assert.equal(afterDefer.currentDeferredQueueDepth, 0, 'queued cleanup must drain after withZ3 settles');
|
|
65
|
+
assert.ok(counter(afterDefer, 'deferredCleanupCalls', 'solver_dec_ref') > counter(beforeDefer, 'deferredCleanupCalls', 'solver_dec_ref'));
|
|
66
|
+
assert.ok(counter(afterDefer, 'drainedCleanupCalls', 'solver_dec_ref') > counter(beforeDefer, 'drainedCleanupCalls', 'solver_dec_ref'));
|
|
67
|
+
const retained = await withZ3('z3-lifecycle.retain-live-owner', async (z3) => {
|
|
68
|
+
const x = z3.Int.const('life_retained_x');
|
|
69
|
+
const solver = new z3.Solver();
|
|
70
|
+
solver.add(x.eq(7));
|
|
71
|
+
assert.equal(await solver.check(), 'sat');
|
|
72
|
+
const model = solver.model();
|
|
73
|
+
return { x, solver, model };
|
|
74
|
+
});
|
|
75
|
+
const afterRetain = getZ3LifecycleStats();
|
|
76
|
+
assert.equal(afterRetain.currentDeferredQueueDepth, 0, 'withZ3 must not force-free live returned owners');
|
|
77
|
+
await withZ3('z3-lifecycle.use-retained-owner', async () => {
|
|
78
|
+
assert.equal(String(await retained.model.eval(retained.x, true)), '7', 'live returned Model/Ast must remain usable in a later session');
|
|
79
|
+
retained.model.release();
|
|
80
|
+
retained.solver.release();
|
|
81
|
+
});
|
|
82
|
+
const afterRetainedRelease = getZ3LifecycleStats();
|
|
83
|
+
assert.ok(counter(afterRetainedRelease, 'drainedCleanupCalls', 'model_dec_ref') > counter(afterRetain, 'drainedCleanupCalls', 'model_dec_ref'));
|
|
84
|
+
assert.ok(counter(afterRetainedRelease, 'drainedCleanupCalls', 'solver_dec_ref') > counter(afterRetain, 'drainedCleanupCalls', 'solver_dec_ref'));
|
|
85
|
+
let releaseFirst;
|
|
86
|
+
let firstPromise;
|
|
87
|
+
const firstEntered = new Promise(resolve => {
|
|
88
|
+
firstPromise = withZ3('z3-lifecycle.barrier-first', async (z3) => {
|
|
89
|
+
resolve();
|
|
90
|
+
await new Promise(r => { releaseFirst = r; });
|
|
91
|
+
const s = new z3.Solver();
|
|
92
|
+
try {
|
|
93
|
+
s.add(z3.Bool.val(true));
|
|
94
|
+
assert.equal(await s.check(), 'sat');
|
|
95
|
+
return 'first';
|
|
96
|
+
}
|
|
97
|
+
finally {
|
|
98
|
+
s.release();
|
|
99
|
+
}
|
|
100
|
+
});
|
|
101
|
+
});
|
|
102
|
+
await firstEntered;
|
|
103
|
+
let secondRan = false;
|
|
104
|
+
const second = withZ3('z3-lifecycle.barrier-second', async (z3) => {
|
|
105
|
+
secondRan = true;
|
|
106
|
+
const s = new z3.Solver();
|
|
107
|
+
try {
|
|
108
|
+
s.add(z3.Bool.val(true));
|
|
109
|
+
assert.equal(await s.check(), 'sat');
|
|
110
|
+
return 'second';
|
|
111
|
+
}
|
|
112
|
+
finally {
|
|
113
|
+
s.release();
|
|
114
|
+
}
|
|
115
|
+
});
|
|
116
|
+
const raced = await Promise.race([second.then(() => 'settled'), new Promise(resolve => setTimeout(() => resolve('queued'), 20))]);
|
|
117
|
+
assert.equal(raced, 'queued', 'independent second withZ3 call must queue while first session awaits');
|
|
118
|
+
assert.equal(secondRan, false);
|
|
119
|
+
releaseFirst();
|
|
120
|
+
assert.equal(await firstPromise, 'first');
|
|
121
|
+
assert.equal(await second, 'second');
|
|
122
|
+
assert.equal(secondRan, true);
|
|
123
|
+
await assert.rejects(withZ3('z3-lifecycle.nested-outer', async () => withZ3('z3-lifecycle.nested-inner', async () => null)), /nested withZ3 is forbidden/);
|
|
124
|
+
let caughtFalsy = false;
|
|
125
|
+
try {
|
|
126
|
+
await withZ3('z3-lifecycle.falsy-rejection', async () => Promise.reject(undefined));
|
|
127
|
+
}
|
|
128
|
+
catch (error) {
|
|
129
|
+
caughtFalsy = true;
|
|
130
|
+
assert.equal(error, undefined);
|
|
131
|
+
}
|
|
132
|
+
assert.equal(caughtFalsy, true, 'withZ3 must preserve falsy rejection values');
|
|
133
|
+
assert.equal(await withZ3('z3-lifecycle.after-falsy-rejection', async (z3) => {
|
|
134
|
+
const s = new z3.Solver();
|
|
135
|
+
try {
|
|
136
|
+
s.add(z3.Bool.val(true));
|
|
137
|
+
return await s.check();
|
|
138
|
+
}
|
|
139
|
+
finally {
|
|
140
|
+
s.release();
|
|
141
|
+
}
|
|
142
|
+
}), 'sat');
|
|
143
|
+
const beforeOptimize = getZ3LifecycleStats();
|
|
144
|
+
const optValue = await withZ3('z3-lifecycle.optimize', async (z3) => {
|
|
145
|
+
const x = z3.Int.const('life_opt_x');
|
|
146
|
+
const opt = new z3.Optimize();
|
|
147
|
+
try {
|
|
148
|
+
opt.add(x.ge(2), x.le(5));
|
|
149
|
+
const obj = opt.minimize(x);
|
|
150
|
+
assert.equal(await opt.check(), 'sat');
|
|
151
|
+
assert.equal(String(await opt.getLower(obj)), '2');
|
|
152
|
+
const model = opt.model();
|
|
153
|
+
try {
|
|
154
|
+
return String(await model.eval(x, true));
|
|
155
|
+
}
|
|
156
|
+
finally {
|
|
157
|
+
model.release();
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
finally {
|
|
161
|
+
opt.release();
|
|
162
|
+
}
|
|
163
|
+
});
|
|
164
|
+
assert.equal(optValue, '2');
|
|
165
|
+
const afterOptimize = getZ3LifecycleStats();
|
|
166
|
+
assert.ok(counter(afterOptimize, 'drainedCleanupCalls', 'optimize_dec_ref') > counter(beforeOptimize, 'drainedCleanupCalls', 'optimize_dec_ref'));
|
|
167
|
+
assert.equal(afterOptimize.sessionsStarted, afterOptimize.sessionsSettled);
|
|
168
|
+
assert.equal(afterOptimize.currentDeferredQueueDepth, 0);
|
|
169
|
+
assert.equal(afterOptimize.poisoned, null);
|
|
170
|
+
console.log(`Z3 LIFECYCLE TESTS OK(contexts=1, cleanup=${afterOptimize.cleanupWrappedFunctions.length}, async=${afterOptimize.asyncWrappedFunctions.length}, maxQueue=${afterOptimize.maxDeferredQueueDepth})`);
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/** Multi-process Z3 race repeat proof for issue #227. */
|
|
2
|
+
import assert from 'node:assert/strict';
|
|
3
|
+
import { spawnSync } from 'node:child_process';
|
|
4
|
+
import { existsSync, mkdirSync, mkdtempSync, writeFileSync } from 'node:fs';
|
|
5
|
+
import { tmpdir } from 'node:os';
|
|
6
|
+
import { join } from 'node:path';
|
|
7
|
+
function parsePositiveInt(name, fallback) {
|
|
8
|
+
const raw = process.env[name];
|
|
9
|
+
if (!raw)
|
|
10
|
+
return fallback;
|
|
11
|
+
const value = Number(raw);
|
|
12
|
+
assert.ok(Number.isInteger(value) && value > 0, `${name} must be a positive integer`);
|
|
13
|
+
return value;
|
|
14
|
+
}
|
|
15
|
+
const repeats = parsePositiveInt('GOTRY_Z3_RACE_REPEAT_PROCESSES', 3);
|
|
16
|
+
const rounds = parsePositiveInt('GOTRY_Z3_RACE_REPEAT_ROUNDS', parsePositiveInt('GOTRY_Z3_RACE_ROUNDS', 12));
|
|
17
|
+
const artifactDir = process.env.GOTRY_Z3_RACE_ARTIFACT_DIR ?? mkdtempSync(join(tmpdir(), 'gotry-z3-race-repeat-'));
|
|
18
|
+
mkdirSync(artifactDir, { recursive: true });
|
|
19
|
+
const tsRoot = process.cwd();
|
|
20
|
+
const tsxCli = join(tsRoot, 'node_modules', 'tsx', 'dist', 'cli.mjs');
|
|
21
|
+
assert.ok(existsSync(tsxCli), `tsx CLI not found: ${tsxCli}`);
|
|
22
|
+
for (let i = 1; i <= repeats; i++) {
|
|
23
|
+
const result = spawnSync(process.execPath, [tsxCli, 'scripts/z3-race-tests.ts'], {
|
|
24
|
+
cwd: tsRoot,
|
|
25
|
+
env: {
|
|
26
|
+
...process.env,
|
|
27
|
+
GOTRY_Z3_RACE_ROUNDS: String(rounds),
|
|
28
|
+
},
|
|
29
|
+
encoding: 'utf8',
|
|
30
|
+
maxBuffer: 16 * 1024 * 1024,
|
|
31
|
+
});
|
|
32
|
+
const outFile = join(artifactDir, `${String(i).padStart(2, '0')}.out`);
|
|
33
|
+
const errFile = join(artifactDir, `${String(i).padStart(2, '0')}.err`);
|
|
34
|
+
writeFileSync(outFile, result.stdout ?? '');
|
|
35
|
+
writeFileSync(errFile, result.stderr ?? '');
|
|
36
|
+
assert.equal(result.status, 0, `repeat ${i} failed; stdout=${outFile} stderr=${errFile}`);
|
|
37
|
+
assert.match(result.stdout ?? '', /Z3 RACE TESTS OK/, `repeat ${i} did not report success; stdout=${outFile}`);
|
|
38
|
+
}
|
|
39
|
+
console.log(`Z3 RACE REPEAT TESTS OK(processes=${repeats}, rounds=${rounds}, artifactDir=${artifactDir})`);
|
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Z3 WASM race 回归(README Known limitations 根治项):
|
|
3
|
+
* 三形态(engine 候选 / journey 航班链 / unified)在单进程内并发求解 × 12 轮。
|
|
4
|
+
* 修复前形态:engine.solve 的 Promise.all 多候选并发 + 三模块各自 init() 的
|
|
5
|
+
* WASM 实例并存 → z3 async 会话交错偶发 `memory access out of bounds`
|
|
6
|
+
* (run-all §1 重试止血与 release-notes rc.2-rc.4 的实录根因)。
|
|
7
|
+
* 修复(z3-shared.ts):单一 WASM 实例 + 单一 Context + 会话级互斥门。
|
|
8
|
+
*
|
|
9
|
+
* 断言:① 并发轮次无 unified WASM 降级(wasm_runtime_error);② 判定与顺序基线一致。
|
|
10
|
+
* 运行(在 ts/ 下):npx tsx scripts/z3-race-tests.ts
|
|
11
|
+
*/
|
|
1
12
|
import assert from 'node:assert/strict';
|
|
2
13
|
import { readFile } from 'node:fs/promises';
|
|
3
14
|
import { join } from 'node:path';
|
|
@@ -10,18 +21,16 @@ const pack = JSON.parse(await readFile(join('..', 'data', 'flights_2026.json'),
|
|
|
10
21
|
const req = parseRequest(erhai['request']);
|
|
11
22
|
const candidates = erhai['candidates'].map(parseCandidate);
|
|
12
23
|
const legs = parseFlightPackLegs(pack);
|
|
24
|
+
// 顺序基线(同时预热 WASM 实例)
|
|
13
25
|
const baseEngine = await solve(req, candidates);
|
|
14
|
-
const baseJourney = await solveJourney({
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
for(let round = 0; round < ROUNDS; round++){
|
|
26
|
+
const baseJourney = await solveJourney({ legs });
|
|
27
|
+
const ROUNDS = Number(process.env.GOTRY_Z3_RACE_ROUNDS ?? '12');
|
|
28
|
+
assert.ok(Number.isInteger(ROUNDS) && ROUNDS > 0, 'GOTRY_Z3_RACE_ROUNDS must be a positive integer');
|
|
29
|
+
for (let round = 0; round < ROUNDS; round++) {
|
|
19
30
|
const [eng, jny, uni] = await Promise.all([
|
|
20
31
|
solve(req, candidates),
|
|
21
|
-
solveJourney({
|
|
22
|
-
|
|
23
|
-
}),
|
|
24
|
-
solveUnified(parseFlightPackToSpec(pack))
|
|
32
|
+
solveJourney({ legs }),
|
|
33
|
+
solveUnified(parseFlightPackToSpec(pack)),
|
|
25
34
|
]);
|
|
26
35
|
void jny;
|
|
27
36
|
assert.equal(eng['recommended'], baseEngine['recommended'], `r${round}: engine recommended 漂移`);
|
|
@@ -30,6 +39,3 @@ for(let round = 0; round < ROUNDS; round++){
|
|
|
30
39
|
assert.equal(uni['feasible'], true, `r${round}: unified 判定漂移(基线应为可行)`);
|
|
31
40
|
}
|
|
32
41
|
console.log(`Z3 RACE TESTS OK(进程内三形态并发 ×${ROUNDS}:判定与顺序基线一致,零 WASM 降级)`);
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
//# sourceURL=ts/scripts/z3-race-tests.ts
|