diff options
author | Sven Sandberg <sven@mysql.com> | 2008-07-23 13:23:52 +0200 |
---|---|---|
committer | Sven Sandberg <sven@mysql.com> | 2008-07-23 13:23:52 +0200 |
commit | ef47cbd41599115856010e6f5f117c53581d4136 (patch) | |
tree | caba3b5ef920ee49efc146c30aa3923cac0d48d2 /.bzrignore | |
parent | 47f6bc83827a38260345e0536f4ee47ecddb93dd (diff) | |
download | mariadb-git-ef47cbd41599115856010e6f5f117c53581d4136.tar.gz |
BUG#37717: rpl.rpl_stm_until 'stmt' fails sporadically on pushbuild
Problem: After START SLAVE, the Slave_IO_Status column of
SHOW SLAVE STATUS goes from No to Yes asynchronously. That
caused sporadic failures on pushbuild in rpl_stm_until since
the test contains SHOW SLAVE STATUS right after START SLAVE.
Fix: Wait until Slave_IO_Status becomes Yes after each
START SLAVE.
mysql-test/include/wait_for_slave_io_to_start.inc:
Macro that waits until the Slave_IO_Running field of
SHOW SLAVE STATUS becomes Yes.
mysql-test/suite/rpl/r/rpl_stm_until.result:
updated result file
mysql-test/suite/rpl/t/rpl_stm_until.test:
- Added wait_for_slave_io_to_start after each start slave.
- Removed unused initialization of test variable $VERSION
- Added comments.
Diffstat (limited to '.bzrignore')
0 files changed, 0 insertions, 0 deletions