summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <daniel@mariadb.org>2021-07-22 19:52:22 +1000
committerDaniel Black <daniel@mariadb.org>2021-07-22 20:00:50 +1000
commit8cb2027bd609be465090a1d957fb60643f9a0bdb (patch)
treef11fb925fb728618b35f65ad154daf172e107ba6
parentefd90937f77f9ebd9d51955229d8b26e3c8cf844 (diff)
downloadmariadb-git-8cb2027bd609be465090a1d957fb60643f9a0bdb.tar.gz
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
-rw-r--r--mysql-test/suite/innodb/t/temporary_table.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/suite/innodb/t/temporary_table.test b/mysql-test/suite/innodb/t/temporary_table.test
index 831ac33a0e8..9ad43188da2 100644
--- a/mysql-test/suite/innodb/t/temporary_table.test
+++ b/mysql-test/suite/innodb/t/temporary_table.test
@@ -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");