Commit 380e06f8 authored by Marko Mäkelä's avatar Marko Mäkelä

MDEV-29710: Disable sys_vars.innodb_flush_method_func under Valgrind

The test could emit some I/O error when run under Valgrind.
parent c64e2d60
--source include/have_innodb.inc --source include/have_innodb.inc
# Embedded server tests do not support restarting. # Embedded server tests do not support restarting.
--source include/not_embedded.inc --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"); call mtr.add_suppression("InnoDB: Failed to set .*DIRECT");
--replace_result unbuffered fsync --replace_result unbuffered fsync
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment