You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed the CI smoke test script and verified your kill/restart flow passes end-to-end.
Rewrote demo/postgres-survive-kill9/ci-smoke.sh to:
Wait for Postgres readiness and pgbench tables before taking the baseline.
Explicitly docker compose up -d postgres after SIGKILL, then wait for readiness and tables again.
Keep the metric check and teardown.
Marked the script executable.
Ran ./ci-smoke.sh locally: it completed successfully (baseline captured, kill, restart, count preserved, metrics scraped) and brought the stack down afterward.
0 commit comments