From 0d6635822094a424f19e753aa24a8424d449dd6a Mon Sep 17 00:00:00 2001 From: Monty Date: Mon, 2 Sep 2019 17:18:04 +0300 Subject: [PATCH] Disabled test in 32bit that uses too much memory or cpu --- mysql-test/suite/binlog/t/flashback-largebinlog.test | 2 ++ mysql-test/suite/innodb_fts/t/fulltext_table_evict.test | 1 + mysql-test/suite/innodb_gis/t/update_root.test | 2 ++ mysql-test/t/ssl-big.test | 1 + 4 files changed, 6 insertions(+) diff --git a/mysql-test/suite/binlog/t/flashback-largebinlog.test b/mysql-test/suite/binlog/t/flashback-largebinlog.test index 7ee89f43580c3..fb2703dfac5e5 100644 --- a/mysql-test/suite/binlog/t/flashback-largebinlog.test +++ b/mysql-test/suite/binlog/t/flashback-largebinlog.test @@ -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. diff --git a/mysql-test/suite/innodb_fts/t/fulltext_table_evict.test b/mysql-test/suite/innodb_fts/t/fulltext_table_evict.test index 2e7aa655aa196..eaf50856c5590 100644 --- a/mysql-test/suite/innodb_fts/t/fulltext_table_evict.test +++ b/mysql-test/suite/innodb_fts/t/fulltext_table_evict.test @@ -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 ] diff --git a/mysql-test/suite/innodb_gis/t/update_root.test b/mysql-test/suite/innodb_gis/t/update_root.test index 395fc715f316f..c6d3ba60650f0 100644 --- a/mysql-test/suite/innodb_gis/t/update_root.test +++ b/mysql-test/suite/innodb_gis/t/update_root.test @@ -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; diff --git a/mysql-test/t/ssl-big.test b/mysql-test/t/ssl-big.test index 59825a148a437..367cbcba2d7ae 100644 --- a/mysql-test/t/ssl-big.test +++ b/mysql-test/t/ssl-big.test @@ -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