From 7318fa180d7c607f11efad45eaa95a170f6b0b7c Mon Sep 17 00:00:00 2001 From: Kristian Nielsen Date: Sat, 17 Aug 2024 12:29:00 +0200 Subject: [PATCH] Fix sporadic test failure of mariabackup.slave_provision_nolock The test requires a larger innodb log file size; this was lost as a side-effect of d7699c51ebfc2921678d1e20a0b4490ccc1954e9. Signed-off-by: Kristian Nielsen --- mysql-test/suite/mariabackup/slave_provision_nolock.cnf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mysql-test/suite/mariabackup/slave_provision_nolock.cnf b/mysql-test/suite/mariabackup/slave_provision_nolock.cnf index d8326a5ccb8..bba1d2a73c6 100644 --- a/mysql-test/suite/mariabackup/slave_provision_nolock.cnf +++ b/mysql-test/suite/mariabackup/slave_provision_nolock.cnf @@ -3,6 +3,9 @@ [mysqld.1] log-slave-updates loose-innodb +# Test does a lot of DML during the backup, larger than 10M log is needed for +# mariabackup to always be able to copy all that it needs. +loose-innodb_log_file_size= 96M [mysqld.2] log-slave-updates