Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8d92602

Browse files
committed
Expand expected output for recovery test even further.
I'd assumed that the backend being killed should be able to get out anerror message - but it turns out it's not guaranteed that it's notstill sending a ready-for-query. Really need to do something aboutgetting these error message to the client.Reported-By: Thomas Munro, Tom LaneDiscussion:https://postgr.es/m/CAEepm=0TE90nded+bNthP45_PEvGAAr=3gxhHJObL4xmOLtX0w@mail.gmail.comhttps://postgr.es/m/14968.1506101414@sss.pgh.pa.us
1 parentf9583e8 commit8d92602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/test/recovery/t/013_crash_restart.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
$killme_stdin .=q[
116116
SELECT 1;
117117
];
118-
ok(pump_until($killme, \$killme_stderr,qr/WARNING: terminating connection because of crash of another server process/m),
118+
ok(pump_until($killme, \$killme_stderr,qr/WARNING: terminating connection because of crash of another server process|server closed the connection unexpectedly/m),
119119
"psql query died successfully after SIGQUIT");
120120
$killme_stderr ='';
121121
$killme_stdout ='';

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp