summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2021-07-22 11:17:44 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2021-07-22 11:17:44 +0300
commit5f4314f0e6033e81361641a6731c0ef1656cc35c (patch)
tree0a4f9f7370ac47c44632a7864db93fdd59284024
parenta4dc9265792919eb1ad156780e1a93dc4c7c6ce8 (diff)
downloadmariadb-git-5f4314f0e6033e81361641a6731c0ef1656cc35c.tar.gz
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.)
-rw-r--r--mysql-test/suite/mariabackup/disabled.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/suite/mariabackup/disabled.def b/mysql-test/suite/mariabackup/disabled.def
new file mode 100644
index 00000000000..d272540cec8
--- /dev/null
+++ b/mysql-test/suite/mariabackup/disabled.def
@@ -0,0 +1 @@
+log_page_corruption : MDEV-26210