Bug#22086528: TEST CODE DISABLED THOUGH THE HISTORIC REASONS - BUGS - ARE FIXED

Post push fix for 5.5 and 5.6.Disabled the test code due to Bug#22587377
parent 7d19d4b2
......@@ -71,10 +71,6 @@ ON SCHEDULE AT CURRENT_TIMESTAMP + INTERVAL 1 DAY
DO INSERT INTO test.t1 VALUES (2);
source include/kill_query.inc;
include/rpl_diff.inc
ALTER EVENT e1
ON SCHEDULE AT CURRENT_TIMESTAMP + INTERVAL 2 DAY;
source include/kill_query.inc;
include/rpl_diff.inc
DROP EVENT e1;
source include/kill_query.inc;
include/rpl_diff.inc
......
......@@ -27,6 +27,7 @@
# There are some part of the test are temporarily disabled because of
# the following bugs, please enable then once they get fixed:
# - BUG#22473427
# - Bug#22587377
source include/have_debug.inc;
source include/master-slave.inc;
......@@ -163,9 +164,11 @@ send CREATE EVENT e2
DO INSERT INTO test.t1 VALUES (2);
source include/kill_query_and_diff_master_slave.inc;
send ALTER EVENT e1
ON SCHEDULE AT CURRENT_TIMESTAMP + INTERVAL 2 DAY;
source include/kill_query_and_diff_master_slave.inc;
# Temporarily disabled,see Bug#22587377-RPL.RPL_KILLED_DDL
# FAILS SPORADICALLY ON PB2 IN 5.5 AND 5.6
#send ALTER EVENT e1
# ON SCHEDULE AT CURRENT_TIMESTAMP + INTERVAL 2 DAY;
#source include/kill_query_and_diff_master_slave.inc;
send DROP EVENT e1;
source include/kill_query_and_diff_master_slave.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