mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-29710: Disable sys_vars.innodb_flush_method_func under Valgrind
The test could emit some I/O error when run under Valgrind.
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
--source include/have_innodb.inc
|
||||
# Embedded server tests do not support restarting.
|
||||
--source include/not_embedded.inc
|
||||
# InnoDB: Cannot read first page of './ibdata1' I/O error
|
||||
--source include/not_valgrind.inc
|
||||
|
||||
call mtr.add_suppression("InnoDB: Failed to set .*DIRECT");
|
||||
--replace_result unbuffered fsync
|
||||
|
Reference in New Issue
Block a user