Commit 6465b661 authored by unknown's avatar unknown
Browse files

BUG#19158 Fixing rpl_row_log_innodb test for pushbuild.


mysql-test/extra/rpl_tests/rpl_log.test:
  Sleep to avoid race condition on pushbuild test machine
parent f3f6514f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -77,6 +77,11 @@ connection slave;
# to go into the relay log (the master always sends a fake one when replication
# starts). 
start slave;
#
# This is timing out in pushbuild and should be changed to use
# wait_slave_status.inc
#
sleep 2;
sync_with_master;
flush logs;
stop slave;