mariadb/mysql-test/suite/encryption
Thirunarayanan Balathandayuthapani c76873f23d MDEV-20688 Recovery crashes after unnecessarily reading a corrupted page
The test encryption.innodb-redo-badkey was accidentally disabled
until commit 23657a2101 enabled
it recently. Once it was enabled, it started failing randomly.

recv_recover_corrupt_page(): Do not assume that any redo log exists
for the page. A page may be unnecessarily read by read-ahead.
When noting the corruption, reset recv_addr->state to RECV_PROCESSED,
so that even if the same page is re-read again, we will only
decrement recv_sys->n_addrs once.
2019-09-27 17:46:10 +05:30
..
include MDEV-9099: Test encryption.innodb_encryption_discard_import fails on buildbot 2016-10-29 10:09:06 +03:00
r MDEV-20688 Recovery crashes after unnecessarily reading a corrupted page 2019-09-27 17:46:10 +05:30
t MDEV-20688 Recovery crashes after unnecessarily reading a corrupted page 2019-09-27 17:46:10 +05:30
disabled.def MDEV-13893/MDEV-12699: Enable encryption.innodb-redo-badkey 2019-09-13 17:07:58 +03:00
my.cnf Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
suite.pm move encryption tests to a dedicate suite 2015-05-13 14:27:16 +02:00