Skip to content

Commit

Permalink
mtr: aix test fix innodb.temporary_table
Browse files Browse the repository at this point in the history
AIX error message didn't include the filename like:

2021-07-22  9:43:04 0 [ERROR] mariadbd: Can't create/write to file '' (Errcode: 20 "Not a directory")
2021-07-22  9:43:04 0 [ERROR] mariadbd: Can't create/write to file '' (Errcode: 20 "Not a directory")

Reviewer: Marko
  • Loading branch information
grooverdan committed Jul 22, 2021
1 parent efd9093 commit 8cb2027
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mysql-test/suite/innodb/t/temporary_table.test
Expand Up @@ -11,6 +11,7 @@

--disable_query_log
call mtr.add_suppression("Can't create/write to file '/dev/null/nonexistent/ib");
call mtr.add_suppression("Can't create/write to file '' \\\(Errcode: 20 \"Not a directory\"\\\)");
call mtr.add_suppression("InnoDB: Unable to create temporary file");
call mtr.add_suppression("last file in setting innodb_temp_data_file_path");
call mtr.add_suppression("The table 't1' is full");
Expand Down

0 comments on commit 8cb2027

Please sign in to comment.