diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2019-04-08 17:06:06 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2019-04-08 21:33:49 +0300 |
commit | 7362f115543d34b1d3f06e61be9235b30c0abc8a (patch) | |
tree | 89b235cae7b2112785beeedb47ea97dff8026133 | |
parent | e7f426d2c9be3ebc7c373e80873996ce8857ab48 (diff) | |
download | mariadb-git-7362f115543d34b1d3f06e61be9235b30c0abc8a.tar.gz |
Require --big-test for innodb.undo_truncate_recover
-rw-r--r-- | mysql-test/suite/innodb/t/undo_truncate_recover.test | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/mysql-test/suite/innodb/t/undo_truncate_recover.test b/mysql-test/suite/innodb/t/undo_truncate_recover.test index e6f8afb7857..c28a2154f92 100644 --- a/mysql-test/suite/innodb/t/undo_truncate_recover.test +++ b/mysql-test/suite/innodb/t/undo_truncate_recover.test @@ -2,18 +2,14 @@ # WL#6965: Truncate UNDO logs. # +--source include/big_test.inc # With larger innodb_page_size, the undo log tablespaces do not grow enough. --source include/innodb_page_size_small.inc --source include/have_innodb.inc --source include/have_debug.inc --source include/have_undo_tablespaces.inc - -# Valgrind would complain about memory leaks when we crash on purpose. ---source include/not_valgrind.inc -# Embedded server does not support crashing +# Tests with embedded server do not support restarting --source include/not_embedded.inc -# Avoid CrashReporter popup on Mac ---source include/not_crashrep.inc SET GLOBAL innodb_undo_logs = 4; SET GLOBAL innodb_undo_log_truncate = 1; |