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 @@
Gateway restart did not erase the sync backlog: unsynced `buffered_sync_items` count
remained at 5 through the container restart because the ward PostgreSQL database is
independent of the API process lifecycle. After central API was restarted, sync resumed
automatically — all three experiment observations (`gateway-restart-exp6-1782246096-*`)
appeared on central and the buffer drained to 0 within 120 seconds. This validates the
UPS + ward-server deployment model: brief gateway process restarts (deployments, OOM kills)
do not lose clinical events already accepted at the bedside.