MDEV-26210: Disable mariabackup.log_page_corruption

MDEV-26193 exposed a race condition in the test
mariabackup.log_page_corruption by no longer waking up purge tasks
on every transaction commit. (Note that there never was a guarantee
that the purge tasks would actually run as quickly as the test expected
it to happen; that would depend on the CPU load.)
This commit is contained in:
Marko Mäkelä 2021-07-22 11:17:44 +03:00
parent a4dc926579
commit 5f4314f0e6

View file

@ -0,0 +1 @@
log_page_corruption : MDEV-26210