@zhushanwen/pi-subagent-workflow 8.6.0 → 8.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +9 -13
- package/relay/relay.mjs +1 -1
- package/src/host/__tests__/pi-host.test.ts +214 -0
- package/src/host/pi-host.ts +109 -0
- package/src/index.ts +89 -32
- package/src/injectors/__tests__/engine-awareness.test.ts +292 -0
- package/src/injectors/__tests__/engine-section-stability.test.ts +341 -0
- package/src/injectors/__tests__/subagent-list-injector.test.ts +5 -5
- package/src/injectors/__tests__/workflow-list-injector.test.ts +5 -5
- package/src/injectors/engine-awareness.ts +123 -0
- package/src/injectors/model-list-injector.ts +1 -1
- package/src/injectors/subagent-list-injector.ts +8 -8
- package/src/injectors/workflow-list-injector.ts +8 -8
- package/src/interface/__tests__/detectors.test.ts +3 -3
- package/src/interface/__tests__/subagent-tool-path-guard.test.ts +2 -2
- package/src/interface/__tests__/tool-workflow-script-generate.test.ts +2 -2
- package/src/interface/__tests__/tool-workflow-throw-paths.test.ts +1 -1
- package/src/interface/bg-notify-render.ts +4 -4
- package/src/interface/commands.ts +3 -3
- package/src/interface/format.ts +2 -2
- package/src/interface/helpers.ts +1 -1
- package/src/interface/list-component.ts +4 -4
- package/src/interface/list-shared.ts +2 -2
- package/src/interface/list-view.ts +2 -2
- package/src/interface/subagent-actions.ts +263 -11
- package/src/interface/subagent-tool-schema.ts +20 -13
- package/src/interface/subagent-tool.ts +11 -6
- package/src/interface/subagents.ts +3 -3
- package/src/interface/tool-render.ts +34 -2
- package/src/interface/tool-workflow-script.ts +4 -4
- package/src/interface/tool-workflow.ts +6 -6
- package/src/interface/views/WorkflowsView.ts +5 -5
- package/src/interface/views/__tests__/WorkflowsView-signature.test.ts +3 -3
- package/src/interface/views/__tests__/detail-content-session-file.test.ts +2 -2
- package/src/interface/views/detail-content.ts +4 -4
- package/src/interface/views/format.ts +4 -4
- package/src/{orchestration/jsonl-run-store.ts → jsonl-run-store.ts} +11 -11
- package/src/execution/__tests__/__fixtures__/notifier-golden-snapshots.json +0 -53
- package/src/execution/__tests__/__fixtures__/truncline.snapshot.json +0 -1
- package/src/execution/__tests__/agent-registry.test.ts +0 -363
- package/src/execution/__tests__/agent-result-mapper.test.ts +0 -150
- package/src/execution/__tests__/alive-store.test.ts +0 -147
- package/src/execution/__tests__/ask-user-transit-e2e.test.ts +0 -490
- package/src/execution/__tests__/before-agent-start-injection.test.ts +0 -132
- package/src/execution/__tests__/bg-notify-render.test.ts +0 -329
- package/src/execution/__tests__/channel-registry-handshake.test.ts +0 -243
- package/src/execution/__tests__/chat-engine-routing.test.ts +0 -601
- package/src/execution/__tests__/chatmode-first-round-closure-service.test.ts +0 -365
- package/src/execution/__tests__/chatmode-first-round-closure-spawn.test.ts +0 -190
- package/src/execution/__tests__/chatmode-round-notify-real-chain.test.ts +0 -215
- package/src/execution/__tests__/concurrency-pool.test.ts +0 -250
- package/src/execution/__tests__/config.test.ts +0 -110
- package/src/execution/__tests__/conversation-wiring.test.ts +0 -198
- package/src/execution/__tests__/crash-recovery.test.ts +0 -320
- package/src/execution/__tests__/delivery-methods.test.ts +0 -422
- package/src/execution/__tests__/dialog-queue.test.ts +0 -299
- package/src/execution/__tests__/epipe-fallback.test.ts +0 -241
- package/src/execution/__tests__/execute-and-await-worktree.test.ts +0 -243
- package/src/execution/__tests__/execute-nesting.test.ts +0 -323
- package/src/execution/__tests__/execute-options-mapper.test.ts +0 -200
- package/src/execution/__tests__/execution-record.test.ts +0 -1394
- package/src/execution/__tests__/explicit-agent-ref-guard.test.ts +0 -171
- package/src/execution/__tests__/finalize-record.test.ts +0 -368
- package/src/execution/__tests__/finalized-marker.test.ts +0 -82
- package/src/execution/__tests__/format-schema-instruction.test.ts +0 -169
- package/src/execution/__tests__/format.test.ts +0 -458
- package/src/execution/__tests__/gc-timer.test.ts +0 -184
- package/src/execution/__tests__/get-record-for-action-restart.test.ts +0 -254
- package/src/execution/__tests__/gui-mode-dispatch.test.ts +0 -59
- package/src/execution/__tests__/helpers/mock-extension-api.ts +0 -30
- package/src/execution/__tests__/helpers/spawn-mock.ts +0 -242
- package/src/execution/__tests__/host-mode.test.ts +0 -87
- package/src/execution/__tests__/index-session-start-identity.test.ts +0 -371
- package/src/execution/__tests__/index-session-start.test.ts +0 -672
- package/src/execution/__tests__/lifecycle-manager-lock.test.ts +0 -211
- package/src/execution/__tests__/lifecycle-manager.test.ts +0 -383
- package/src/execution/__tests__/lifecycle-predicates.test.ts +0 -116
- package/src/execution/__tests__/list-component.test.ts +0 -401
- package/src/execution/__tests__/list-fields.test.ts +0 -140
- package/src/execution/__tests__/manifest-parentid.test.ts +0 -117
- package/src/execution/__tests__/model-resolver.test.ts +0 -465
- package/src/execution/__tests__/nested-visibility-env-propagation.test.ts +0 -287
- package/src/execution/__tests__/nested-visibility.test.ts +0 -325
- package/src/execution/__tests__/notifier-flush.test.ts +0 -612
- package/src/execution/__tests__/notifier-golden-snapshot.test.ts +0 -261
- package/src/execution/__tests__/notify-ledger.test.ts +0 -826
- package/src/execution/__tests__/one-shot-upgrade.test.ts +0 -205
- package/src/execution/__tests__/output-collector.test.ts +0 -358
- package/src/execution/__tests__/parent-child-matrix.test.ts +0 -336
- package/src/execution/__tests__/path-encoding.test.ts +0 -104
- package/src/execution/__tests__/pi-invocation.test.ts +0 -134
- package/src/execution/__tests__/record-store.test.ts +0 -1057
- package/src/execution/__tests__/records-cwd-isolation.test.ts +0 -91
- package/src/execution/__tests__/recursive-visibility-baseline.test.ts +0 -339
- package/src/execution/__tests__/recursive-visibility-env.test.ts +0 -273
- package/src/execution/__tests__/relay-agent.test.ts +0 -448
- package/src/execution/__tests__/relay-env.test.ts +0 -42
- package/src/execution/__tests__/resource-policy.test.ts +0 -109
- package/src/execution/__tests__/rpc-mode.test.ts +0 -89
- package/src/execution/__tests__/run-and-finalize-chatmode.test.ts +0 -267
- package/src/execution/__tests__/run-spawn-chatmode-settled.test.ts +0 -253
- package/src/execution/__tests__/run-spawn-edges.test.ts +0 -687
- package/src/execution/__tests__/run-spawn-integration.test.ts +0 -933
- package/src/execution/__tests__/run-spawn-resume.test.ts +0 -322
- package/src/execution/__tests__/run-spawn-rpc-mode.test.ts +0 -196
- package/src/execution/__tests__/run-spawn-stdout-callback-throw.test.ts +0 -199
- package/src/execution/__tests__/sdk-contract.test.ts +0 -273
- package/src/execution/__tests__/session-context-resolver.test.ts +0 -167
- package/src/execution/__tests__/session-file-gc.test.ts +0 -293
- package/src/execution/__tests__/session-pending.test.ts +0 -197
- package/src/execution/__tests__/session-reconstructor.test.ts +0 -379
- package/src/execution/__tests__/session-runner-epipe.test.ts +0 -178
- package/src/execution/__tests__/session-runner-schema-env.test.ts +0 -350
- package/src/execution/__tests__/session-start-reaper.test.ts +0 -233
- package/src/execution/__tests__/spawn-args.test.ts +0 -445
- package/src/execution/__tests__/spawn-event-adapter-rpc.test.ts +0 -189
- package/src/execution/__tests__/spawn-event-adapter.test.ts +0 -167
- package/src/execution/__tests__/spawn-worktree-guidance.test.ts +0 -207
- package/src/execution/__tests__/spawned-children.test.ts +0 -92
- package/src/execution/__tests__/start-sync-model-guard.test.ts +0 -150
- package/src/execution/__tests__/startup-config-declaration.test.ts +0 -35
- package/src/execution/__tests__/status-refactor.test.ts +0 -345
- package/src/execution/__tests__/stdin-writer.test.ts +0 -463
- package/src/execution/__tests__/stream-sink-retirement.test.ts +0 -261
- package/src/execution/__tests__/subagent-service-abort.test.ts +0 -60
- package/src/execution/__tests__/subagent-service-message-close.test.ts +0 -629
- package/src/execution/__tests__/subagent-service-parent-guard.test.ts +0 -180
- package/src/execution/__tests__/subagent-service.test.ts +0 -788
- package/src/execution/__tests__/subprocess-agent-runner-routing.test.ts +0 -310
- package/src/execution/__tests__/subprocess-agent-runner.test.ts +0 -599
- package/src/execution/__tests__/temp-prompt.test.ts +0 -53
- package/src/execution/__tests__/timeout-integration.test.ts +0 -615
- package/src/execution/__tests__/tombstone-store.test.ts +0 -73
- package/src/execution/__tests__/tool-action.test.ts +0 -476
- package/src/execution/__tests__/truncline-snapshot.test.ts +0 -81
- package/src/execution/__tests__/turn-limiter-semantics.test.ts +0 -194
- package/src/execution/__tests__/turn-limiter.test.ts +0 -65
- package/src/execution/__tests__/ui-channels.test.ts +0 -187
- package/src/execution/__tests__/ui-interaction-model.test.ts +0 -67
- package/src/execution/__tests__/ui-request-handler-factory.test.ts +0 -370
- package/src/execution/__tests__/ui-request-handler.test.ts +0 -204
- package/src/execution/__tests__/ui-request-observability.test.ts +0 -114
- package/src/execution/__tests__/ui-request-queue.test.ts +0 -133
- package/src/execution/__tests__/worktree-manager.test.ts +0 -633
- package/src/execution/__tests__/worktree-pid-registration.integration.test.ts +0 -229
- package/src/execution/__tests__/worktree-reconcile.integration.test.ts +0 -181
- package/src/execution/__tests__/worktree-registry.test.ts +0 -199
- package/src/execution/agent-registry.ts +0 -199
- package/src/execution/agent-result-mapper.ts +0 -90
- package/src/execution/alive-store.ts +0 -92
- package/src/execution/argv-mirror.ts +0 -113
- package/src/execution/best-effort.ts +0 -38
- package/src/execution/channel-registry-access.ts +0 -144
- package/src/execution/concurrency-pool.ts +0 -116
- package/src/execution/config.ts +0 -96
- package/src/execution/dialog-queue.ts +0 -330
- package/src/execution/engine/__tests__/common/data-dir.test.ts +0 -53
- package/src/execution/engine/__tests__/common/errors.test.ts +0 -132
- package/src/execution/engine/__tests__/common/event-journal.test.ts +0 -177
- package/src/execution/engine/__tests__/common/kill-chain.test.ts +0 -192
- package/src/execution/engine/__tests__/common/nesting-guard.test.ts +0 -81
- package/src/execution/engine/__tests__/common/persona-router.test.ts +0 -123
- package/src/execution/engine/__tests__/common/pool-manager.test.ts +0 -154
- package/src/execution/engine/__tests__/common/schema-emulation.test.ts +0 -128
- package/src/execution/engine/__tests__/conformance/__fixtures__/pi-golden-events.json +0 -28
- package/src/execution/engine/__tests__/conformance/agent-event-invariants.ts +0 -141
- package/src/execution/engine/__tests__/conformance/contract.abort.test.ts +0 -109
- package/src/execution/engine/__tests__/conformance/contract.agent-events.test.ts +0 -101
- package/src/execution/engine/__tests__/conformance/contract.probe.test.ts +0 -77
- package/src/execution/engine/__tests__/conformance/contract.read-degradation.test.ts +0 -104
- package/src/execution/engine/__tests__/conformance/contract.relay.test.ts +0 -342
- package/src/execution/engine/__tests__/conformance/engine-conformance.live.test.ts +0 -201
- package/src/execution/engine/__tests__/conformance/golden-replay.pi.test.ts +0 -76
- package/src/execution/engine/__tests__/conformance/golden-replay.zcode.test.ts +0 -79
- package/src/execution/engine/__tests__/engine-discovery.test.ts +0 -87
- package/src/execution/engine/__tests__/engines-declaration.test.ts +0 -36
- package/src/execution/engine/__tests__/model-prompt.test.ts +0 -85
- package/src/execution/engine/__tests__/paths.test.ts +0 -39
- package/src/execution/engine/__tests__/registry.test.ts +0 -120
- package/src/execution/engine/__tests__/routing.test.ts +0 -231
- package/src/execution/engine/common/data-dir.ts +0 -62
- package/src/execution/engine/common/errors.ts +0 -183
- package/src/execution/engine/common/event-journal.ts +0 -254
- package/src/execution/engine/common/journal-replay.ts +0 -62
- package/src/execution/engine/common/kill-chain.ts +0 -221
- package/src/execution/engine/common/nesting-guard.ts +0 -50
- package/src/execution/engine/common/persona-router.ts +0 -108
- package/src/execution/engine/common/pool-manager.ts +0 -226
- package/src/execution/engine/common/schema-emulation.ts +0 -189
- package/src/execution/engine/common/session-view-projection.ts +0 -51
- package/src/execution/engine/engine-discovery.ts +0 -65
- package/src/execution/engine/engines/pi/__tests__/pi-engine.test.ts +0 -469
- package/src/execution/engine/engines/pi/__tests__/reader.test.ts +0 -155
- package/src/execution/engine/engines/pi/__tests__/task-spec-mapper.test.ts +0 -164
- package/src/execution/engine/engines/pi/pi-engine.ts +0 -415
- package/src/execution/engine/engines/pi/reader.ts +0 -48
- package/src/execution/engine/engines/pi/registration.ts +0 -35
- package/src/execution/engine/engines/pi/task-spec-mapper.ts +0 -100
- package/src/execution/engine/engines/zcode/__tests__/__fixtures__/zcode-golden-spawn.json +0 -39
- package/src/execution/engine/engines/zcode/__tests__/launcher.test.ts +0 -150
- package/src/execution/engine/engines/zcode/__tests__/parser.test.ts +0 -246
- package/src/execution/engine/engines/zcode/__tests__/preparer.test.ts +0 -228
- package/src/execution/engine/engines/zcode/__tests__/reader.test.ts +0 -210
- package/src/execution/engine/engines/zcode/__tests__/registration.test.ts +0 -64
- package/src/execution/engine/engines/zcode/__tests__/zcode-engine.live.test.ts +0 -127
- package/src/execution/engine/engines/zcode/__tests__/zcode-engine.test.ts +0 -580
- package/src/execution/engine/engines/zcode/constants.ts +0 -43
- package/src/execution/engine/engines/zcode/golden-sample.ts +0 -39
- package/src/execution/engine/engines/zcode/launcher.ts +0 -161
- package/src/execution/engine/engines/zcode/parser.ts +0 -436
- package/src/execution/engine/engines/zcode/preparer.ts +0 -363
- package/src/execution/engine/engines/zcode/reader.ts +0 -381
- package/src/execution/engine/engines/zcode/registration.ts +0 -37
- package/src/execution/engine/engines/zcode/zcode-engine.ts +0 -658
- package/src/execution/engine/host-task-spec.ts +0 -47
- package/src/execution/engine/model-prompt.ts +0 -59
- package/src/execution/engine/paths.ts +0 -42
- package/src/execution/engine/port.ts +0 -153
- package/src/execution/engine/registry.ts +0 -123
- package/src/execution/engine/routing.ts +0 -218
- package/src/execution/engine/types.ts +0 -309
- package/src/execution/execute-options-mapper.ts +0 -112
- package/src/execution/execution-record.ts +0 -965
- package/src/execution/finalize-record.ts +0 -251
- package/src/execution/finalized-marker.ts +0 -51
- package/src/execution/get-state-handshake.ts +0 -104
- package/src/execution/host-mode.ts +0 -56
- package/src/execution/idle-gc.ts +0 -47
- package/src/execution/lifecycle-manager.ts +0 -513
- package/src/execution/lifecycle-predicates.ts +0 -65
- package/src/execution/manifest-store.ts +0 -256
- package/src/execution/model-config-service.ts +0 -219
- package/src/execution/model-resolver.ts +0 -248
- package/src/execution/notifier.ts +0 -330
- package/src/execution/notify-ledger.ts +0 -580
- package/src/execution/output-collector.ts +0 -228
- package/src/execution/path-encoding.ts +0 -60
- package/src/execution/pi-invocation.ts +0 -120
- package/src/execution/record-entry.ts +0 -132
- package/src/execution/record-store.ts +0 -1234
- package/src/execution/relay-env.ts +0 -37
- package/src/execution/session-context-resolver.ts +0 -64
- package/src/execution/session-file-gc.ts +0 -120
- package/src/execution/session-pending.ts +0 -164
- package/src/execution/session-reconstructor.ts +0 -678
- package/src/execution/session-runner.ts +0 -1781
- package/src/execution/sessions-index.ts +0 -304
- package/src/execution/spawn-event-adapter.ts +0 -363
- package/src/execution/stdin-writer.ts +0 -198
- package/src/execution/stream-sink.ts +0 -126
- package/src/execution/subagent-service.ts +0 -2141
- package/src/execution/subprocess-agent-runner.ts +0 -317
- package/src/execution/temp-prompt.ts +0 -62
- package/src/execution/tombstone-store.ts +0 -72
- package/src/execution/turn-limiter.ts +0 -102
- package/src/execution/types.ts +0 -973
- package/src/execution/ui-channels.ts +0 -216
- package/src/execution/ui-interaction-model.ts +0 -48
- package/src/execution/ui-request-handler-factory.ts +0 -212
- package/src/execution/ui-request-observability.ts +0 -81
- package/src/execution/ui-request-queue.ts +0 -184
- package/src/execution/worktree-manager.ts +0 -688
- package/src/execution/worktree-registry.ts +0 -222
- package/src/orchestration/__tests__/__fixtures__/worker-template.snapshot.txt +0 -349
- package/src/orchestration/__tests__/agent-call-catch-fallback.test.ts +0 -202
- package/src/orchestration/__tests__/agent-call-stream.test.ts +0 -152
- package/src/orchestration/__tests__/args-validator.test.ts +0 -143
- package/src/orchestration/__tests__/config-loader.test.ts +0 -503
- package/src/orchestration/__tests__/error-recovery-handlers.test.ts +0 -809
- package/src/orchestration/__tests__/error-recovery-postmessage-defense.test.ts +0 -405
- package/src/orchestration/__tests__/error-recovery-serialize-failed-result.test.ts +0 -56
- package/src/orchestration/__tests__/error-recovery-workflow-call.test.ts +0 -166
- package/src/orchestration/__tests__/execute-agent-call.test.ts +0 -451
- package/src/orchestration/__tests__/jsonl-run-store-corrupt-entry.test.ts +0 -150
- package/src/orchestration/__tests__/jsonl-run-store-loadall-sources.test.ts +0 -171
- package/src/orchestration/__tests__/jsonl-run-store-retention.test.ts +0 -202
- package/src/orchestration/__tests__/jsonl-run-store-session-file.test.ts +0 -1030
- package/src/orchestration/__tests__/launcher-nested-workflow.test.ts +0 -600
- package/src/orchestration/__tests__/lifecycle-runid-injection.test.ts +0 -96
- package/src/orchestration/__tests__/lifecycle.test.ts +0 -659
- package/src/orchestration/__tests__/non-cloneable-return-e2e.test.ts +0 -95
- package/src/orchestration/__tests__/review-fix-loop-e2e.test.ts +0 -2025
- package/src/orchestration/__tests__/script-lint.test.ts +0 -831
- package/src/orchestration/__tests__/skill-discovery.test.ts +0 -201
- package/src/orchestration/__tests__/test-mocks.ts +0 -197
- package/src/orchestration/__tests__/worker-exit-without-result.test.ts +0 -368
- package/src/orchestration/__tests__/worker-host.test.ts +0 -120
- package/src/orchestration/__tests__/worker-returnmeta-passthrough.test.ts +0 -164
- package/src/orchestration/__tests__/worker-script-builder-runtime.test.ts +0 -563
- package/src/orchestration/__tests__/worker-script-builder.test.ts +0 -309
- package/src/orchestration/__tests__/worker-script-template-snapshot.test.ts +0 -129
- package/src/orchestration/__tests__/workflow-nesting-e2e.test.ts +0 -317
- package/src/orchestration/__tests__/workflow-script-lint-memo.test.ts +0 -110
- package/src/orchestration/__tests__/workflows-e2e.test.ts +0 -537
- package/src/orchestration/agent-opts-resolver.ts +0 -174
- package/src/orchestration/args-validator.ts +0 -127
- package/src/orchestration/config-loader.ts +0 -315
- package/src/orchestration/error-recovery.ts +0 -1018
- package/src/orchestration/execute-agent-call.ts +0 -256
- package/src/orchestration/launcher.ts +0 -455
- package/src/orchestration/lifecycle.ts +0 -399
- package/src/orchestration/models/__tests__/budget.test.ts +0 -307
- package/src/orchestration/models/__tests__/trace.test.ts +0 -408
- package/src/orchestration/models/agent-call.ts +0 -83
- package/src/orchestration/models/budget.ts +0 -118
- package/src/orchestration/models/ports.ts +0 -164
- package/src/orchestration/models/run-runtime.ts +0 -104
- package/src/orchestration/models/run-spec.ts +0 -83
- package/src/orchestration/models/run-state.ts +0 -44
- package/src/orchestration/models/trace.ts +0 -183
- package/src/orchestration/models/types.ts +0 -301
- package/src/orchestration/models/workflow-run.ts +0 -254
- package/src/orchestration/models/workflow-script-registry.ts +0 -35
- package/src/orchestration/models/workflow-script.ts +0 -117
- package/src/orchestration/script-lint.ts +0 -766
- package/src/orchestration/skill-discovery.ts +0 -115
- package/src/orchestration/worker-handle.ts +0 -115
- package/src/orchestration/worker-host.ts +0 -98
- package/src/orchestration/worker-script-builder.ts +0 -421
- package/src/orchestration/workflow-files.ts +0 -85
- package/src/orchestration/workflow-script-registry-impl.ts +0 -133
- package/src/shared/__tests__/agent-ref.test.ts +0 -34
- package/src/shared/__tests__/meta-parser.test.ts +0 -304
- package/src/shared/__tests__/model-ref.test.ts +0 -306
- package/src/shared/__tests__/resource-discovery-manifest-cache.test.ts +0 -280
- package/src/shared/__tests__/resource-discovery.test.ts +0 -736
- package/src/shared/__tests__/resource-meta.test.ts +0 -51
- package/src/shared/__tests__/schema-jsonify.test.ts +0 -81
- package/src/shared/__tests__/timer-delay.test.ts +0 -61
- package/src/shared/agent-event.ts +0 -13
- package/src/shared/agent-ref.ts +0 -57
- package/src/shared/meta-parser.ts +0 -261
- package/src/shared/model-ref.ts +0 -286
- package/src/shared/resource-discovery.ts +0 -811
- package/src/shared/resource-meta.ts +0 -65
- package/src/shared/schema-env.ts +0 -44
- package/src/shared/schema-jsonify.ts +0 -58
- package/src/shared/timer-delay.ts +0 -54
- package/src/shared/xml-injection.ts +0 -35
- package/workflows/README.md +0 -81
- package/workflows/_shared/agent-refs.cjs +0 -40
- package/workflows/chain.js +0 -131
- package/workflows/map-reduce.js +0 -174
- package/workflows/parallel.js +0 -148
- package/workflows/review-fix-loop-utils.cjs +0 -1309
- package/workflows/review-fix-loop.js +0 -1404
- package/workflows/scatter-gather.js +0 -178
|
@@ -1,368 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* [F1] worker exit 无终态消息 → run failed(非悬挂)+ [SW-DATA-3] store.save 抛错不产生
|
|
3
|
-
* unhandledRejection 的 handler 级回归测试。
|
|
4
|
-
*
|
|
5
|
-
* F1 背景:execute() 返回不可克隆值(function/Symbol/循环引用)→ worker 侧 _safePost 吞掉
|
|
6
|
-
* DataCloneError → return 消息从未发出 → worker exit(0)。旧实现 handleWorkerExit 对
|
|
7
|
-
* code===0 no-op → run 永久 running、runAndWait 无限挂起。
|
|
8
|
-
*
|
|
9
|
-
* 修复语义(本文件锚定):
|
|
10
|
-
* - exit(0) 且本 runtime 代际未收到 return/error 消息 → transition done,failed +
|
|
11
|
-
* WORKER_EXITED_WITHOUT_RESULT_MSG 归因 + pending:unregister + onRunDone
|
|
12
|
-
* - exit(0) 但已收到终态消息(script-error 重试退避窗口)→ no-op(rebuild 即将发生)
|
|
13
|
-
* - handleWorkerMessage 的 return/error 分支必须标记 receivedTerminalMessage(判定的依据)
|
|
14
|
-
* - 非零 exit 行为不变(委托 handleWorkerError 重试矩阵)
|
|
15
|
-
*
|
|
16
|
-
* SW-DATA-3 背景:handleReturn / handleWorkerError / handleScriptError 的
|
|
17
|
-
* `await deps.store.save(run)` 未捕获——ENOSPC 等落盘失败时 rejection 经 worker-host 的
|
|
18
|
-
* `void handlers.onXxx(...)` 无人接 → unhandledRejection + pending:unregister / onRunDone
|
|
19
|
-
* 不执行(pending 通知幽灵注销)。修复后 save 失败仅 logger.error,状态机继续推进。
|
|
20
|
-
*
|
|
21
|
-
* mock 构建参考 error-recovery-handlers.test.ts(plain-object WorkflowRun mock)。
|
|
22
|
-
*/
|
|
23
|
-
import { describe, expect, it, vi } from "vitest";
|
|
24
|
-
|
|
25
|
-
import {
|
|
26
|
-
handleWorkerExit,
|
|
27
|
-
handleWorkerMessage,
|
|
28
|
-
handleScriptError,
|
|
29
|
-
handleWorkerError,
|
|
30
|
-
} from "../error-recovery.ts";
|
|
31
|
-
import type { LifecycleDeps, WorkerHandlers } from "../models/ports.ts";
|
|
32
|
-
import type { WorkflowRun } from "../models/workflow-run.ts";
|
|
33
|
-
import type { WorkerHandle } from "../worker-handle.ts";
|
|
34
|
-
|
|
35
|
-
/** [F1] 归因文案——与 error-recovery.ts 常量一致(不直接 import 常量以锚定对外文案)。 */
|
|
36
|
-
const EXITED_WITHOUT_RESULT_MSG =
|
|
37
|
-
"worker exited before delivering a result (return value may not be structured-cloneable)";
|
|
38
|
-
|
|
39
|
-
// ── helpers(对齐 error-recovery-handlers.test.ts)─────────────────
|
|
40
|
-
|
|
41
|
-
interface RunMockOpts {
|
|
42
|
-
workerErrorCount?: number;
|
|
43
|
-
scriptErrorCount?: number;
|
|
44
|
-
/** 预置 receivedTerminalMessage(模拟 return/error 消息已送达)。 */
|
|
45
|
-
receivedTerminalMessage?: boolean;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
/** 构造一个 status="running" 的 mock WorkflowRun。 */
|
|
49
|
-
function makeRunningRun(opts: RunMockOpts = {}): WorkflowRun {
|
|
50
|
-
return {
|
|
51
|
-
runId: "wf-test",
|
|
52
|
-
state: {
|
|
53
|
-
status: "running",
|
|
54
|
-
budget: { usedTokens: 0, usedCost: 0, isExceeded: () => false },
|
|
55
|
-
errorLogs: [],
|
|
56
|
-
calls: new Map(),
|
|
57
|
-
trace: { removeByStepIndex: vi.fn(), append: vi.fn(), update: vi.fn() },
|
|
58
|
-
},
|
|
59
|
-
meta: {
|
|
60
|
-
startedAt: new Date().toISOString(),
|
|
61
|
-
workerErrorCount: opts.workerErrorCount,
|
|
62
|
-
scriptErrorCount: opts.scriptErrorCount,
|
|
63
|
-
},
|
|
64
|
-
spec: {
|
|
65
|
-
scriptName: "test-wf",
|
|
66
|
-
scriptSource: "execute() {}",
|
|
67
|
-
args: {},
|
|
68
|
-
},
|
|
69
|
-
runtime: {
|
|
70
|
-
worker: { postMessage: vi.fn() },
|
|
71
|
-
receivedTerminalMessage: opts.receivedTerminalMessage,
|
|
72
|
-
},
|
|
73
|
-
transition(target: string, reason?: string): void {
|
|
74
|
-
this.state.status = target;
|
|
75
|
-
if (target === "done") this.state.reason = reason;
|
|
76
|
-
},
|
|
77
|
-
replaceRuntime(rt: unknown): void {
|
|
78
|
-
this.runtime = rt;
|
|
79
|
-
},
|
|
80
|
-
} as unknown as WorkflowRun;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
/** LifecycleDeps mock:store/workerHost/eventBus/onRunDone 可观察。 */
|
|
84
|
-
function makeDeps(): LifecycleDeps & {
|
|
85
|
-
store: { save: ReturnType<typeof vi.fn> };
|
|
86
|
-
eventBus: { emit: ReturnType<typeof vi.fn> };
|
|
87
|
-
onRunDone: ReturnType<typeof vi.fn>;
|
|
88
|
-
} {
|
|
89
|
-
return {
|
|
90
|
-
store: { save: vi.fn(async () => {}) },
|
|
91
|
-
workerHost: { start: vi.fn(() => ({ postMessage: vi.fn() })) },
|
|
92
|
-
runner: { run: vi.fn(async () => ({})) },
|
|
93
|
-
runs: new Map(),
|
|
94
|
-
eventBus: { emit: vi.fn() },
|
|
95
|
-
onRunDone: vi.fn(),
|
|
96
|
-
log: vi.fn(),
|
|
97
|
-
} as unknown as ReturnType<typeof makeDeps>;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
function makeHandlers(): WorkerHandlers {
|
|
101
|
-
return {
|
|
102
|
-
onMessage: vi.fn(async () => {}),
|
|
103
|
-
onError: vi.fn(async () => {}),
|
|
104
|
-
onExit: vi.fn(async () => {}),
|
|
105
|
-
} as unknown as WorkerHandlers;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
function makeHandle(isCurrent = true): WorkerHandle {
|
|
109
|
-
return { isCurrent } as unknown as WorkerHandle;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
// ── [F1] handleWorkerExit:exit(0) 无终态消息 → failed ──────────────
|
|
113
|
-
|
|
114
|
-
describe("handleWorkerExit — [F1] exit(0) 无终态消息", () => {
|
|
115
|
-
it("exit(0) 且未收到 return/error → run 转 done,failed,归因 structured-cloneable,unregister + onRunDone", async () => {
|
|
116
|
-
const run = makeRunningRun();
|
|
117
|
-
const deps = makeDeps();
|
|
118
|
-
|
|
119
|
-
await handleWorkerExit(run, 0, makeHandle(), deps, makeHandlers());
|
|
120
|
-
|
|
121
|
-
expect(run.state.status).toBe("done");
|
|
122
|
-
expect(run.state.reason).toBe("failed");
|
|
123
|
-
expect(run.state.error).toBe(EXITED_WITHOUT_RESULT_MSG);
|
|
124
|
-
expect(deps.eventBus.emit).toHaveBeenCalledWith(
|
|
125
|
-
"pending:unregister",
|
|
126
|
-
expect.objectContaining({ id: "wf-test", reason: "failed" }),
|
|
127
|
-
);
|
|
128
|
-
expect(deps.onRunDone).toHaveBeenCalledTimes(1);
|
|
129
|
-
expect(deps.store.save).toHaveBeenCalledTimes(1);
|
|
130
|
-
});
|
|
131
|
-
|
|
132
|
-
it("exit(0) 但已收到终态消息(script-error 重试退避窗口)→ no-op,不被误判 failed", async () => {
|
|
133
|
-
const run = makeRunningRun({ receivedTerminalMessage: true });
|
|
134
|
-
const deps = makeDeps();
|
|
135
|
-
|
|
136
|
-
await handleWorkerExit(run, 0, makeHandle(), deps, makeHandlers());
|
|
137
|
-
|
|
138
|
-
expect(run.state.status).toBe("running");
|
|
139
|
-
expect(deps.store.save).not.toHaveBeenCalled();
|
|
140
|
-
expect(deps.eventBus.emit).not.toHaveBeenCalled();
|
|
141
|
-
expect(deps.onRunDone).not.toHaveBeenCalled();
|
|
142
|
-
});
|
|
143
|
-
|
|
144
|
-
it("stale handle(isCurrent=false)仍被丢弃——修复不破坏 G-025", async () => {
|
|
145
|
-
const run = makeRunningRun();
|
|
146
|
-
const deps = makeDeps();
|
|
147
|
-
|
|
148
|
-
await handleWorkerExit(run, 0, makeHandle(false), deps, makeHandlers());
|
|
149
|
-
|
|
150
|
-
expect(run.state.status).toBe("running");
|
|
151
|
-
expect(deps.onRunDone).not.toHaveBeenCalled();
|
|
152
|
-
});
|
|
153
|
-
|
|
154
|
-
it("已终态(done)的 run 不受影响", async () => {
|
|
155
|
-
const run = makeRunningRun();
|
|
156
|
-
run.transition("done", "completed");
|
|
157
|
-
const deps = makeDeps();
|
|
158
|
-
|
|
159
|
-
await handleWorkerExit(run, 0, makeHandle(), deps, makeHandlers());
|
|
160
|
-
|
|
161
|
-
expect(run.state.reason).toBe("completed");
|
|
162
|
-
expect(deps.onRunDone).not.toHaveBeenCalled();
|
|
163
|
-
});
|
|
164
|
-
|
|
165
|
-
it("非零 exit 行为不变:委托 handleWorkerError(未超限 → 退避后 rebuild 重试,不直接 failed)", async () => {
|
|
166
|
-
// fake timers 跳过 scheduleRebuild 的真实 1s 退避
|
|
167
|
-
vi.useFakeTimers();
|
|
168
|
-
try {
|
|
169
|
-
const run = makeRunningRun();
|
|
170
|
-
const deps = makeDeps();
|
|
171
|
-
const handlers = makeHandlers();
|
|
172
|
-
|
|
173
|
-
const pending = handleWorkerExit(run, 1, makeHandle(), deps, handlers);
|
|
174
|
-
await vi.advanceTimersByTimeAsync(1000); // 退避 1s → 触发 rebuildRuntime
|
|
175
|
-
await pending;
|
|
176
|
-
|
|
177
|
-
// 未超限 → rebuild(workerHost.start 重建),run 保持 running、不判 failed
|
|
178
|
-
expect(run.state.status).toBe("running");
|
|
179
|
-
expect(run.meta.workerErrorCount).toBe(1);
|
|
180
|
-
expect(deps.workerHost.start).toHaveBeenCalledTimes(1);
|
|
181
|
-
expect(deps.onRunDone).not.toHaveBeenCalled();
|
|
182
|
-
} finally {
|
|
183
|
-
vi.useRealTimers();
|
|
184
|
-
}
|
|
185
|
-
});
|
|
186
|
-
});
|
|
187
|
-
|
|
188
|
-
// ── [R4-F1] handleWorkerError:error + exit(1) 同代际双派发只计一次 ────
|
|
189
|
-
|
|
190
|
-
describe("handleWorkerError — [R4-F1] 同代际双事件幂等", () => {
|
|
191
|
-
it("worker 崩溃:error 事件先到(退避窗口内)+ exit(1) 委托二次到达 → 只计一次、只 rebuild 一次", async () => {
|
|
192
|
-
// 真实时序:worker 崩溃 → onError 与 exit 几乎同时触发。handleWorkerError 进入
|
|
193
|
-
// scheduleRebuild 的退避 delay(未完成)时 exit(1) 到达 handleWorkerExit → 委托
|
|
194
|
-
// handleWorkerError 二次进入。旧实现在此处重复计数 + 第二个 scheduleRebuild
|
|
195
|
-
//(单次崩溃 workerErrorCount +2、双 rebuild 交错)。
|
|
196
|
-
vi.useFakeTimers();
|
|
197
|
-
try {
|
|
198
|
-
const run = makeRunningRun();
|
|
199
|
-
const deps = makeDeps();
|
|
200
|
-
const handlers = makeHandlers();
|
|
201
|
-
|
|
202
|
-
// 第一次:uncaught error 事件(进入退避 delay,不 await 完成)
|
|
203
|
-
const p1 = handleWorkerError(run, new Error("worker crashed"), deps, handlers);
|
|
204
|
-
// 第二次:exit(1) 在退避窗口内到达(runtime 尚未被 replace,同代际)
|
|
205
|
-
const p2 = handleWorkerExit(run, 1, makeHandle(), deps, handlers);
|
|
206
|
-
await vi.advanceTimersByTimeAsync(1000); // 跳过退避 → 第一个事件的 rebuild 执行
|
|
207
|
-
await Promise.all([p1, p2]);
|
|
208
|
-
|
|
209
|
-
// 双事件只处理一次:计数 +1(非 +2)、单次 rebuild、run 保持 running
|
|
210
|
-
expect(run.meta.workerErrorCount).toBe(1);
|
|
211
|
-
expect(deps.workerHost.start).toHaveBeenCalledTimes(1);
|
|
212
|
-
expect(run.state.status).toBe("running");
|
|
213
|
-
expect(deps.onRunDone).not.toHaveBeenCalled();
|
|
214
|
-
} finally {
|
|
215
|
-
vi.useRealTimers();
|
|
216
|
-
}
|
|
217
|
-
});
|
|
218
|
-
|
|
219
|
-
it("幂等守卫不误伤新代际:rebuild 后新 worker 的 error 正常处理(计数/重建各自 +1)", async () => {
|
|
220
|
-
vi.useFakeTimers();
|
|
221
|
-
try {
|
|
222
|
-
const run = makeRunningRun();
|
|
223
|
-
const deps = makeDeps();
|
|
224
|
-
const handlers = makeHandlers();
|
|
225
|
-
|
|
226
|
-
// 第一代:error → 标记本代际 → 退避 → rebuild(新 RunRuntime,标志重置 false)
|
|
227
|
-
const p1 = handleWorkerError(run, new Error("crash gen-1"), deps, handlers);
|
|
228
|
-
await vi.advanceTimersByTimeAsync(1000);
|
|
229
|
-
await p1;
|
|
230
|
-
expect(deps.workerHost.start).toHaveBeenCalledTimes(1);
|
|
231
|
-
|
|
232
|
-
// 新代际(rebuildRuntime 构造的真 RunRuntime 实例)标志为 false
|
|
233
|
-
expect((run.runtime as { receivedTerminalMessage?: boolean }).receivedTerminalMessage).toBe(false);
|
|
234
|
-
|
|
235
|
-
// 新代际再崩 → 正常走重试矩阵(计数 2、第二次 rebuild)
|
|
236
|
-
const p2 = handleWorkerError(run, new Error("crash gen-2"), deps, handlers);
|
|
237
|
-
// 第二次重试退避是指数值 backoffDelay(2) = 1000×2 = 2000ms,非 1000
|
|
238
|
-
await vi.advanceTimersByTimeAsync(2000);
|
|
239
|
-
await p2;
|
|
240
|
-
|
|
241
|
-
expect(run.meta.workerErrorCount).toBe(2);
|
|
242
|
-
expect(deps.workerHost.start).toHaveBeenCalledTimes(2);
|
|
243
|
-
} finally {
|
|
244
|
-
vi.useRealTimers();
|
|
245
|
-
}
|
|
246
|
-
});
|
|
247
|
-
|
|
248
|
-
it("超限路径同样幂等:error + exit(1) 双到达只转一次 done,failed(onRunDone 只调一次)", async () => {
|
|
249
|
-
vi.useFakeTimers();
|
|
250
|
-
try {
|
|
251
|
-
// 预置 workerErrorCount = MAX(3):本次 error 计数到 4 → 超限 → done,failed
|
|
252
|
-
const run = makeRunningRun({ workerErrorCount: 3 });
|
|
253
|
-
const deps = makeDeps();
|
|
254
|
-
const handlers = makeHandlers();
|
|
255
|
-
|
|
256
|
-
const p1 = handleWorkerError(run, new Error("worker crashed"), deps, handlers);
|
|
257
|
-
const p2 = handleWorkerExit(run, 1, makeHandle(), deps, handlers);
|
|
258
|
-
await Promise.all([p1, p2]);
|
|
259
|
-
|
|
260
|
-
expect(run.meta.workerErrorCount).toBe(4); // 只 +1
|
|
261
|
-
expect(run.state.status).toBe("done");
|
|
262
|
-
expect(run.state.reason).toBe("failed");
|
|
263
|
-
expect(deps.onRunDone).toHaveBeenCalledTimes(1);
|
|
264
|
-
expect(deps.eventBus.emit).toHaveBeenCalledTimes(1); // 单次 unregister,无重复
|
|
265
|
-
} finally {
|
|
266
|
-
vi.useRealTimers();
|
|
267
|
-
}
|
|
268
|
-
});
|
|
269
|
-
});
|
|
270
|
-
|
|
271
|
-
// ── [F1] handleWorkerMessage:return/error 标记 receivedTerminalMessage ────
|
|
272
|
-
|
|
273
|
-
describe("handleWorkerMessage — [F1] 终态消息标记", () => {
|
|
274
|
-
it("return 消息将 runtime.receivedTerminalMessage 置 true,随后正常 transition done,completed", async () => {
|
|
275
|
-
const run = makeRunningRun();
|
|
276
|
-
const deps = makeDeps();
|
|
277
|
-
|
|
278
|
-
await handleWorkerMessage(run, { type: "return", result: { ok: 1 } }, deps, makeHandlers());
|
|
279
|
-
|
|
280
|
-
expect((run.runtime as { receivedTerminalMessage?: boolean }).receivedTerminalMessage).toBe(true);
|
|
281
|
-
expect(run.state.status).toBe("done");
|
|
282
|
-
expect(run.state.reason).toBe("completed");
|
|
283
|
-
});
|
|
284
|
-
|
|
285
|
-
it("error 消息同样置 true——在 rebuild 前的退避窗口内捕获(replaceRuntime 前 start 时刻)", async () => {
|
|
286
|
-
// 断言时机说明:标记的生命周期是「本 runtime 代际」。await 整个 handleWorkerMessage
|
|
287
|
-
// 后 scheduleRebuild 已完成 replaceRuntime,runtime 已换新代际(flag=false 属正确语义)。
|
|
288
|
-
// 真正需要标记保护的窗口是退避期间(旧 worker exit(0) 到达、run.runtime 仍指向旧代际),
|
|
289
|
-
// 故在 rebuildRuntime 调 workerHost.start 的时刻(replaceRuntime 之前)捕获。
|
|
290
|
-
vi.useFakeTimers();
|
|
291
|
-
try {
|
|
292
|
-
const run = makeRunningRun();
|
|
293
|
-
const deps = makeDeps();
|
|
294
|
-
let flagAtRebuildStart: boolean | undefined;
|
|
295
|
-
(deps.workerHost.start as ReturnType<typeof vi.fn>).mockImplementation(() => {
|
|
296
|
-
flagAtRebuildStart = (run.runtime as { receivedTerminalMessage?: boolean }).receivedTerminalMessage;
|
|
297
|
-
return { postMessage: vi.fn() };
|
|
298
|
-
});
|
|
299
|
-
|
|
300
|
-
const pending = handleWorkerMessage(run, { type: "error", error: "boom" }, deps, makeHandlers());
|
|
301
|
-
await vi.advanceTimersByTimeAsync(1000); // 跳过 scheduleRebuild 真实 1s 退避
|
|
302
|
-
await pending;
|
|
303
|
-
|
|
304
|
-
expect(flagAtRebuildStart).toBe(true);
|
|
305
|
-
} finally {
|
|
306
|
-
vi.useRealTimers();
|
|
307
|
-
}
|
|
308
|
-
});
|
|
309
|
-
});
|
|
310
|
-
|
|
311
|
-
// ── [SW-DATA-3] store.save 抛错 → 不产生 unhandledRejection,状态机继续 ────
|
|
312
|
-
|
|
313
|
-
describe("store.save 抛错(ENOSPC 等)— [SW-DATA-3] 不阻断终态推进", () => {
|
|
314
|
-
it("handleReturn(经 handleWorkerMessage return 分支):save reject 被吸收,unregister + onRunDone 照常", async () => {
|
|
315
|
-
const run = makeRunningRun();
|
|
316
|
-
const deps = makeDeps();
|
|
317
|
-
deps.store.save.mockRejectedValue(new Error("ENOSPC: no space left on device"));
|
|
318
|
-
|
|
319
|
-
// 旧实现:await 裸抛 → handleWorkerMessage reject(worker-host 侧 void 掉)→
|
|
320
|
-
// unhandledRejection + 幽灵注销。修复后必须正常 resolve。
|
|
321
|
-
await expect(
|
|
322
|
-
handleWorkerMessage(run, { type: "return", result: { ok: 1 } }, deps, makeHandlers()),
|
|
323
|
-
).resolves.toBeUndefined();
|
|
324
|
-
|
|
325
|
-
expect(run.state.status).toBe("done");
|
|
326
|
-
expect(deps.eventBus.emit).toHaveBeenCalledWith(
|
|
327
|
-
"pending:unregister",
|
|
328
|
-
expect.objectContaining({ id: "wf-test" }),
|
|
329
|
-
);
|
|
330
|
-
expect(deps.onRunDone).toHaveBeenCalledTimes(1);
|
|
331
|
-
});
|
|
332
|
-
|
|
333
|
-
it("handleWorkerError 重试超限:save reject 被吸收,终态 + 通知照常", async () => {
|
|
334
|
-
const run = makeRunningRun({ workerErrorCount: 3 });
|
|
335
|
-
const deps = makeDeps();
|
|
336
|
-
deps.store.save.mockRejectedValue(new Error("ENOSPC: no space left on device"));
|
|
337
|
-
|
|
338
|
-
await expect(
|
|
339
|
-
handleWorkerError(run, new Error("worker crash"), deps, makeHandlers()),
|
|
340
|
-
).resolves.toBeUndefined();
|
|
341
|
-
|
|
342
|
-
expect(run.state.status).toBe("done");
|
|
343
|
-
expect(run.state.reason).toBe("failed");
|
|
344
|
-
expect(deps.eventBus.emit).toHaveBeenCalledWith(
|
|
345
|
-
"pending:unregister",
|
|
346
|
-
expect.objectContaining({ id: "wf-test", reason: "failed" }),
|
|
347
|
-
);
|
|
348
|
-
expect(deps.onRunDone).toHaveBeenCalledTimes(1);
|
|
349
|
-
});
|
|
350
|
-
|
|
351
|
-
it("handleScriptError 重试超限:save reject 被吸收,终态 + 通知照常", async () => {
|
|
352
|
-
const run = makeRunningRun({ scriptErrorCount: 3 });
|
|
353
|
-
const deps = makeDeps();
|
|
354
|
-
deps.store.save.mockRejectedValue(new Error("ENOSPC: no space left on device"));
|
|
355
|
-
|
|
356
|
-
await expect(
|
|
357
|
-
handleScriptError(run, "script boom", [], deps, makeHandlers()),
|
|
358
|
-
).resolves.toBeUndefined();
|
|
359
|
-
|
|
360
|
-
expect(run.state.status).toBe("done");
|
|
361
|
-
expect(run.state.reason).toBe("failed");
|
|
362
|
-
expect(deps.eventBus.emit).toHaveBeenCalledWith(
|
|
363
|
-
"pending:unregister",
|
|
364
|
-
expect.objectContaining({ id: "wf-test", reason: "failed" }),
|
|
365
|
-
);
|
|
366
|
-
expect(deps.onRunDone).toHaveBeenCalledTimes(1);
|
|
367
|
-
});
|
|
368
|
-
});
|
|
@@ -1,120 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* WorkerHostImpl — workerData 映射测试。
|
|
3
|
-
*
|
|
4
|
-
* Option B(run-level model/thinkingLevel)的映射点在 WorkerHostImpl.start:
|
|
5
|
-
* RunSpec.model/thinkingLevel → workerData.model/thinkingLevel → worker 内
|
|
6
|
-
* $MODEL/$THINKING_LEVEL globals(worker-script-builder 注入)→ agent() fallback。
|
|
7
|
-
*
|
|
8
|
-
* 本测试 mock node:worker_threads.Worker,捕获构造 options.workerData,
|
|
9
|
-
* 直接断言映射(lifecycle.test.ts 的 workerHost.start 是 mock,看不到 workerData)。
|
|
10
|
-
*/
|
|
11
|
-
import { describe, expect, it, vi } from "vitest";
|
|
12
|
-
|
|
13
|
-
const { workerMock } = vi.hoisted(() => ({
|
|
14
|
-
workerMock: vi.fn(),
|
|
15
|
-
}));
|
|
16
|
-
|
|
17
|
-
vi.mock("node:worker_threads", () => ({
|
|
18
|
-
Worker: workerMock,
|
|
19
|
-
}));
|
|
20
|
-
|
|
21
|
-
import { WorkerHostImpl } from "../worker-host.ts";
|
|
22
|
-
import type { RunSpec } from "../models/run-spec.ts";
|
|
23
|
-
import type { WorkerHandlers } from "../models/ports.ts";
|
|
24
|
-
|
|
25
|
-
interface WorkerOptions {
|
|
26
|
-
eval?: boolean;
|
|
27
|
-
workerData?: Record<string, unknown>;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
/** mock Worker 实例(WorkerHandle 依赖 on/postMessage/terminate)。 */
|
|
31
|
-
function fakeWorkerInstance() {
|
|
32
|
-
return { on: vi.fn(), postMessage: vi.fn(), terminate: vi.fn() };
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
function makeSpec(overrides: Partial<RunSpec> = {}): RunSpec {
|
|
36
|
-
return {
|
|
37
|
-
scriptSource: "execute() {}",
|
|
38
|
-
args: { autoCommit: true },
|
|
39
|
-
scriptName: "test-wf",
|
|
40
|
-
scriptPath: "/fake/test.js",
|
|
41
|
-
description: "test desc",
|
|
42
|
-
...overrides,
|
|
43
|
-
};
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
function makeHandlers(): WorkerHandlers {
|
|
47
|
-
return {
|
|
48
|
-
onMessage: vi.fn(),
|
|
49
|
-
onError: vi.fn(),
|
|
50
|
-
onExit: vi.fn(),
|
|
51
|
-
};
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
describe("WorkerHostImpl.start — workerData 映射", () => {
|
|
55
|
-
it("Option B: RunSpec.model/thinkingLevel 映射进 workerData(其余字段不破坏)", () => {
|
|
56
|
-
const spec = makeSpec({
|
|
57
|
-
model: "anthropic/claude-3.5-sonnet",
|
|
58
|
-
thinkingLevel: "high",
|
|
59
|
-
budgetTokens: 5000,
|
|
60
|
-
});
|
|
61
|
-
let captured: WorkerOptions | undefined;
|
|
62
|
-
workerMock.mockImplementation(function (
|
|
63
|
-
this: unknown,
|
|
64
|
-
_code: string,
|
|
65
|
-
options: WorkerOptions,
|
|
66
|
-
) {
|
|
67
|
-
captured = options;
|
|
68
|
-
return fakeWorkerInstance();
|
|
69
|
-
});
|
|
70
|
-
|
|
71
|
-
new WorkerHostImpl().start(spec, spec.args, makeHandlers());
|
|
72
|
-
|
|
73
|
-
expect(workerMock).toHaveBeenCalledTimes(1);
|
|
74
|
-
expect(captured).toBeDefined();
|
|
75
|
-
const wd = captured!.workerData;
|
|
76
|
-
expect(wd).toBeDefined();
|
|
77
|
-
// Option B 核心:run-level override 经 workerData 进入 worker globals
|
|
78
|
-
expect(wd!.model).toBe("anthropic/claude-3.5-sonnet");
|
|
79
|
-
expect(wd!.thinkingLevel).toBe("high");
|
|
80
|
-
// workerData 契约其余字段(防未来重构破坏 worker 启动链路)
|
|
81
|
-
expect(wd!.scriptPath).toBe("/fake/test.js");
|
|
82
|
-
expect(wd!.args).toEqual({ autoCommit: true });
|
|
83
|
-
expect(wd!.meta).toEqual({ name: "test-wf", description: "test desc" });
|
|
84
|
-
expect(wd!.budget).toEqual({ maxTokens: 5000, usedTokens: 0, usedCost: 0 });
|
|
85
|
-
expect(captured!.eval).toBe(true);
|
|
86
|
-
});
|
|
87
|
-
|
|
88
|
-
it("model/thinkingLevel 未设:workerData 字段为 undefined(继承主 agent 语义,不污染)", () => {
|
|
89
|
-
let captured: WorkerOptions | undefined;
|
|
90
|
-
workerMock.mockImplementation(function (
|
|
91
|
-
this: unknown,
|
|
92
|
-
_code: string,
|
|
93
|
-
options: WorkerOptions,
|
|
94
|
-
) {
|
|
95
|
-
captured = options;
|
|
96
|
-
return fakeWorkerInstance();
|
|
97
|
-
});
|
|
98
|
-
|
|
99
|
-
new WorkerHostImpl().start(makeSpec(), {}, makeHandlers());
|
|
100
|
-
|
|
101
|
-
expect(captured!.workerData!.model).toBeUndefined();
|
|
102
|
-
expect(captured!.workerData!.thinkingLevel).toBeUndefined();
|
|
103
|
-
});
|
|
104
|
-
|
|
105
|
-
it("handlers 绑定:message/error/exit 三类事件注册到 worker", () => {
|
|
106
|
-
const instance = fakeWorkerInstance();
|
|
107
|
-
workerMock.mockImplementation(function (this: unknown) {
|
|
108
|
-
return instance;
|
|
109
|
-
});
|
|
110
|
-
|
|
111
|
-
const handle = new WorkerHostImpl().start(makeSpec(), {}, makeHandlers());
|
|
112
|
-
|
|
113
|
-
expect(instance.on).toHaveBeenCalledTimes(3);
|
|
114
|
-
expect(instance.on).toHaveBeenCalledWith("message", expect.any(Function));
|
|
115
|
-
expect(instance.on).toHaveBeenCalledWith("error", expect.any(Function));
|
|
116
|
-
expect(instance.on).toHaveBeenCalledWith("exit", expect.any(Function));
|
|
117
|
-
// handle 持底层 worker(RunRuntime 直接访问 ref/href)
|
|
118
|
-
expect(handle.raw).toBe(instance);
|
|
119
|
-
});
|
|
120
|
-
});
|
|
@@ -1,164 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* rfl 仪表 T1(tier-1 §7.1):returnMeta 透传 usage/durationMs/sessionId。
|
|
3
|
-
*
|
|
4
|
-
* 两个对称点的运行时验证(worker-script-builder 模板字符串断言无法证明
|
|
5
|
-
* 「真实 Worker 线程里 resolve 对象字段齐全」):
|
|
6
|
-
* A1 live resolve——agent-result 消息回发完整 AgentResult,returnMeta:true
|
|
7
|
-
* 时 resolve 对象 = {value, sessionFile, worktreePath, error, usage, durationMs, sessionId}
|
|
8
|
-
* A2 缓存重放——workerData.callCache 命中时重建对象同样含三字段(对称点)
|
|
9
|
-
*
|
|
10
|
-
* 模式与 worker-script-builder-runtime.test.ts 相同:真实 Worker 线程执行
|
|
11
|
-
* buildWorkerScript 产物,主线程模拟 runtime 回发消息。
|
|
12
|
-
*/
|
|
13
|
-
import { Worker } from "node:worker_threads";
|
|
14
|
-
|
|
15
|
-
import { afterEach, describe, expect, it } from "vitest";
|
|
16
|
-
|
|
17
|
-
import { buildWorkerScript } from "../worker-script-builder.ts";
|
|
18
|
-
|
|
19
|
-
const USAGE = { input: 100, output: 50, cacheRead: 700, cacheWrite: 30, cost: 0.012, contextTokens: 850, turns: 3 };
|
|
20
|
-
|
|
21
|
-
const createdWorkers: Worker[] = [];
|
|
22
|
-
|
|
23
|
-
afterEach(() => {
|
|
24
|
-
for (const w of createdWorkers.splice(0)) {
|
|
25
|
-
w.terminate().catch(() => {});
|
|
26
|
-
}
|
|
27
|
-
});
|
|
28
|
-
|
|
29
|
-
interface RunOutcome {
|
|
30
|
-
returnValue?: unknown;
|
|
31
|
-
errorMessage?: string;
|
|
32
|
-
exitCode?: number;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
/**
|
|
36
|
-
* 起 Worker 跑 userScript;收到首个 agent-call 即回发 agentResult(调用方提供),
|
|
37
|
-
* 等脚本 return。callCache 命中路径不会发出 agent-call(直接从缓存重建返回)。
|
|
38
|
-
*/
|
|
39
|
-
function runWorker(
|
|
40
|
-
userScript: string,
|
|
41
|
-
opts: { agentResult?: Record<string, unknown>; callCache?: Record<number, unknown>; timeoutMs?: number },
|
|
42
|
-
): Promise<RunOutcome> {
|
|
43
|
-
const timeoutMs = opts.timeoutMs ?? 4000;
|
|
44
|
-
return new Promise((resolve, reject) => {
|
|
45
|
-
const worker = new Worker(buildWorkerScript(userScript), {
|
|
46
|
-
eval: true,
|
|
47
|
-
workerData: {
|
|
48
|
-
scriptPath: "test.js",
|
|
49
|
-
args: {},
|
|
50
|
-
workspace: process.cwd(),
|
|
51
|
-
budget: { maxTokens: 0, usedTokens: 0, usedCost: 0 },
|
|
52
|
-
callCache: opts.callCache ?? {},
|
|
53
|
-
},
|
|
54
|
-
});
|
|
55
|
-
createdWorkers.push(worker);
|
|
56
|
-
const out: RunOutcome = {};
|
|
57
|
-
let settled = false;
|
|
58
|
-
const timer = setTimeout(() => {
|
|
59
|
-
worker.terminate().catch(() => {});
|
|
60
|
-
reject(new Error("Worker timed out — likely hung"));
|
|
61
|
-
}, timeoutMs);
|
|
62
|
-
const finish = (r: RunOutcome): void => {
|
|
63
|
-
if (settled) return;
|
|
64
|
-
settled = true;
|
|
65
|
-
clearTimeout(timer);
|
|
66
|
-
resolve(r);
|
|
67
|
-
};
|
|
68
|
-
worker.on("message", (raw: unknown) => {
|
|
69
|
-
const msg = raw as { type?: string; callId?: number };
|
|
70
|
-
if (msg.type === "agent-call" && typeof msg.callId === "number") {
|
|
71
|
-
worker.postMessage({
|
|
72
|
-
type: "agent-result",
|
|
73
|
-
callId: msg.callId,
|
|
74
|
-
result: opts.agentResult ?? { content: "fallback", parsedOutput: { ok: true } },
|
|
75
|
-
cached: false,
|
|
76
|
-
});
|
|
77
|
-
} else if (msg.type === "return") {
|
|
78
|
-
out.returnValue = (raw as { result?: unknown }).result;
|
|
79
|
-
finish(out);
|
|
80
|
-
} else if (msg.type === "error") {
|
|
81
|
-
out.errorMessage = (raw as { error?: string }).error;
|
|
82
|
-
finish(out);
|
|
83
|
-
}
|
|
84
|
-
});
|
|
85
|
-
worker.on("exit", (code: number) => {
|
|
86
|
-
out.exitCode = code;
|
|
87
|
-
if (code !== 0) finish(out);
|
|
88
|
-
});
|
|
89
|
-
worker.on("error", (err: Error) => {
|
|
90
|
-
out.errorMessage = err.message;
|
|
91
|
-
finish(out);
|
|
92
|
-
});
|
|
93
|
-
});
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
const META_SCRIPT = "const meta = await agent({ prompt: 'passthrough probe', returnMeta: true }); return meta;";
|
|
97
|
-
|
|
98
|
-
describe("A1 returnMeta live resolve 透传(tier-1 §7.1)", () => {
|
|
99
|
-
it("A1 agent-result 回发完整 AgentResult 时 resolve 对象含 usage/durationMs/sessionId(七字段全集)", async () => {
|
|
100
|
-
const outcome = await runWorker(META_SCRIPT, {
|
|
101
|
-
agentResult: {
|
|
102
|
-
content: "raw text",
|
|
103
|
-
parsedOutput: { ok: true },
|
|
104
|
-
sessionFile: "/tmp/sess.jsonl",
|
|
105
|
-
worktreePath: "/tmp/wt",
|
|
106
|
-
error: undefined,
|
|
107
|
-
usage: USAGE,
|
|
108
|
-
durationMs: 83_000,
|
|
109
|
-
sessionId: "sess-abc-1",
|
|
110
|
-
},
|
|
111
|
-
});
|
|
112
|
-
expect(outcome.errorMessage).toBeUndefined();
|
|
113
|
-
expect(outcome.returnValue).toEqual({
|
|
114
|
-
value: { ok: true },
|
|
115
|
-
sessionFile: "/tmp/sess.jsonl",
|
|
116
|
-
worktreePath: "/tmp/wt",
|
|
117
|
-
error: undefined,
|
|
118
|
-
usage: USAGE,
|
|
119
|
-
durationMs: 83_000,
|
|
120
|
-
sessionId: "sess-abc-1",
|
|
121
|
-
});
|
|
122
|
-
});
|
|
123
|
-
|
|
124
|
-
it("A1 旧主线程(AgentResult 无三字段)时 resolve 对象三字段为 undefined(向后兼容不抛错)", async () => {
|
|
125
|
-
const outcome = await runWorker(META_SCRIPT, {
|
|
126
|
-
agentResult: { content: "raw", parsedOutput: { v: 1 }, sessionFile: "/tmp/s.jsonl" },
|
|
127
|
-
});
|
|
128
|
-
expect(outcome.returnValue).toMatchObject({
|
|
129
|
-
value: { v: 1 },
|
|
130
|
-
sessionFile: "/tmp/s.jsonl",
|
|
131
|
-
usage: undefined,
|
|
132
|
-
durationMs: undefined,
|
|
133
|
-
sessionId: undefined,
|
|
134
|
-
});
|
|
135
|
-
});
|
|
136
|
-
});
|
|
137
|
-
|
|
138
|
-
describe("A2 returnMeta 缓存重放重建透传(对称点,tier-1 §7.1)", () => {
|
|
139
|
-
it("A2 workerData.callCache 命中时重建对象含 usage/durationMs/sessionId(不回发 agent-call)", async () => {
|
|
140
|
-
const outcome = await runWorker(META_SCRIPT, {
|
|
141
|
-
callCache: {
|
|
142
|
-
0: {
|
|
143
|
-
content: "cached raw",
|
|
144
|
-
parsedOutput: { cached: true },
|
|
145
|
-
sessionFile: "/tmp/cached.jsonl",
|
|
146
|
-
worktreePath: "/tmp/cwt",
|
|
147
|
-
usage: USAGE,
|
|
148
|
-
durationMs: 42_000,
|
|
149
|
-
sessionId: "sess-cache-9",
|
|
150
|
-
},
|
|
151
|
-
},
|
|
152
|
-
});
|
|
153
|
-
expect(outcome.errorMessage).toBeUndefined();
|
|
154
|
-
expect(outcome.returnValue).toEqual({
|
|
155
|
-
value: { cached: true },
|
|
156
|
-
sessionFile: "/tmp/cached.jsonl",
|
|
157
|
-
worktreePath: "/tmp/cwt",
|
|
158
|
-
error: undefined,
|
|
159
|
-
usage: USAGE,
|
|
160
|
-
durationMs: 42_000,
|
|
161
|
-
sessionId: "sess-cache-9",
|
|
162
|
-
});
|
|
163
|
-
});
|
|
164
|
-
});
|