@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
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import assert from 'node:assert/strict';
|
|
2
|
-
import { existsSync, mkdirSync, mkdtempSync,
|
|
2
|
+
import { existsSync, mkdirSync, mkdtempSync, rmSync, writeFileSync } from 'node:fs';
|
|
3
3
|
import { spawn } from 'node:child_process';
|
|
4
4
|
import { tmpdir } from 'node:os';
|
|
5
5
|
import { join } from 'node:path';
|
|
@@ -14,87 +14,26 @@ const actionId = child ? process.argv[childIndex + 2] : undefined;
|
|
|
14
14
|
const variant = child ? process.argv[childIndex + 3] : undefined;
|
|
15
15
|
const release = root ? join(root, 'release') : '';
|
|
16
16
|
const workspace = {
|
|
17
|
-
schemaVersion: 'booking.surface',
|
|
18
|
-
|
|
19
|
-
surface: 'tenant',
|
|
20
|
-
revision: 0,
|
|
21
|
-
locale: 'en-US',
|
|
22
|
-
currency: 'AED',
|
|
23
|
-
searchDraft: {},
|
|
24
|
-
results: {
|
|
25
|
-
status: 'idle'
|
|
26
|
-
},
|
|
27
|
-
visibleHotels: [],
|
|
28
|
-
loadedOffers: [],
|
|
29
|
-
shortlistedOfferRefs: [],
|
|
30
|
-
capabilities: {
|
|
31
|
-
surface: 'tenant',
|
|
32
|
-
allowedActions: [
|
|
33
|
-
'search.run'
|
|
34
|
-
]
|
|
35
|
-
}
|
|
17
|
+
schemaVersion: 'booking.surface', contextRef: 'ctx-concurrency-opaque', surface: 'tenant', revision: 0,
|
|
18
|
+
locale: 'en-US', currency: 'AED', searchDraft: {}, results: { status: 'idle' }, visibleHotels: [],
|
|
19
|
+
loadedOffers: [], shortlistedOfferRefs: [], capabilities: { surface: 'tenant', allowedActions: ['search.run'] },
|
|
36
20
|
};
|
|
37
21
|
const action = {
|
|
38
|
-
schemaVersion: 'booking.surface',
|
|
39
|
-
|
|
40
|
-
actionId: 'action-concurrency-opaque',
|
|
41
|
-
contextRef: workspace.contextRef,
|
|
42
|
-
expectedRevision: 0,
|
|
43
|
-
reason: 'opaque reason',
|
|
44
|
-
factRefs: [
|
|
45
|
-
'fact-opaque'
|
|
46
|
-
],
|
|
47
|
-
input: {}
|
|
22
|
+
schemaVersion: 'booking.surface', kind: 'search.run', actionId: 'action-concurrency-opaque', contextRef: workspace.contextRef,
|
|
23
|
+
expectedRevision: 0, reason: 'opaque reason', factRefs: ['fact-opaque'], input: {},
|
|
48
24
|
};
|
|
49
25
|
function receipt(which) {
|
|
50
26
|
const value = {
|
|
51
|
-
schemaVersion: 'booking.surface',
|
|
52
|
-
kind: '
|
|
53
|
-
|
|
54
|
-
contextRef: workspace.contextRef,
|
|
55
|
-
status: 'applied',
|
|
56
|
-
revision: 1,
|
|
57
|
-
observation: {
|
|
58
|
-
kind: 'search.state',
|
|
59
|
-
searchSessionRef: `session-${which === 'same-a' || which === 'same-b' ? 'same' : which}`,
|
|
60
|
-
resultCount: 1
|
|
61
|
-
},
|
|
62
|
-
resultContract: {
|
|
63
|
-
outcome: 'complete',
|
|
64
|
-
hardCriteriaMet: true,
|
|
65
|
-
factRefs: [
|
|
66
|
-
`fact-${which === 'same-a' || which === 'same-b' ? 'same' : which}`
|
|
67
|
-
],
|
|
68
|
-
gapCodes: [],
|
|
69
|
-
blockers: [],
|
|
70
|
-
relaxationsApplied: []
|
|
71
|
-
},
|
|
72
|
-
undoToken: `undo-${which === 'same-a' || which === 'same-b' ? 'same' : which}`
|
|
73
|
-
};
|
|
74
|
-
if (which === 'same-b') return {
|
|
75
|
-
undoToken: value.undoToken,
|
|
76
|
-
resultContract: value.resultContract,
|
|
77
|
-
observation: value.observation,
|
|
78
|
-
revision: value.revision,
|
|
79
|
-
status: value.status,
|
|
80
|
-
contextRef: value.contextRef,
|
|
81
|
-
actionId: value.actionId,
|
|
82
|
-
kind: value.kind,
|
|
83
|
-
schemaVersion: value.schemaVersion
|
|
27
|
+
schemaVersion: 'booking.surface', kind: 'action.receipt', actionId: action.actionId, contextRef: workspace.contextRef,
|
|
28
|
+
status: 'applied', revision: 1, observation: { kind: 'search.state', searchSessionRef: `session-${which === 'same-a' || which === 'same-b' ? 'same' : which}`, resultCount: 1 },
|
|
29
|
+
resultContract: { outcome: 'complete', hardCriteriaMet: true, factRefs: [`fact-${which === 'same-a' || which === 'same-b' ? 'same' : which}`], gapCodes: [], blockers: [], relaxationsApplied: [] }, undoToken: `undo-${which === 'same-a' || which === 'same-b' ? 'same' : which}`,
|
|
84
30
|
};
|
|
31
|
+
if (which === 'same-b')
|
|
32
|
+
return { undoToken: value.undoToken, resultContract: value.resultContract, observation: value.observation, revision: value.revision, status: value.status, contextRef: value.contextRef, actionId: value.actionId, kind: value.kind, schemaVersion: value.schemaVersion };
|
|
85
33
|
return value;
|
|
86
34
|
}
|
|
87
35
|
function continuation(r, taskId = 'task-concurrency-opaque') {
|
|
88
|
-
return {
|
|
89
|
-
schemaVersion: 'booking.surface',
|
|
90
|
-
kind: 'action.receipt.continuation',
|
|
91
|
-
taskId,
|
|
92
|
-
workspace: {
|
|
93
|
-
...workspace,
|
|
94
|
-
revision: 1
|
|
95
|
-
},
|
|
96
|
-
receipt: r
|
|
97
|
-
};
|
|
36
|
+
return { schemaVersion: 'booking.surface', kind: 'action.receipt.continuation', taskId, workspace: { ...workspace, revision: 1 }, receipt: r };
|
|
98
37
|
}
|
|
99
38
|
if (process.argv.includes('--replay')) {
|
|
100
39
|
const replayRoot = process.argv[process.argv.indexOf('--replay') + 1];
|
|
@@ -102,14 +41,10 @@ if (process.argv.includes('--replay')) {
|
|
|
102
41
|
const replayLedger = ensureLedger(replayRoot);
|
|
103
42
|
try {
|
|
104
43
|
new BookingCopilotTaskRuntime(replayLedger).continueWithReceipt(continuation(receipt(replayVariant)));
|
|
105
|
-
console.log(JSON.stringify({
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
console.log(JSON.stringify({
|
|
110
|
-
result: 'error',
|
|
111
|
-
error: error instanceof Error ? error.message : String(error)
|
|
112
|
-
}));
|
|
44
|
+
console.log(JSON.stringify({ result: 'success' }));
|
|
45
|
+
}
|
|
46
|
+
catch (error) {
|
|
47
|
+
console.log(JSON.stringify({ result: 'error', error: error instanceof Error ? error.message : String(error) }));
|
|
113
48
|
}
|
|
114
49
|
replayLedger.close();
|
|
115
50
|
process.exit(0);
|
|
@@ -119,20 +54,22 @@ if (child) {
|
|
|
119
54
|
const r = new BookingCopilotTaskRuntime(ledger);
|
|
120
55
|
writeFileSync(join(root, `started-${variant}`), 'started');
|
|
121
56
|
const startDeadline = Date.now() + 10_000;
|
|
122
|
-
while(!existsSync(join(root, 'start'))){
|
|
123
|
-
if (Date.now() > startDeadline)
|
|
57
|
+
while (!existsSync(join(root, 'start'))) {
|
|
58
|
+
if (Date.now() > startDeadline)
|
|
59
|
+
throw new Error('child_start_timeout');
|
|
124
60
|
Atomics.wait(new Int32Array(new SharedArrayBuffer(4)), 0, 0, 10);
|
|
125
61
|
}
|
|
126
62
|
const originalResume = r.resumeTask.bind(r);
|
|
127
63
|
let firstPendingRead = true;
|
|
128
|
-
r.resumeTask = (taskId)=>{
|
|
64
|
+
r.resumeTask = (taskId) => {
|
|
129
65
|
const state = originalResume(taskId);
|
|
130
66
|
if (firstPendingRead && state?.pendingAction) {
|
|
131
67
|
firstPendingRead = false;
|
|
132
68
|
writeFileSync(join(root, `ready-${variant}`), 'ready');
|
|
133
69
|
const deadline = Date.now() + 10_000;
|
|
134
|
-
while(!existsSync(release)){
|
|
135
|
-
if (Date.now() > deadline)
|
|
70
|
+
while (!existsSync(release)) {
|
|
71
|
+
if (Date.now() > deadline)
|
|
72
|
+
throw new Error('child_timeout');
|
|
136
73
|
Atomics.wait(new Int32Array(new SharedArrayBuffer(4)), 0, 0, 10);
|
|
137
74
|
}
|
|
138
75
|
}
|
|
@@ -140,182 +77,90 @@ if (child) {
|
|
|
140
77
|
};
|
|
141
78
|
try {
|
|
142
79
|
r.continueWithReceipt(continuation(receipt(variant)));
|
|
143
|
-
console.log(JSON.stringify({
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
}));
|
|
147
|
-
} catch (error) {
|
|
148
|
-
console.log(JSON.stringify({
|
|
149
|
-
result: 'error',
|
|
150
|
-
variant,
|
|
151
|
-
error: error instanceof Error ? error.message : String(error)
|
|
152
|
-
}));
|
|
80
|
+
console.log(JSON.stringify({ result: 'success', variant }));
|
|
81
|
+
}
|
|
82
|
+
catch (error) {
|
|
83
|
+
console.log(JSON.stringify({ result: 'error', variant, error: error instanceof Error ? error.message : String(error) }));
|
|
153
84
|
}
|
|
154
85
|
ledger.close();
|
|
155
86
|
process.exit(0);
|
|
156
87
|
}
|
|
157
88
|
function waitFor(predicate, timeoutMs) {
|
|
158
|
-
return new Promise((resolve, reject)=>{
|
|
159
|
-
const deadline = Date.now() + timeoutMs;
|
|
160
|
-
const tick = ()=>predicate() ? resolve() : Date.now() > deadline ? reject(new Error('proof_timeout')) : setTimeout(tick, 10);
|
|
161
|
-
tick();
|
|
162
|
-
});
|
|
89
|
+
return new Promise((resolve, reject) => { const deadline = Date.now() + timeoutMs; const tick = () => predicate() ? resolve() : Date.now() > deadline ? reject(new Error('proof_timeout')) : setTimeout(tick, 10); tick(); });
|
|
163
90
|
}
|
|
164
91
|
async function runPair(stateRoot, left, right) {
|
|
165
92
|
const script = fileURLToPath(import.meta.url);
|
|
166
|
-
const args = [
|
|
167
|
-
script,
|
|
168
|
-
'--child',
|
|
169
|
-
stateRoot,
|
|
170
|
-
action.actionId
|
|
171
|
-
];
|
|
93
|
+
const args = [script, '--child', stateRoot, action.actionId];
|
|
172
94
|
const tsxBin = fileURLToPath(new URL('../node_modules/tsx/dist/cli.mjs', import.meta.url));
|
|
173
|
-
const children = [
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
].map((which)=>spawn(tsxBin, [
|
|
177
|
-
...args,
|
|
178
|
-
which
|
|
179
|
-
], {
|
|
180
|
-
cwd: process.cwd(),
|
|
181
|
-
stdio: [
|
|
182
|
-
'ignore',
|
|
183
|
-
'pipe',
|
|
184
|
-
'pipe'
|
|
185
|
-
]
|
|
186
|
-
}));
|
|
187
|
-
const outputs = children.map(()=>'');
|
|
188
|
-
children.forEach((p, i)=>{
|
|
189
|
-
p.stdout.on('data', (b)=>{
|
|
190
|
-
outputs[i] += b.toString();
|
|
191
|
-
});
|
|
192
|
-
p.stderr.on('data', (b)=>{
|
|
193
|
-
outputs[i] += b.toString();
|
|
194
|
-
});
|
|
195
|
-
p.on('error', (e)=>{
|
|
196
|
-
outputs[i] += `spawn_error:${e.message}`;
|
|
197
|
-
});
|
|
198
|
-
});
|
|
95
|
+
const children = [left, right].map((which) => spawn(tsxBin, [...args, which], { cwd: process.cwd(), stdio: ['ignore', 'pipe', 'pipe'] }));
|
|
96
|
+
const outputs = children.map(() => '');
|
|
97
|
+
children.forEach((p, i) => { p.stdout.on('data', (b) => { outputs[i] += b.toString(); }); p.stderr.on('data', (b) => { outputs[i] += b.toString(); }); p.on('error', (e) => { outputs[i] += `spawn_error:${e.message}`; }); });
|
|
199
98
|
try {
|
|
200
|
-
await waitFor(()=>existsSync(join(stateRoot, `started-${left}`)) && existsSync(join(stateRoot, `started-${right}`)), 10_000);
|
|
99
|
+
await waitFor(() => existsSync(join(stateRoot, `started-${left}`)) && existsSync(join(stateRoot, `started-${right}`)), 10_000);
|
|
201
100
|
writeFileSync(join(stateRoot, 'start'), 'go');
|
|
202
|
-
await waitFor(()=>existsSync(join(stateRoot, `ready-${left}`)) || existsSync(join(stateRoot, `ready-${right}`)), 10_000);
|
|
203
|
-
await new Promise((resolve)=>setTimeout(resolve, 250));
|
|
101
|
+
await waitFor(() => existsSync(join(stateRoot, `ready-${left}`)) || existsSync(join(stateRoot, `ready-${right}`)), 10_000);
|
|
102
|
+
await new Promise((resolve) => setTimeout(resolve, 250));
|
|
204
103
|
assert.equal(existsSync(join(stateRoot, `ready-${left}`)) && existsSync(join(stateRoot, `ready-${right}`)), false, 'only one serialized pending read may pass the barrier');
|
|
205
|
-
}
|
|
206
|
-
|
|
104
|
+
}
|
|
105
|
+
catch (error) {
|
|
106
|
+
children.forEach((p) => p.kill('SIGKILL'));
|
|
207
107
|
throw new Error(`${error instanceof Error ? error.message : error}:${outputs.join('|')}`);
|
|
208
108
|
}
|
|
209
109
|
writeFileSync(join(stateRoot, 'release'), 'go');
|
|
210
|
-
await Promise.all(children.map((p)=>new Promise((resolve, reject)=>{
|
|
211
|
-
|
|
212
|
-
p.kill('SIGKILL');
|
|
213
|
-
reject(new Error('child_process_timeout'));
|
|
214
|
-
}, 10_000);
|
|
215
|
-
p.on('exit', (code)=>{
|
|
216
|
-
clearTimeout(t);
|
|
217
|
-
code === 0 ? resolve() : reject(new Error(`child_exit_${code}:${outputs.join('|')}`));
|
|
218
|
-
});
|
|
219
|
-
})));
|
|
220
|
-
return outputs.map((out)=>JSON.parse(out.trim().split('\n').at(-1)));
|
|
110
|
+
await Promise.all(children.map((p) => new Promise((resolve, reject) => { const t = setTimeout(() => { p.kill('SIGKILL'); reject(new Error('child_process_timeout')); }, 10_000); p.on('exit', (code) => { clearTimeout(t); code === 0 ? resolve() : reject(new Error(`child_exit_${code}:${outputs.join('|')}`)); }); })));
|
|
111
|
+
return outputs.map((out) => JSON.parse(out.trim().split('\n').at(-1)));
|
|
221
112
|
}
|
|
222
113
|
const stateRoot = root ?? mkdtempSync(join(tmpdir(), 'gotry-receipt-concurrency-'));
|
|
223
114
|
if (!child) {
|
|
224
|
-
mkdirSync(stateRoot, {
|
|
225
|
-
recursive: true
|
|
226
|
-
});
|
|
115
|
+
mkdirSync(stateRoot, { recursive: true });
|
|
227
116
|
const ledger = ensureLedger(stateRoot);
|
|
228
117
|
const r = new BookingCopilotTaskRuntime(ledger);
|
|
229
|
-
const turn = {
|
|
230
|
-
|
|
231
|
-
kind: 'user.turn',
|
|
232
|
-
taskId: 'task-concurrency-opaque',
|
|
233
|
-
turnId: 'receipt-anchor-turn',
|
|
234
|
-
workspace,
|
|
235
|
-
request: {
|
|
236
|
-
text: 'unique-pii-marker raw-prompt-marker'
|
|
237
|
-
}
|
|
238
|
-
};
|
|
239
|
-
const sensitiveAction = {
|
|
240
|
-
...action,
|
|
241
|
-
reason: 'unique-pii-marker raw-prompt-marker',
|
|
242
|
-
input: {}
|
|
243
|
-
};
|
|
118
|
+
const turn = { schemaVersion: 'booking.surface', kind: 'user.turn', taskId: 'task-concurrency-opaque', turnId: 'receipt-anchor-turn', workspace, request: { text: 'unique-pii-marker raw-prompt-marker' } };
|
|
119
|
+
const sensitiveAction = { ...action, reason: 'unique-pii-marker raw-prompt-marker', input: {} };
|
|
244
120
|
r.startTask(turn);
|
|
245
121
|
r.issueOperation(turn.taskId, sensitiveAction);
|
|
246
|
-
assert.throws(()=>r.continueWithReceipt(continuation({
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
})), /invalid_receipt_continuation/);
|
|
250
|
-
assert.throws(()=>r.continueWithReceipt(continuation({
|
|
251
|
-
...receipt('a'),
|
|
252
|
-
observation: {
|
|
253
|
-
kind: 'gap',
|
|
254
|
-
code: 'raw-prompt-marker user prose',
|
|
255
|
-
factRefs: [
|
|
256
|
-
'numeric-123'
|
|
257
|
-
]
|
|
258
|
-
}
|
|
259
|
-
})), /invalid_receipt_continuation/);
|
|
260
|
-
assert.equal(validateBookingSurface({
|
|
261
|
-
...receipt('a'),
|
|
262
|
-
status: 'no_match',
|
|
263
|
-
observation: {
|
|
264
|
-
kind: 'gap',
|
|
265
|
-
code: 'no_hotels_matched',
|
|
266
|
-
factRefs: [
|
|
267
|
-
'123'
|
|
268
|
-
]
|
|
269
|
-
}
|
|
270
|
-
}).ok, true);
|
|
122
|
+
assert.throws(() => r.continueWithReceipt(continuation({ ...receipt('a'), undoToken: 'malicious@example.invalid' })), /invalid_receipt_continuation/);
|
|
123
|
+
assert.throws(() => r.continueWithReceipt(continuation({ ...receipt('a'), observation: { kind: 'gap', code: 'raw-prompt-marker user prose', factRefs: ['numeric-123'] } })), /invalid_receipt_continuation/);
|
|
124
|
+
assert.equal(validateBookingSurface({ ...receipt('a'), status: 'no_match', observation: { kind: 'gap', code: 'no_hotels_matched', factRefs: ['123'] } }).ok, true);
|
|
271
125
|
const differing = await runPair(stateRoot, 'a', 'b');
|
|
272
|
-
assert.equal(differing.filter((x)=>x.result === 'success').length, 1);
|
|
273
|
-
assert.equal(differing.filter((x)=>x.error === 'receipt_conflict').length, 1);
|
|
126
|
+
assert.equal(differing.filter((x) => x.result === 'success').length, 1);
|
|
127
|
+
assert.equal(differing.filter((x) => x.error === 'receipt_conflict').length, 1);
|
|
274
128
|
const after = ledger;
|
|
275
129
|
assert.equal(after.db.prepare("SELECT COUNT(*) AS n FROM events WHERE kind = 'booking.copilot.receipt.observed'").get().n, 1);
|
|
276
130
|
const persisted = after.db.prepare("SELECT payload FROM events WHERE kind LIKE 'booking.copilot.%'").all();
|
|
277
|
-
assert.ok(!persisted.some((row)
|
|
278
|
-
const winner = differing.find((x)=>x.result === 'success');
|
|
131
|
+
assert.ok(!persisted.some((row) => /unique-pii-marker|raw-prompt-marker/i.test(row.payload)));
|
|
132
|
+
const winner = differing.find((x) => x.result === 'success');
|
|
279
133
|
assert.ok(winner?.variant);
|
|
280
134
|
assert.deepEqual(new BookingCopilotTaskRuntime(after).resumeTask(turn.taskId)?.lastReceipt, receipt(winner.variant));
|
|
281
135
|
after.close();
|
|
282
|
-
rmSync(stateRoot, {
|
|
283
|
-
recursive: true,
|
|
284
|
-
force: true
|
|
285
|
-
});
|
|
136
|
+
rmSync(stateRoot, { recursive: true, force: true });
|
|
286
137
|
const equalRoot = mkdtempSync(join(tmpdir(), 'gotry-receipt-equal-'));
|
|
287
138
|
const equalLedger = ensureLedger(equalRoot);
|
|
288
139
|
const equalRuntime = new BookingCopilotTaskRuntime(equalLedger);
|
|
289
140
|
equalRuntime.startTask(turn);
|
|
290
141
|
equalRuntime.issueOperation('task-concurrency-opaque', action);
|
|
291
142
|
const equal = await runPair(equalRoot, 'same-a', 'same-b');
|
|
292
|
-
assert.equal(equal.filter((x)=>x.result === 'success').length, 2);
|
|
143
|
+
assert.equal(equal.filter((x) => x.result === 'success').length, 2);
|
|
293
144
|
const equalCheck = equalLedger;
|
|
294
145
|
assert.equal(equalCheck.db.prepare("SELECT COUNT(*) AS n FROM events WHERE kind = 'booking.copilot.receipt.observed'").get().n, 1);
|
|
295
146
|
const equalPayloads = equalCheck.db.prepare("SELECT payload FROM events WHERE kind LIKE 'booking.copilot.%'").all();
|
|
296
|
-
assert.ok(!equalPayloads.some((row)
|
|
147
|
+
assert.ok(!equalPayloads.some((row) => /sensitive|Authorization|Bearer|raw prompt|secret/i.test(row.payload)));
|
|
297
148
|
const tampered = equalCheck.db.prepare("SELECT seq, payload FROM events WHERE kind = 'booking.copilot.receipt.observed' LIMIT 1").get();
|
|
298
149
|
equalCheck.db.prepare('UPDATE events SET payload = ? WHERE seq = ?').run(tampered.payload.replace(/"receiptDigest":"[a-f0-9]+"/, '"receiptDigest":"0000000000000000000000000000000000000000000000000000000000000000"'), tampered.seq);
|
|
299
|
-
assert.throws(()=>new BookingCopilotTaskRuntime(equalCheck).resumeTask('task-concurrency-opaque'), /ledger_corrupt/);
|
|
150
|
+
assert.throws(() => new BookingCopilotTaskRuntime(equalCheck).resumeTask('task-concurrency-opaque'), /ledger_corrupt/);
|
|
300
151
|
equalCheck.close();
|
|
301
|
-
rmSync(equalRoot, {
|
|
302
|
-
|
|
303
|
-
force: true
|
|
304
|
-
});
|
|
305
|
-
for(let round = 0; round < 20; round++){
|
|
152
|
+
rmSync(equalRoot, { recursive: true, force: true });
|
|
153
|
+
for (let round = 0; round < 20; round++) {
|
|
306
154
|
const loopRoot = mkdtempSync(join(tmpdir(), 'gotry-receipt-round-'));
|
|
307
155
|
const loopLedger = ensureLedger(loopRoot);
|
|
308
156
|
const loopRuntime = new BookingCopilotTaskRuntime(loopLedger);
|
|
309
157
|
loopRuntime.startTask(turn);
|
|
310
158
|
loopRuntime.issueOperation('task-concurrency-opaque', action);
|
|
311
159
|
const result = await runPair(loopRoot, 'a', 'b');
|
|
312
|
-
assert.equal(result.filter((x)=>x.result === 'success').length, 1);
|
|
313
|
-
assert.equal(result.filter((x)=>x.error === 'receipt_conflict').length, 1);
|
|
160
|
+
assert.equal(result.filter((x) => x.result === 'success').length, 1);
|
|
161
|
+
assert.equal(result.filter((x) => x.error === 'receipt_conflict').length, 1);
|
|
314
162
|
loopLedger.close();
|
|
315
|
-
rmSync(loopRoot, {
|
|
316
|
-
recursive: true,
|
|
317
|
-
force: true
|
|
318
|
-
});
|
|
163
|
+
rmSync(loopRoot, { recursive: true, force: true });
|
|
319
164
|
}
|
|
320
165
|
const replayRoot = mkdtempSync(join(tmpdir(), 'gotry-receipt-replay-'));
|
|
321
166
|
const replayLedger = ensureLedger(replayRoot);
|
|
@@ -323,89 +168,42 @@ if (!child) {
|
|
|
323
168
|
replayRuntime.startTask(turn);
|
|
324
169
|
replayRuntime.issueOperation('task-concurrency-opaque', action);
|
|
325
170
|
replayRuntime.continueWithReceipt(continuation(receipt('same')));
|
|
326
|
-
const nextAction = {
|
|
327
|
-
...action,
|
|
328
|
-
actionId: 'action-next-opaque',
|
|
329
|
-
expectedRevision: 1
|
|
330
|
-
};
|
|
171
|
+
const nextAction = { ...action, actionId: 'action-next-opaque', expectedRevision: 1 };
|
|
331
172
|
replayRuntime.issueOperation('task-concurrency-opaque', nextAction);
|
|
332
173
|
const beforeReplay = replayLedger.countEvents();
|
|
333
|
-
const tsxBin = process.env.PATH?.split(':').map((dir)=>join(dir, 'tsx')).find(existsSync);
|
|
174
|
+
const tsxBin = process.env.PATH?.split(':').map((dir) => join(dir, 'tsx')).find(existsSync);
|
|
334
175
|
assert.ok(tsxBin);
|
|
335
|
-
for (const replayVariant of [
|
|
336
|
-
'
|
|
337
|
-
'conflict'
|
|
338
|
-
]){
|
|
339
|
-
const replayChild = spawn(tsxBin, [
|
|
340
|
-
fileURLToPath(import.meta.url),
|
|
341
|
-
'--replay',
|
|
342
|
-
replayRoot,
|
|
343
|
-
replayVariant
|
|
344
|
-
], {
|
|
345
|
-
cwd: process.cwd(),
|
|
346
|
-
stdio: [
|
|
347
|
-
'ignore',
|
|
348
|
-
'pipe',
|
|
349
|
-
'pipe'
|
|
350
|
-
]
|
|
351
|
-
});
|
|
176
|
+
for (const replayVariant of ['same', 'conflict']) {
|
|
177
|
+
const replayChild = spawn(tsxBin, [fileURLToPath(import.meta.url), '--replay', replayRoot, replayVariant], { cwd: process.cwd(), stdio: ['ignore', 'pipe', 'pipe'] });
|
|
352
178
|
let replayOutput = '';
|
|
353
|
-
replayChild.stdout.on('data', (b)=>{
|
|
354
|
-
|
|
355
|
-
});
|
|
356
|
-
replayChild.stderr.on('data', (b)=>{
|
|
357
|
-
replayOutput += b.toString();
|
|
358
|
-
});
|
|
359
|
-
await new Promise((resolve, reject)=>{
|
|
360
|
-
const timer = setTimeout(()=>{
|
|
361
|
-
replayChild.kill('SIGKILL');
|
|
362
|
-
reject(new Error('replay_timeout'));
|
|
363
|
-
}, 10_000);
|
|
364
|
-
replayChild.on('exit', (code)=>{
|
|
365
|
-
clearTimeout(timer);
|
|
366
|
-
code === 0 ? resolve() : reject(new Error(`replay_exit_${code}`));
|
|
367
|
-
});
|
|
368
|
-
});
|
|
179
|
+
replayChild.stdout.on('data', (b) => { replayOutput += b.toString(); });
|
|
180
|
+
replayChild.stderr.on('data', (b) => { replayOutput += b.toString(); });
|
|
181
|
+
await new Promise((resolve, reject) => { const timer = setTimeout(() => { replayChild.kill('SIGKILL'); reject(new Error('replay_timeout')); }, 10_000); replayChild.on('exit', (code) => { clearTimeout(timer); code === 0 ? resolve() : reject(new Error(`replay_exit_${code}`)); }); });
|
|
369
182
|
const replayResult = JSON.parse(replayOutput.trim().split('\n').at(-1));
|
|
370
183
|
assert.equal(replayResult.result, replayVariant === 'same' ? 'success' : 'error');
|
|
371
|
-
if (replayVariant === 'conflict')
|
|
184
|
+
if (replayVariant === 'conflict')
|
|
185
|
+
assert.equal(replayResult.error, 'receipt_conflict');
|
|
372
186
|
}
|
|
373
187
|
const replayCheck = replayLedger;
|
|
374
188
|
assert.equal(replayCheck.countEvents(), beforeReplay);
|
|
375
189
|
assert.equal(new BookingCopilotTaskRuntime(replayCheck).resumeTask('task-concurrency-opaque')?.pendingAction?.actionId, nextAction.actionId);
|
|
376
190
|
replayCheck.close();
|
|
377
|
-
rmSync(replayRoot, {
|
|
378
|
-
recursive: true,
|
|
379
|
-
force: true
|
|
380
|
-
});
|
|
191
|
+
rmSync(replayRoot, { recursive: true, force: true });
|
|
381
192
|
const reuseRoot = mkdtempSync(join(tmpdir(), 'gotry-receipt-reuse-'));
|
|
382
193
|
const reuseLedger = ensureLedger(reuseRoot);
|
|
383
194
|
const reuseRuntime = new BookingCopilotTaskRuntime(reuseLedger);
|
|
384
195
|
reuseRuntime.startTask(turn);
|
|
385
196
|
reuseRuntime.issueOperation('task-concurrency-opaque', action);
|
|
386
197
|
reuseRuntime.continueWithReceipt(continuation(receipt('same')));
|
|
387
|
-
const actionB = {
|
|
388
|
-
...action,
|
|
389
|
-
actionId: 'action-b-opaque',
|
|
390
|
-
expectedRevision: 1
|
|
391
|
-
};
|
|
198
|
+
const actionB = { ...action, actionId: 'action-b-opaque', expectedRevision: 1 };
|
|
392
199
|
reuseRuntime.issueOperation('task-concurrency-opaque', actionB);
|
|
393
|
-
reuseRuntime.continueWithReceipt(continuation({
|
|
394
|
-
...receipt('same'),
|
|
395
|
-
actionId: actionB.actionId
|
|
396
|
-
}));
|
|
200
|
+
reuseRuntime.continueWithReceipt(continuation({ ...receipt('same'), actionId: actionB.actionId }));
|
|
397
201
|
const reuseEvents = reuseLedger.countEvents();
|
|
398
202
|
const reuseState = reuseRuntime.resumeTask('task-concurrency-opaque');
|
|
399
|
-
assert.throws(()=>reuseRuntime.issueOperation('task-concurrency-opaque', action), /stale_revision|ledger_write_failed:action|action_already_receipted/);
|
|
203
|
+
assert.throws(() => reuseRuntime.issueOperation('task-concurrency-opaque', action), /stale_revision|ledger_write_failed:action|action_already_receipted/);
|
|
400
204
|
assert.equal(reuseLedger.countEvents(), reuseEvents);
|
|
401
205
|
assert.deepEqual(reuseRuntime.resumeTask('task-concurrency-opaque'), reuseState);
|
|
402
206
|
reuseLedger.close();
|
|
403
|
-
rmSync(reuseRoot, {
|
|
404
|
-
recursive: true,
|
|
405
|
-
force: true
|
|
406
|
-
});
|
|
207
|
+
rmSync(reuseRoot, { recursive: true, force: true });
|
|
407
208
|
console.log('BOOKING COPILOT RECEIPT LEDGER CONCURRENCY PROOF: winner/conflict/atomic persistence OK');
|
|
408
209
|
}
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
//# sourceURL=ts/scripts/booking-copilot-receipt-ledger-concurrency-proof-tests.ts
|