Skip to content

Commit d2697df

Browse files
committed
MDEV-20839 encryption.innodb-redo-badkey sporadically fails on buildbot with page dump
The test encryption.innodb-redo-badkey will by design cause access to pages that appear corrupted (due to incorrect encryption key). Let us disable the page dumps by requiring the test to be run on a debug server. Page dumps on debug builds were already disabled in MDEV-19766.
1 parent d3e52ff commit d2697df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mysql-test/suite/encryption/t/innodb-redo-badkey.test

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
-- source include/have_file_key_management_plugin.inc
33
# embedded does not support restart
44
-- source include/not_embedded.inc
5+
# MDEV-20839 innodb-redo-badkey sporadically fails on buildbot with page dump
6+
# We only require a debug build to avoid getting page dumps, making use of
7+
# MDEV-19766: Disable page dump output in debug builds
8+
-- source include/have_debug.inc
59

610
call mtr.add_suppression("Plugin 'file_key_management'");
711
call mtr.add_suppression("Plugin 'InnoDB' init function returned error.");

0 commit comments

Comments
 (0)