mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
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:
parent
a4dc926579
commit
5f4314f0e6
1 changed files with 1 additions and 0 deletions
1
mysql-test/suite/mariabackup/disabled.def
Normal file
1
mysql-test/suite/mariabackup/disabled.def
Normal file
|
@ -0,0 +1 @@
|
|||
log_page_corruption : MDEV-26210
|
Loading…
Reference in a new issue