mirror of
https://github.com/MariaDB/server.git
synced 2025-01-26 00:34:18 +01:00
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.
This commit is contained in:
parent
68938d2b42
commit
450040e0da
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ set log_slow_filter=default;
|
|||
set timestamp=default;
|
||||
|
||||
let SEARCH_FILE=`select @@slow_query_log_file`;
|
||||
let SEARCH_PATTERN=use.*2;
|
||||
let SEARCH_PATTERN= use \`a\n.*2;
|
||||
let SEARCH_OUTPUT=matches;
|
||||
source include/search_pattern_in_file.inc;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue