diff options
author | Alice Sherepa <alice.sherepa@gmail.com> | 2021-10-27 17:50:12 +0200 |
---|---|---|
committer | Alice Sherepa <alice.sherepa@gmail.com> | 2021-10-28 11:15:54 +0200 |
commit | 4e5cf34819f80b5184cce371d2ec95f83e597ef8 (patch) | |
tree | 60017c23ce69d72ffd2af1b77b27916779055688 | |
parent | ff3274dd7ce8b4ad7322422650b69f45b8307e62 (diff) | |
download | mariadb-git-4e5cf34819f80b5184cce371d2ec95f83e597ef8.tar.gz |
rpl_get_master_version_and_clock and rpl_row_big_table_id tests are slow, so let's not run them under valgrind
-rw-r--r-- | mysql-test/suite/rpl/t/rpl_get_master_version_and_clock.test | 1 | ||||
-rw-r--r-- | mysql-test/suite/rpl/t/rpl_row_big_table_id.test | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/suite/rpl/t/rpl_get_master_version_and_clock.test b/mysql-test/suite/rpl/t/rpl_get_master_version_and_clock.test index a61c06a92e5..0e37ac631ec 100644 --- a/mysql-test/suite/rpl/t/rpl_get_master_version_and_clock.test +++ b/mysql-test/suite/rpl/t/rpl_get_master_version_and_clock.test @@ -8,6 +8,7 @@ # Finish the following tests by calling its common test script: # extra/rpl_tests/rpl_get_master_version_and_clock.test. +source include/not_valgrind.inc; source include/have_debug.inc; source include/have_debug_sync.inc; source include/master-slave.inc; diff --git a/mysql-test/suite/rpl/t/rpl_row_big_table_id.test b/mysql-test/suite/rpl/t/rpl_row_big_table_id.test index abf22cc876e..d898e894bc6 100644 --- a/mysql-test/suite/rpl/t/rpl_row_big_table_id.test +++ b/mysql-test/suite/rpl/t/rpl_row_big_table_id.test @@ -7,6 +7,7 @@ # Verify row-based events applying when table map id value is about and greater # than 1 << 32. ################################################################## +--source include/not_valgrind.inc --source include/word_size.inc --source include/have_debug.inc --source include/have_binlog_format_row.inc |