Skip to content
Permalink
Browse files
mtr: aix test fix innodb.temporary_table
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.
@@ -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");

0 comments on commit 8cb2027

Please sign in to comment.