Skip to content
Permalink
Browse files
MDEV-29710: Disable sys_vars.innodb_flush_method_func under Valgrind
The test could emit some I/O error when run under Valgrind.
  • Loading branch information
dr-m committed Oct 5, 2022
1 parent c64e2d6 commit 380e06f
Showing 1 changed file with 2 additions and 0 deletions.
@@ -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

0 comments on commit 380e06f

Please sign in to comment.