/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/test/modules/injection_points/expected/wait_cleanup.out
86 строк
2 KB
Michael Paquier
injection_points: Clear waiter slot on error and exit
23 июл 2026, 08:37
23 июл 2026, 08:37
a49b6a6
Код
Авторство
О чём код?
Parsed test spec with 3 sessions starting permutation: wait1 cancel3 noop3 wait2 wakeup3 noop2 detach3 injection_points_attach ----------------------- (1 row) step wait1: SELECT injection_points_run('injection-points-wait'); <waiting ...> step cancel3: SELECT pg_cancel_backend(pid) FROM pg_stat_activity WHERE wait_event = 'injection-points-wait'; <waiting ...> step wait1: <... completed> ERROR: canceling statement due to user request step cancel3: <... completed> pg_cancel_backend ----------------- t (1 row) step noop3: step wait2: SELECT injection_points_run('injection-points-wait'); <waiting ...> step wakeup3: SELECT injection_points_wakeup('injection-points-wait'); injection_points_wakeup ----------------------- (1 row) step wait2: <... completed> injection_points_run -------------------- (1 row) step noop2: step detach3: SELECT injection_points_detach('injection-points-wait'); injection_points_detach ----------------------- (1 row) starting permutation: wait1 terminate3 noop3 wait2 wakeup3 noop2 detach3 injection_points_attach ----------------------- (1 row) step wait1: SELECT injection_points_run('injection-points-wait'); <waiting ...> step terminate3: SELECT pg_terminate_backend(pid) FROM pg_stat_activity WHERE wait_event = 'injection-points-wait'; <waiting ...> step wait1: <... completed> FATAL: terminating connection due to administrator command server closed the connection unexpectedly This probably means the server terminated abnormally before or while processing the request. step terminate3: <... completed> pg_terminate_backend -------------------- t (1 row) step noop3: step wait2: SELECT injection_points_run('injection-points-wait'); <waiting ...> step wakeup3: SELECT injection_points_wakeup('injection-points-wait'); injection_points_wakeup ----------------------- (1 row) step wait2: <... completed> injection_points_run -------------------- (1 row) step noop2: step detach3: SELECT injection_points_detach('injection-points-wait'); injection_points_detach ----------------------- (1 row)