3876 Hemant Kumar 2012-05-18
To skip certain tests from daily valgrind run.
modified:
mysql-test/suite/engines/funcs/t/fu_aggregate_count_number.test
mysql-test/suite/engines/funcs/t/fu_aggregate_min_number.test
mysql-test/suite/engines/funcs/t/se_string_distinct.test
mysql-test/suite/engines/funcs/t/se_string_from.test
mysql-test/suite/engines/funcs/t/se_string_union.test
mysql-test/suite/engines/funcs/t/tc_partition_hash.test
mysql-test/suite/innodb/t/innodb.test
mysql-test/suite/innodb/t/innodb_buffer_pool_load.test
mysql-test/suite/opt_trace/t/filesort_pq.test
mysql-test/suite/rpl/t/rpl_gtid_lost_maintained.test
mysql-test/suite/rpl/t/rpl_gtid_parallel.test
mysql-test/suite/rpl/t/rpl_mixed_drop_create_temp_table.test
mysql-test/suite/rpl/t/rpl_row_drop_create_temp_table.test
mysql-test/suite/rpl/t/rpl_semi_sync.test
mysql-test/suite/rpl/t/rpl_stm_start_stop_slave.test
mysql-test/suite/sys_vars/t/myisam_data_pointer_size_func.test
mysql-test/t/compress.test
mysql-test/t/query_cache.test
mysql-test/t/select_all.test
mysql-test/t/select_all_bka.test
mysql-test/t/select_all_bka_nixbnl.test
mysql-test/t/select_icp_mrr.test
mysql-test/t/select_icp_mrr_bka.test
mysql-test/t/select_icp_mrr_bka_nixbnl.test
mysql-test/t/select_none.test
mysql-test/t/select_none_bka.test
mysql-test/t/select_none_bka_nixbnl.test
mysql-test/t/ssl.test
mysql-test/t/ssl_compress.test
3875 Alexander Nozdrin 2012-05-18
Follow-up for WL#4179 (Stored programs: validation of stored program statements).
Use bigger stack-size constant for Solaris SPARC 64 only.
modified:
sql/sp_head.cc
=== modified file 'mysql-test/suite/engines/funcs/t/fu_aggregate_count_number.test'
--- a/mysql-test/suite/engines/funcs/t/fu_aggregate_count_number.test 2010-03-18 06:42:07 +0000
+++ b/mysql-test/suite/engines/funcs/t/fu_aggregate_count_number.test 2012-05-18 07:32:45 +0000
@@ -1,3 +1,5 @@
+#Want to skip this test from daily Valgrind execution
+--source include/no_valgrind_without_big.inc
--disable_warnings
DROP TABLE IF EXISTS t1,t2,t3,t4;
--enable_warnings
=== modified file 'mysql-test/suite/engines/funcs/t/fu_aggregate_min_number.test'
--- a/mysql-test/suite/engines/funcs/t/fu_aggregate_min_number.test 2010-03-18 06:42:07 +0000
+++ b/mysql-test/suite/engines/funcs/t/fu_aggregate_min_number.test 2012-05-18 07:32:45 +0000
@@ -1,3 +1,5 @@
+#Want to skip this test from daily Valgrind execution
+--source include/no_valgrind_without_big.inc
--disable_warnings
DROP TABLE IF EXISTS t1,t2,t3,t4;
--enable_warnings
=== modified file 'mysql-test/suite/engines/funcs/t/se_string_distinct.test'
--- a/mysql-test/suite/engines/funcs/t/se_string_distinct.test 2010-03-18 06:42:07 +0000
+++ b/mysql-test/suite/engines/funcs/t/se_string_distinct.test 2012-05-18 07:32:45 +0000
@@ -1,3 +1,5 @@
+#Want to skip this test from daily Valgrind execution
+--source include/no_valgrind_without_big.inc
--disable_warnings
DROP TABLE IF EXISTS t1;
--enable_warnings
=== modified file 'mysql-test/suite/engines/funcs/t/se_string_from.test'
--- a/mysql-test/suite/engines/funcs/t/se_string_from.test 2010-03-18 06:42:07 +0000
+++ b/mysql-test/suite/engines/funcs/t/se_string_from.test 2012-05-18 07:32:45 +0000
@@ -1,3 +1,5 @@
+#Want to skip this test from daily Valgrind execution
+--source include/no_valgrind_without_big.inc
--disable_warnings
DROP TABLE IF EXISTS t1;
--enable_warnings
=== modified file 'mysql-test/suite/engines/funcs/t/se_string_union.test'
--- a/mysql-test/suite/engines/funcs/t/se_string_union.test 2010-03-18 06:42:07 +0000
+++ b/mysql-test/suite/engines/funcs/t/se_string_union.test 2012-05-18 07:32:45 +0000
@@ -1,3 +1,6 @@
+#Want to skip this test from daily Valgrind execution
+--source include/no_valgrind_without_big.inc
+
--disable_warnings
DROP TABLE IF EXISTS t1,t2;
--enable_warnings
=== modified file 'mysql-test/suite/engines/funcs/t/tc_partition_hash.test'
--- a/mysql-test/suite/engines/funcs/t/tc_partition_hash.test 2010-03-18 06:42:07 +0000
+++ b/mysql-test/suite/engines/funcs/t/tc_partition_hash.test 2012-05-18 07:32:45 +0000
@@ -1,3 +1,5 @@
+#Want to skip this test from daily Valgrind execution
+--source include/no_valgrind_without_big.inc
--disable_warnings
DROP TABLE IF EXISTS t1;
--enable_warnings
=== modified file 'mysql-test/suite/innodb/t/innodb.test'
--- a/mysql-test/suite/innodb/t/innodb.test 2012-03-29 11:29:00 +0000
+++ b/mysql-test/suite/innodb/t/innodb.test 2012-05-18 07:32:45 +0000
@@ -1,3 +1,5 @@
+#Want to skip this test from daily Valgrind execution
+--source include/no_valgrind_without_big.inc
--source include/not_windows_embedded.inc
# remove this when
# Bug#53947 InnoDB: Assertion failure in thread 4224 in file
=== modified file 'mysql-test/suite/innodb/t/innodb_buffer_pool_load.test'
--- a/mysql-test/suite/innodb/t/innodb_buffer_pool_load.test 2011-12-08 09:14:27 +0000
+++ b/mysql-test/suite/innodb/t/innodb_buffer_pool_load.test 2012-05-18 07:32:45 +0000
@@ -1,3 +1,5 @@
+#Want to skip this test from daily Valgrind execution
+--source include/no_valgrind_without_big.inc
#
# Test for the functionality of InnoDB Buffer Pool dump/load.
#
=== modified file 'mysql-test/suite/opt_trace/t/filesort_pq.test'
--- a/mysql-test/suite/opt_trace/t/filesort_pq.test 2011-09-19 11:29:21 +0000
+++ b/mysql-test/suite/opt_trace/t/filesort_pq.test 2012-05-18 07:32:45 +0000
@@ -1,3 +1,4 @@
-
+#Want to skip this test from daily Valgrind execution
+--source include/no_valgrind_without_big.inc
# The main testing script
--source suite/opt_trace/include/filesort_pq.inc
=== modified file 'mysql-test/suite/rpl/t/rpl_gtid_lost_maintained.test'
--- a/mysql-test/suite/rpl/t/rpl_gtid_lost_maintained.test 2012-01-25 13:43:19 +0000
+++ b/mysql-test/suite/rpl/t/rpl_gtid_lost_maintained.test 2012-05-18 07:32:45 +0000
@@ -1,3 +1,5 @@
+#Want to skip this test from daily Valgrind execution
+--source include/no_valgrind_without_big.inc
# ==== Purpose ====
#
# Test that @@GLOBAL.GTID_LOST is maintained correctly when the server
=== modified file 'mysql-test/suite/rpl/t/rpl_gtid_parallel.test'
--- a/mysql-test/suite/rpl/t/rpl_gtid_parallel.test 2012-03-23 11:48:18 +0000
+++ b/mysql-test/suite/rpl/t/rpl_gtid_parallel.test 2012-05-18 07:32:45 +0000
@@ -1,3 +1,5 @@
+#Want to skip this test from daily Valgrind execution
+--source include/no_valgrind_without_big.inc
# ==== Purpose ====
#
# Stress-test concurrent re-execution of transactions generated with
=== modified file 'mysql-test/suite/rpl/t/rpl_mixed_drop_create_temp_table.test'
--- a/mysql-test/suite/rpl/t/rpl_mixed_drop_create_temp_table.test 2012-01-11 07:29:43 +0000
+++ b/mysql-test/suite/rpl/t/rpl_mixed_drop_create_temp_table.test 2012-05-18 07:32:45 +0000
@@ -1,3 +1,5 @@
+#Want to skip this test from daily Valgrind execution
+--source include/no_valgrind_without_big.inc
###################################################################################
# This test cases evaluates the mixture of non-transactional and transcational
# tables. Specifically when drop temporary tables and create temporary tables
=== modified file 'mysql-test/suite/rpl/t/rpl_row_drop_create_temp_table.test'
--- a/mysql-test/suite/rpl/t/rpl_row_drop_create_temp_table.test 2012-01-11 07:29:43 +0000
+++ b/mysql-test/suite/rpl/t/rpl_row_drop_create_temp_table.test 2012-05-18 07:32:45 +0000
@@ -1,3 +1,5 @@
+#Want to skip this test from daily Valgrind execution
+--source include/no_valgrind_without_big.inc
###################################################################################
# This test cases evaluates the mixture of non-transactional and transcational
# tables. Specifically when drop temporary tables and create temporary tables
=== modified file 'mysql-test/suite/rpl/t/rpl_semi_sync.test'
--- a/mysql-test/suite/rpl/t/rpl_semi_sync.test 2012-03-23 20:11:19 +0000
+++ b/mysql-test/suite/rpl/t/rpl_semi_sync.test 2012-05-18 07:32:45 +0000
@@ -1,3 +1,6 @@
+#Want to skip this test from daily Valgrind execution
+--source include/no_valgrind_without_big.inc
+
source include/have_semisync_plugin.inc;
source include/not_embedded.inc;
source include/have_innodb.inc;
=== modified file 'mysql-test/suite/rpl/t/rpl_stm_start_stop_slave.test'
--- a/mysql-test/suite/rpl/t/rpl_stm_start_stop_slave.test 2012-01-27 08:04:47 +0000
+++ b/mysql-test/suite/rpl/t/rpl_stm_start_stop_slave.test 2012-05-18 07:32:45 +0000
@@ -1,3 +1,5 @@
+#Want to skip this test from daily Valgrind execution
+--source include/no_valgrind_without_big.inc
################################################################################
# Please, check ./extra/rpl_tests/rpl_start_stop_slave.test
################################################################################
=== modified file 'mysql-test/suite/sys_vars/t/myisam_data_pointer_size_func.test'
--- a/mysql-test/suite/sys_vars/t/myisam_data_pointer_size_func.test 2010-11-09 11:25:56 +0000
+++ b/mysql-test/suite/sys_vars/t/myisam_data_pointer_size_func.test 2012-05-18 07:32:45 +0000
@@ -1,3 +1,5 @@
+#Want to skip this test from daily Valgrind execution
+--source include/no_valgrind_without_big.inc
############## mysql-test\t\myisam_data_pointer_size_func.test ################
# #
# Variable Name: myisam_data_pointer_size #
=== modified file 'mysql-test/t/compress.test'
--- a/mysql-test/t/compress.test 2009-02-09 21:00:15 +0000
+++ b/mysql-test/t/compress.test 2012-05-18 07:32:45 +0000
@@ -1,3 +1,5 @@
+#Want to skip this test from daily Valgrind execution
+--source include/no_valgrind_without_big.inc
# Turn on compression between the client and server
# and run a number of tests
=== modified file 'mysql-test/t/query_cache.test'
--- a/mysql-test/t/query_cache.test 2012-02-13 15:23:37 +0000
+++ b/mysql-test/t/query_cache.test 2012-05-18 07:32:45 +0000
@@ -1,3 +1,5 @@
+#Want to skip this test from daily Valgrind execution
+--source include/no_valgrind_without_big.inc
-- source include/have_query_cache.inc
#
=== modified file 'mysql-test/t/select_all.test'
--- a/mysql-test/t/select_all.test 2010-11-30 13:55:22 +0000
+++ b/mysql-test/t/select_all.test 2012-05-18 07:32:45 +0000
@@ -1,3 +1,5 @@
+#Want to skip this test from daily Valgrind execution
+--source include/no_valgrind_without_big.inc
#
# Run select.inc with all of the so-called 6.0 features.
#
=== modified file 'mysql-test/t/select_all_bka.test'
--- a/mysql-test/t/select_all_bka.test 2011-09-07 10:21:50 +0000
+++ b/mysql-test/t/select_all_bka.test 2012-05-18 07:32:45 +0000
@@ -1,3 +1,5 @@
+#Want to skip this test from daily Valgrind execution
+--source include/no_valgrind_without_big.inc
#
# Run select_all.test with BKA enabled
#
=== modified file 'mysql-test/t/select_all_bka_nixbnl.test'
--- a/mysql-test/t/select_all_bka_nixbnl.test 2011-10-05 13:16:38 +0000
+++ b/mysql-test/t/select_all_bka_nixbnl.test 2012-05-18 07:32:45 +0000
@@ -1,3 +1,5 @@
+#Want to skip this test from daily Valgrind execution
+--source include/no_valgrind_without_big.inc
#
# Run select_all.test with BKA enabled
#
=== modified file 'mysql-test/t/select_icp_mrr.test'
--- a/mysql-test/t/select_icp_mrr.test 2010-11-30 13:55:22 +0000
+++ b/mysql-test/t/select_icp_mrr.test 2012-05-18 07:32:45 +0000
@@ -1,3 +1,5 @@
+#Want to skip this test from daily Valgrind execution
+--source include/no_valgrind_without_big.inc
#
# Run select.inc with index_condition_pushdown and MRR
#
=== modified file 'mysql-test/t/select_icp_mrr_bka.test'
--- a/mysql-test/t/select_icp_mrr_bka.test 2011-09-07 10:21:50 +0000
+++ b/mysql-test/t/select_icp_mrr_bka.test 2012-05-18 07:32:45 +0000
@@ -1,3 +1,5 @@
+#Want to skip this test from daily Valgrind execution
+--source include/no_valgrind_without_big.inc
#
# Run select_icp_mrr.test with BKA enabled
#
=== modified file 'mysql-test/t/select_icp_mrr_bka_nixbnl.test'
--- a/mysql-test/t/select_icp_mrr_bka_nixbnl.test 2011-10-05 13:16:38 +0000
+++ b/mysql-test/t/select_icp_mrr_bka_nixbnl.test 2012-05-18 07:32:45 +0000
@@ -1,3 +1,5 @@
+#Want to skip this test from daily Valgrind execution
+--source include/no_valgrind_without_big.inc
#
# Run select_icp_mrr.test with BKA enabled
#
=== modified file 'mysql-test/t/select_none.test'
--- a/mysql-test/t/select_none.test 2010-06-18 08:45:53 +0000
+++ b/mysql-test/t/select_none.test 2012-05-18 07:32:45 +0000
@@ -1,3 +1,5 @@
+#Want to skip this test from daily Valgrind execution
+--source include/no_valgrind_without_big.inc
#
# Run select.inc without any of the socalled 6.0 features.
#
=== modified file 'mysql-test/t/select_none_bka.test'
--- a/mysql-test/t/select_none_bka.test 2011-09-07 10:21:50 +0000
+++ b/mysql-test/t/select_none_bka.test 2012-05-18 07:32:45 +0000
@@ -1,3 +1,5 @@
+#Want to skip this test from daily Valgrind execution
+--source include/no_valgrind_without_big.inc
#
# Run select_none.test with BKA enabled
#
=== modified file 'mysql-test/t/select_none_bka_nixbnl.test'
--- a/mysql-test/t/select_none_bka_nixbnl.test 2011-10-05 13:16:38 +0000
+++ b/mysql-test/t/select_none_bka_nixbnl.test 2012-05-18 07:32:45 +0000
@@ -1,3 +1,5 @@
+#Want to skip this test from daily Valgrind execution
+--source include/no_valgrind_without_big.inc
#
# Run select_none.test with BKA enabled
#
=== modified file 'mysql-test/t/ssl.test'
--- a/mysql-test/t/ssl.test 2011-05-31 13:52:09 +0000
+++ b/mysql-test/t/ssl.test 2012-05-18 07:32:45 +0000
@@ -1,3 +1,5 @@
+#Want to skip this test from daily Valgrind execution
+--source include/no_valgrind_without_big.inc
# Turn on ssl between the client and server
# and run a number of tests
=== modified file 'mysql-test/t/ssl_compress.test'
--- a/mysql-test/t/ssl_compress.test 2010-04-13 15:04:45 +0000
+++ b/mysql-test/t/ssl_compress.test 2012-05-18 07:32:45 +0000
@@ -1,3 +1,5 @@
+#Want to skip this test from daily Valgrind execution
+--source include/no_valgrind_without_big.inc
# Turn on compression between the client and server
# and run a number of tests
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-trunk branch (hemant.hk.kumar:3875 to 3876) | Hemant Kumar | 18 May |