Skip to content

Commit

Permalink
Disabled test in 32bit that uses too much memory or cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
montywi committed Sep 2, 2019
1 parent 9cba6c5 commit 0d66358
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mysql-test/suite/binlog/t/flashback-largebinlog.test
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions mysql-test/suite/innodb_fts/t/fulltext_table_evict.test
Original file line number Diff line number Diff line change
@@ -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 ]
Expand Down
2 changes: 2 additions & 0 deletions mysql-test/suite/innodb_gis/t/update_root.test
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
1 change: 1 addition & 0 deletions mysql-test/t/ssl-big.test
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d66358

Please sign in to comment.