Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b76e136

Browse files
committed
Fix new recovery test for log_error_verbosity=verbose case
The new test is from commit 9e4f914. With this setting messages have SQL error numbers included, so that needs to be provided for in the pattern looked for. Backpatch to all live branches like the original.
1 parent ba2002d commit b76e136

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
@@ -133,7 +133,7 @@ sub test_tablespace
133133
last
134134
if (
135135
find_in_log(
136-
$node_standby, "WARNING: creating missing directory: pg_tblspc/",
136+
$node_standby, qr!WARNING: ( [A-Z0-9]+:)? creating missing directory: pg_tblspc/!,
137137
$logstart));
138138
sleep 1;
139139
}

0 commit comments

Comments
 (0)