events: wire persist-backed booking into api.sx + 10 tests
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 35s

Durable booking path alongside in-memory: ev/book-occ!, ev/cancel-occ!,
ev/roster-occ, ev/seats-left-occ (capacity from scheduled event); ev/free-p?,
ev/next-free-p, ev/conflicts-p derive availability by replaying persist
booking streams. Reordered conformance preloads. 120/120 green.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-07 02:39:19 +00:00
parent 9adeff1431
commit 24d4db3f0d
6 changed files with 234 additions and 18 deletions

View File

@@ -1,13 +1,13 @@
{
"lang": "events",
"total_passed": 110,
"total_passed": 120,
"total_failed": 0,
"total": 110,
"total": 120,
"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":"api","passed":24,"failed":0,"total":24},
{"name":"booking","passed":37,"failed":0,"total":37}
],
"generated": "2026-06-07T02:09:36+00:00"
"generated": "2026-06-07T02:39:08+00:00"
}