Skip to content

Commit a0aa717

Browse files
Sunny BainsSunny Bains
authored andcommitted
WL#8619 - Follow up test fix
Generalise the regexp in the message suppression.
1 parent 1674dcd commit a0aa717

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

mysql-test/suite/innodb/r/open_file_lru.result

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1150,4 +1150,3 @@ DROP PROCEDURE create_tables;
11501150
DROP PROCEDURE ins;
11511151
DROP PROCEDURE sel;
11521152
DROP DATABASE lru_test;
1153-
call mtr.add_suppression("InnoDB: Too many \\(\d+\\) files are open the maximum allowed value is \d+. You should raise the value of --innodb-open-files in my.cnf.");

mysql-test/suite/innodb/t/open_file_lru.test

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,6 @@ DROP PROCEDURE sel;
7878

7979
DROP DATABASE lru_test;
8080

81-
call mtr.add_suppression("InnoDB: Too many \\(\d+\\) files are open the maximum allowed value is \d+. You should raise the value of --innodb-open-files in my.cnf.");
81+
--disable_query_log
82+
call mtr.add_suppression("InnoDB: Too many .* files are open the maximum allowed value is .*");
83+
--enable_query_log

0 commit comments

Comments
 (0)