mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Adjust a test for Windows
On Windows, when tmpdir is not writable, there are only messages like this: 2017-07-05 14:04:25 3860 [ERROR] InnoDB: Unable to create temporary file; errno: 0 On other platforms, there would be two messages for each failure: 2017-07-05 17:23:02 140436573771648 [ERROR] mysqld: Can't create/write to file '/dev/null/nonexistent/ibaajU4U' (Errcode: 20 "Not a directory") 2017-07-05 17:23:02 140436573771648 [ERROR] InnoDB: Unable to create temporary file; errno: 20
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
--source include/no_valgrind_without_big.inc
|
||||
|
||||
--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 '/dev/null/nonexistent/ib");
|
||||
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");
|
||||
@ -151,8 +151,6 @@ while ($mysql_errno)
|
||||
--enable_query_log
|
||||
--enable_result_log
|
||||
--disable_reconnect
|
||||
--let SEARCH_PATTERN= Can't create/write to file '.dev.null.nonexistent.ib
|
||||
--source include/search_pattern_in_file.inc
|
||||
--let SEARCH_PATTERN= InnoDB: Unable to create temporary file
|
||||
--source include/search_pattern_in_file.inc
|
||||
|
||||
|
Reference in New Issue
Block a user