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
qr/WARNING: terminating connection because of unexpected SIGQUIT signal|server closed the connection unexpectedly|connection to server was lost|could not send data to server/m
121
122
),
@@ -129,6 +130,7 @@
129
130
# sending.
130
131
ok( pump_until(
131
132
$monitor,
133
+
$psql_timeout,
132
134
\$monitor_stderr,
133
135
qr/WARNING: terminating connection because of crash of another server process|server closed the connection unexpectedly|connection to server was lost|could not send data to server/m
qr/server closed the connection unexpectedly|connection to server was lost|could not send data to server/m
199
202
),
@@ -205,6 +208,7 @@
205
208
# sending.
206
209
ok( pump_until(
207
210
$monitor,
211
+
$psql_timeout,
208
212
\$monitor_stderr,
209
213
qr/WARNING: terminating connection because of crash of another server process|server closed the connection unexpectedly|connection to server was lost|could not send data to server/m
0 commit comments