1
0
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:
Marko Mäkelä
2022-10-05 15:16:03 +03:00
parent c64e2d60a3
commit 380e06f84b

View File

@ -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