Files
rose-ash/lib/flow/scoreboard.json
giles 16cb727406
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 42s
flow: replication + handoff across instances + 6 tests (Phase 4 complete)
flow-replicate-to copies the plain-data store export to a peer's replica slot;
flow-restore-from imports it. Handoff = replicate, local instance dies, peer
restores and resumes by id. The replay log survives the move, so all resolved
suspends carry over. Same durable-data mechanism as crash recovery, across
instances. All four phases complete: 93/93.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-06 17:48:39 +00:00

14 lines
386 B
JSON

{
"total": 93,
"passed": 93,
"failed": 0,
"suites": {
"basic": { "passed": 18, "total": 18 },
"control": { "passed": 31, "total": 31 },
"suspend": { "passed": 17, "total": 17 },
"recovery": { "passed": 8, "total": 8 },
"distributed": { "passed": 19, "total": 19 }
},
"phases": { "phase1": "done", "phase2": "done", "phase3": "done", "phase4": "done" }
}