Disabled test in 32bit that uses too much memory or cpu

This commit is contained in:
Monty 2019-09-02 17:18:04 +03:00
parent 9cba6c5aa3
commit 0d66358220
4 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,8 @@
# This is a big test.
--source include/big_test.inc
# Test needs more than 4G of memory
--source include/have_64bit.inc
--echo #
--echo # Preparatory cleanup.

View File

@ -1,6 +1,7 @@
--source include/have_innodb.inc
--source include/have_debug.inc
--source include/big_test.inc
--source include/have_64bit.inc
--echo #
--echo # Bug Bug #27304661 MYSQL CRASH DOING SYNC INDEX ]

View File

@ -8,6 +8,8 @@
--source include/have_debug.inc
--source include/big_test.inc
--source include/not_valgrind.inc
--source include/have_64bit.inc
# Create table with R-tree index.
create table t1 (c1 int, c2 geometry not null, spatial index (c2))engine=innodb;

View File

@ -3,6 +3,7 @@
-- source include/have_ssl_communication.inc
-- source include/big_test.inc
-- source include/have_64bit.inc
# Save the initial number of concurrent sessions
--source include/count_sessions.inc