run test on phase 24 and 33

This commit is contained in:
voltsrage
2026-06-24 04:35:15 +08:00
parent 68c397350b
commit 279add1e45
45 changed files with 732 additions and 99 deletions
@@ -0,0 +1,7 @@
Clinical sync correctly rejects out-of-order acknowledgments: when an ack arrives before
its alert event, the batch processor marks the batch CONFLICT with `ALERT_NOT_YET_SYNCED`
rather than silently creating orphan ack rows. This differs from POS inventory sync where
ordering is less critical — in clinical workflows, temporal dependencies matter for audit
trails and paging attribution. The integration test passed in 309 ms. A follow-up reorder
retry (alert then ack in a new batch → APPLIED) is specified in Phase 24 Step 3
`ClimateResilienceTests` for full end-to-end coverage.