Skip to content

Commit 450040e

Browse files
committed
MDEV-34952 main.log_slow test failure on opensuse builder
The loose regex for the MDEV-34539 test ended up matching the opensuse in the path in buildbot. Adjust to more complete regex including space, backtick and \n, which becomes much less common as a path name.
1 parent 68938d2 commit 450040e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql-test/main/log_slow.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ set log_slow_filter=default;
213213
set timestamp=default;
214214

215215
let SEARCH_FILE=`select @@slow_query_log_file`;
216-
let SEARCH_PATTERN=use.*2;
216+
let SEARCH_PATTERN= use \`a\n.*2;
217217
let SEARCH_OUTPUT=matches;
218218
source include/search_pattern_in_file.inc;
219219

0 commit comments

Comments
 (0)