From 11815641312fdbcab26e47e4b6655c155bc39bde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20M=C3=A4kel=C3=A4?= Date: Wed, 30 Nov 2022 08:32:05 +0200 Subject: [PATCH] MDEV-24412: Disable the test on ./mtr --embedded --- mysql-test/suite/innodb/t/log_upgrade.test | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mysql-test/suite/innodb/t/log_upgrade.test b/mysql-test/suite/innodb/t/log_upgrade.test index 6f548d93b3e..faf88c41bef 100644 --- a/mysql-test/suite/innodb/t/log_upgrade.test +++ b/mysql-test/suite/innodb/t/log_upgrade.test @@ -4,6 +4,8 @@ # For example, tmpfs on FreeBSD does not support them. # On Microsoft Windows, sparse files have to be created in a special way. --source include/big_test.inc +# include/shutdown_mysqld.inc does not work in ./mtr --embedded +--source include/not_embedded.inc call mtr.add_suppression("InnoDB: The change buffer is corrupted");