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

Commitb998196

Browse files
committed
Fix new recovery test for log_error_verbosity=verbose case
The new test is from commit9e4f914.With this setting messages have SQL error numbers included, so thatneeds to be provided for in the pattern looked for.
1 parent4374699 commitb998196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/test/recovery/t/033_replay_tsp_drops.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ sub test_tablespace
139139
last
140140
if (
141141
find_in_log(
142-
$node_standby,"WARNING:creating missing directory: pg_tblspc/",
142+
$node_standby,qr!WARNING:( [A-Z0-9]+:)?creating missing directory: pg_tblspc/!,
143143
$logstart));
144144
sleep 1;
145145
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp