1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-28 13:01:41 +03:00

Disable known-failing tests

MDEV-13568: Purge is not blocked by LOCK TABLES. Should it?

MDEV-13893/MDEV-12699: Crash recovery of corrupted or non-decryptable
pages is broken.
This commit is contained in:
Marko Mäkelä 2017-10-31 12:54:10 +02:00
parent a0743734c4
commit b258080129
2 changed files with 2 additions and 1 deletions

View File

@ -12,4 +12,4 @@
innodb_scrub : MDEV-8139 scrubbing does not work reliably
innodb_scrub_background : MDEV-8139 scrubbing does not work reliably
innodb-redo-badkey : MDEV-13893 / MDEV-12699 Improve crash recovery of corrupted data pages

View File

@ -0,0 +1 @@
innodb_virtual_debug_purge : MDEV-13568 should purge yield to LOCK TABLES?