mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
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
This commit is contained in:
parent
f3f6514f4f
commit
6465b661e9
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue