events: reschedule notifications + 7 tests
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 31s

ev/reschedule-notifications: when an event carries per-occurrence overrides,
reads the roster at each overridden occurrence's original occ-key and emits a
reschedule message per booked attendee (old-start/new-start/new-duration).
Idempotency key = original-key/reschedule/new-start. 272/272 green.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-07 07:47:00 +00:00
parent 98ed2eebdf
commit 07e4cb5f4a
5 changed files with 121 additions and 7 deletions

View File

@@ -1,8 +1,8 @@
{
"lang": "events",
"total_passed": 265,
"total_passed": 272,
"total_failed": 0,
"total": 265,
"total": 272,
"suites": [
{"name":"calendar","passed":51,"failed":0,"total":51},
{"name":"availability","passed":22,"failed":0,"total":22},
@@ -11,8 +11,8 @@
{"name":"booking-notify","passed":11,"failed":0,"total":11},
{"name":"ticket","passed":31,"failed":0,"total":31},
{"name":"notify","passed":7,"failed":0,"total":7},
{"name":"reminders","passed":14,"failed":0,"total":14},
{"name":"reminders","passed":21,"failed":0,"total":21},
{"name":"federation","passed":23,"failed":0,"total":23}
],
"generated": "2026-06-07T07:20:13+00:00"
"generated": "2026-06-07T07:46:42+00:00"
}