Skip to content

Commit 7362f11

Browse files
committed
Require --big-test for innodb.undo_truncate_recover
1 parent e7f426d commit 7362f11

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

mysql-test/suite/innodb/t/undo_truncate_recover.test

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,14 @@
22
# WL#6965: Truncate UNDO logs.
33
#
44

5+
--source include/big_test.inc
56
# With larger innodb_page_size, the undo log tablespaces do not grow enough.
67
--source include/innodb_page_size_small.inc
78
--source include/have_innodb.inc
89
--source include/have_debug.inc
910
--source include/have_undo_tablespaces.inc
10-
11-
# Valgrind would complain about memory leaks when we crash on purpose.
12-
--source include/not_valgrind.inc
13-
# Embedded server does not support crashing
11+
# Tests with embedded server do not support restarting
1412
--source include/not_embedded.inc
15-
# Avoid CrashReporter popup on Mac
16-
--source include/not_crashrep.inc
1713

1814
SET GLOBAL innodb_undo_logs = 4;
1915
SET GLOBAL innodb_undo_log_truncate = 1;

0 commit comments

Comments
 (0)