Files
rose-ash/lib/events/scoreboard.json
giles 9adeff1431
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 24s
events: booking cancellation + seat release + 13 tests
Booking stream carries :booking/:cancel events; live roster is the folded
replay so cancelling frees a seat and capacity reopens. ev/cancel! (retrying
append-expect), no-op on unbooked, cancelled actor may re-book. Capacity count
is folded roster size. 110/110 green.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-07 02:09:58 +00:00

14 lines
379 B
JSON

{
"lang": "events",
"total_passed": 110,
"total_failed": 0,
"total": 110,
"suites": [
{"name":"calendar","passed":37,"failed":0,"total":37},
{"name":"availability","passed":22,"failed":0,"total":22},
{"name":"api","passed":14,"failed":0,"total":14},
{"name":"booking","passed":37,"failed":0,"total":37}
],
"generated": "2026-06-07T02:09:36+00:00"
}