Skip to content

Commit

Permalink
Disabling rpl_heartbeat_timestamp in valgrind and parallel mode
Browse files Browse the repository at this point in the history
Summary:
This is a time dependent testcase so it doesn't work well with
these options

Squash with: D5006919

Reviewed By: lth

Differential Revision: D5131105

fbshipit-source-id: d39c930
  • Loading branch information
abhinav04sharma authored and facebook-github-bot committed May 25, 2017
1 parent eb9a3db commit 5803e4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mysql-test/suite/rpl/t/rpl_heartbeat_timestamp.test
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
# slave_2 is between 0 and heartbeat period. We then kill the master and
# check if the lag on slave_2 keeps increasing.

source include/not_valgrind.inc;
source include/not_parallel.inc;

let $rpl_server_count= 3;
let $rpl_topology= 1->2->3;
source include/rpl_init.inc;
Expand Down

0 comments on commit 5803e4f

Please sign in to comment.