Disabled test in 32bit that uses too much memory or cpu
This commit is contained in:
parent
9cba6c5aa3
commit
0d66358220
@ -15,6 +15,8 @@
|
|||||||
|
|
||||||
# This is a big test.
|
# This is a big test.
|
||||||
--source include/big_test.inc
|
--source include/big_test.inc
|
||||||
|
# Test needs more than 4G of memory
|
||||||
|
--source include/have_64bit.inc
|
||||||
|
|
||||||
--echo #
|
--echo #
|
||||||
--echo # Preparatory cleanup.
|
--echo # Preparatory cleanup.
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
--source include/have_innodb.inc
|
--source include/have_innodb.inc
|
||||||
--source include/have_debug.inc
|
--source include/have_debug.inc
|
||||||
--source include/big_test.inc
|
--source include/big_test.inc
|
||||||
|
--source include/have_64bit.inc
|
||||||
|
|
||||||
--echo #
|
--echo #
|
||||||
--echo # Bug Bug #27304661 MYSQL CRASH DOING SYNC INDEX ]
|
--echo # Bug Bug #27304661 MYSQL CRASH DOING SYNC INDEX ]
|
||||||
|
@ -8,6 +8,8 @@
|
|||||||
--source include/have_debug.inc
|
--source include/have_debug.inc
|
||||||
--source include/big_test.inc
|
--source include/big_test.inc
|
||||||
--source include/not_valgrind.inc
|
--source include/not_valgrind.inc
|
||||||
|
--source include/have_64bit.inc
|
||||||
|
|
||||||
# Create table with R-tree index.
|
# Create table with R-tree index.
|
||||||
create table t1 (c1 int, c2 geometry not null, spatial index (c2))engine=innodb;
|
create table t1 (c1 int, c2 geometry not null, spatial index (c2))engine=innodb;
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
-- source include/have_ssl_communication.inc
|
-- source include/have_ssl_communication.inc
|
||||||
-- source include/big_test.inc
|
-- source include/big_test.inc
|
||||||
|
-- source include/have_64bit.inc
|
||||||
|
|
||||||
# Save the initial number of concurrent sessions
|
# Save the initial number of concurrent sessions
|
||||||
--source include/count_sessions.inc
|
--source include/count_sessions.inc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user