Commit 4e5cf348 authored by Alice Sherepa's avatar Alice Sherepa

rpl_get_master_version_and_clock and rpl_row_big_table_id tests are slow, so...

rpl_get_master_version_and_clock and rpl_row_big_table_id tests are slow, so let's not run them under valgrind
parent ff3274dd
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
# Finish the following tests by calling its common test script: # Finish the following tests by calling its common test script:
# extra/rpl_tests/rpl_get_master_version_and_clock.test. # extra/rpl_tests/rpl_get_master_version_and_clock.test.
source include/not_valgrind.inc;
source include/have_debug.inc; source include/have_debug.inc;
source include/have_debug_sync.inc; source include/have_debug_sync.inc;
source include/master-slave.inc; source include/master-slave.inc;
......
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
# Verify row-based events applying when table map id value is about and greater # Verify row-based events applying when table map id value is about and greater
# than 1 << 32. # than 1 << 32.
################################################################## ##################################################################
--source include/not_valgrind.inc
--source include/word_size.inc --source include/word_size.inc
--source include/have_debug.inc --source include/have_debug.inc
--source include/have_binlog_format_row.inc --source include/have_binlog_format_row.inc
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment