4496 Sneha Modi 2012-10-17
Modifying the tests to use the --big-test option.
modified:
mysql-test/suite/innodb/t/innodb-wl5522.test
mysql-test/suite/innodb/t/innodb_bug14704286.test
mysql-test/suite/innodb/t/innodb_mysql.test
mysql-test/suite/rpl/t/rpl_check_gtid.test
mysql-test/suite/rpl/t/rpl_gtid_lost_maintained.test
mysql-test/suite/rpl/t/rpl_semi_sync.test
mysql-test/t/multi_update2.test
4495 sayantan.dutta@stripped 2012-10-17
Adding Parts as Default suite in MTR
modified:
mysql-test/mysql-test-run.pl
=== modified file 'mysql-test/suite/innodb/t/innodb-wl5522.test'
--- a/mysql-test/suite/innodb/t/innodb-wl5522.test 2012-06-19 21:21:46 +0000
+++ b/mysql-test/suite/innodb/t/innodb-wl5522.test 2012-10-17 12:58:42 +0000
@@ -1,5 +1,7 @@
# Not supported in embedded
--source include/not_embedded.inc
+# Adding big test option for this test.
+--source include/big_test.inc
-- source include/have_innodb.inc
=== modified file 'mysql-test/suite/innodb/t/innodb_bug14704286.test'
--- a/mysql-test/suite/innodb/t/innodb_bug14704286.test 2012-10-17 09:00:32 +0000
+++ b/mysql-test/suite/innodb/t/innodb_bug14704286.test 2012-10-17 12:58:42 +0000
@@ -1,4 +1,6 @@
--source include/have_innodb.inc
+# Adding big test option for this test.
+--source include/big_test.inc
#
# create test-bed to run test
=== modified file 'mysql-test/suite/innodb/t/innodb_mysql.test'
--- a/mysql-test/suite/innodb/t/innodb_mysql.test 2012-06-07 09:57:30 +0000
+++ b/mysql-test/suite/innodb/t/innodb_mysql.test 2012-10-17 12:58:42 +0000
@@ -7,6 +7,8 @@
#Want to skip this test from daily Valgrind execution.
--source include/no_valgrind_without_big.inc
+# Adding big test option for this test.
+--source include/big_test.inc
-- source include/have_innodb.inc
let $engine_type= InnoDB;
=== modified file 'mysql-test/suite/rpl/t/rpl_check_gtid.test'
--- a/mysql-test/suite/rpl/t/rpl_check_gtid.test 2012-05-04 08:06:56 +0000
+++ b/mysql-test/suite/rpl/t/rpl_check_gtid.test 2012-10-17 12:58:42 +0000
@@ -1,5 +1,8 @@
#Want to skip this test from daily Valgrind execution
--source include/no_valgrind_without_big.inc
+# Adding big test option for this test.
+--source include/big_test.inc
+
################################################################################
# This test case checks if a set of properites related to the GTIDs hold
# after rotating the binary/relay logs and after crashes. The properties
=== modified file 'mysql-test/suite/rpl/t/rpl_gtid_lost_maintained.test'
--- a/mysql-test/suite/rpl/t/rpl_gtid_lost_maintained.test 2012-05-18 07:32:45 +0000
+++ b/mysql-test/suite/rpl/t/rpl_gtid_lost_maintained.test 2012-10-17 12:58:42 +0000
@@ -1,5 +1,8 @@
#Want to skip this test from daily Valgrind execution
--source include/no_valgrind_without_big.inc
+# Adding big test option for this test.
+--source include/big_test.inc
+
# ==== Purpose ====
#
# Test that @@GLOBAL.GTID_LOST is maintained correctly when the server
=== modified file 'mysql-test/suite/rpl/t/rpl_semi_sync.test'
--- a/mysql-test/suite/rpl/t/rpl_semi_sync.test 2012-10-03 11:12:54 +0000
+++ b/mysql-test/suite/rpl/t/rpl_semi_sync.test 2012-10-17 12:58:42 +0000
@@ -1,5 +1,7 @@
#Want to skip this test from daily Valgrind execution
--source include/no_valgrind_without_big.inc
+# Adding big test option for this test.
+--source include/big_test.inc
source include/have_semisync_plugin.inc;
source include/not_embedded.inc;
=== modified file 'mysql-test/t/multi_update2.test'
--- a/mysql-test/t/multi_update2.test 2009-06-08 22:18:31 +0000
+++ b/mysql-test/t/multi_update2.test 2012-10-17 12:58:42 +0000
@@ -9,6 +9,7 @@
# the resource consumption (storage space needed, runtime) will be extreme.
# Therefore we require that the option "--big-test" is also set.
#
+--source include/big_test.inc
let $need_big= 0;
--disable_query_log
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-5.6 branch (sneha.modi:4495 to 4496) | Sneha Modi | 18 Oct |