Skip to content

Commit 602c8e6

Browse files
committed
Added big-tets flag to tests that take close to a minute or more
1 parent d7fec82 commit 602c8e6

19 files changed

+19
-34
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#Want to skip this test from daily Valgrind execution
2-
--source include/no_valgrind_without_big.inc
1+
-- source include/big_test.inc
32
# Test for Bug #30423, InnoDBs treatment of NULL in index stats causes
43
# bad "rows examined" estimates.
54
# Implemented InnoDB system variable "innodb_stats_method" with

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
#Want to skip this test from daily Valgrind execution
2-
--source include/no_valgrind_without_big.inc
3-
1+
-- source include/big_test.inc
42
-- source include/have_innodb.inc
53

64
create table bug53290 (x bigint) engine=innodb;

mysql-test/suite/innodb_zip/t/16k.test

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
#Want to skip this test from daily Valgrind execution
2-
--source include/no_valgrind_without_big.inc
31
# Tests for setting innodb-page-size=16k; default value
4-
2+
-- source include/big_test.inc
53
--source include/have_innodb.inc
64
--source include/have_innodb_16k.inc
75
SET default_storage_engine=InnoDB;

mysql-test/suite/innodb_zip/t/innochecksum_2.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
--source include/have_innodb.inc
55

66
--source include/not_embedded.inc
7-
--source include/no_valgrind_without_big.inc
7+
-- source include/big_test.inc
88

99
--disable_query_log
1010
# This warning occurs due to small buffer pool size(i.e. 8MB). It doesn't occur

mysql-test/suite/innodb_zip/t/wl6347_comp_indx_stat.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
-- source include/have_innodb.inc
1313
-- source include/not_embedded.inc
1414
-- source include/have_innodb_16k.inc
15-
-- source include/no_valgrind_without_big.inc
15+
-- source include/big_test.inc
1616

1717
-- vertical_results
1818

mysql-test/suite/innodb_zip/t/wl6560.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
--source include/have_innodb.inc
66
# Embedded server does not restart of server
77
--source include/not_embedded.inc
8-
--source include/no_valgrind_without_big.inc
8+
-- source include/big_test.inc
99

1010
--disable_query_log
1111
call mtr.add_suppression("Tablespace innodb_temporary ran out of space. Please add another file or use 'autoextend' for the last file in setting innodb_temp_data_file_path.");

mysql-test/suite/rpl/t/rpl_gtid_mode.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
# ==== References ====
4848
#
4949
# Added in WL#3584 - Global Transaction Identifiers
50-
--source include/no_valgrind_without_big.inc
50+
-- source include/big_test.inc
5151
--source include/not_windows.inc
5252
--source include/not_gtid_enabled.inc
5353
--disable_warnings

mysql-test/suite/rpl/t/rpl_heartbeat_basic.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# * Various states of master and heartbeat
1010
# * Circular replication
1111
#
12-
--source include/no_valgrind_without_big.inc
12+
-- source include/big_test.inc
1313
--source include/master-slave.inc
1414
#
1515
# The test runs long and does not have any specifics to

mysql-test/suite/rpl/t/rpl_mixed_drop_create_temp_table.test

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#Want to skip this test from daily Valgrind execution
2-
--source include/no_valgrind_without_big.inc
1+
-- source include/big_test.inc
32
###################################################################################
43
# This test cases evaluates the mixture of non-transactional and transcational
54
# tables. Specifically when drop temporary tables and create temporary tables

mysql-test/t/ctype_cp932_binlog_stm.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
-- source include/have_binlog_format_mixed_or_statement.inc
55
-- source extra/binlog_tests/ctype_cp932_binlog.test
6-
-- source include/no_valgrind_without_big.inc
6+
-- source include/big_test.inc
77

88

99
call mtr.add_suppression('Error in Log_event::read_log_event()');

mysql-test/t/ctype_euckr.test

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
-- source include/have_euckr.inc
2-
-- source include/no_valgrind_without_big.inc
3-
2+
-- source include/big_test.inc
43

54
#
65
# Tests with the euckr character set

mysql-test/t/ctype_sjis.test

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
-- source include/have_sjis.inc
2-
-- source include/no_valgrind_without_big.inc
3-
2+
-- source include/big_test.inc
43

54
#
65
# Tests with the sjis character set

mysql-test/t/ctype_ujis.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
-- source include/have_ujis.inc
3-
--source include/no_valgrind_without_big.inc
3+
-- source include/big_test.inc
44

55
#
66
# Tests with the ujis character set

mysql-test/t/greedy_optimizer.test

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
#be ported to run with InnoDB,
33
#but needs to be kept for tests that would need MyISAM in future.
44
--source include/force_myisam_default.inc
5-
--source include/no_valgrind_without_big.inc
6-
5+
-- source include/big_test.inc
76
#
87
# A simple test of the greedy query optimization algorithm and the switches that
98
# control the optimizationprocess.

mysql-test/t/innodb_explain_json_non_select_all.test

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
#Want to skip this test from daily Valgrind execution
2-
--source include/no_valgrind_without_big.inc
3-
1+
-- source include/big_test.inc
42
#
53
# Run explain_non_select.inc on InnoDB with all of the so-called 6.0 features.
64
#

mysql-test/t/innodb_explain_json_non_select_none.test

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#Want to skip this test from daily Valgrind execution
2-
--source include/no_valgrind_without_big.inc
1+
-- source include/big_test.inc
32
#
43
# Run explain_non_select.inc on InnoDB without any of the socalled 6.0 features.
54
#

mysql-test/t/innodb_explain_non_select_all.test

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
#Want to skip this test from daily Valgrind execution
2-
--source include/no_valgrind_without_big.inc
3-
1+
-- source include/big_test.inc
42
#
53
# Run explain_non_select.inc on InnoDB with all of the so-called 6.0 features.
64
#

mysql-test/t/innodb_explain_non_select_none.test

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#Want to skip this test from daily Valgrind execution
2-
--source include/no_valgrind_without_big.inc
1+
-- source include/big_test.inc
32
#
43
# Run explain_non_select.inc on InnoDB without any of the socalled 6.0 features.
54
#

mysql-test/t/ssl_connect.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-- source include/have_ssl_communication.inc
2-
2+
-- source include/big_test.inc
33
# Repeat connect/disconnect
44

55
let $i=100;

0 commit comments

Comments
 (0)