mariadb/mysql-test/suite
Sven Sandberg ef47cbd415 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.
2008-07-23 13:23:52 +02:00
..
binlog BUG#37975: wait_for_slave_* should increase the timeout 2008-07-10 18:09:39 +02:00
bugs Bug#36443 Server crashes when executing insert when insert trigger on table 2008-06-19 21:47:59 +03:00
federated Merge 5.1->5.1-rpl 2008-05-30 11:12:07 +02:00
funcs_1 Upmerge 5.0 -> 5.1 2008-07-01 14:21:50 +02:00
funcs_2 As result of WL#4204 all charset tests are now disabled. 2008-03-03 15:58:56 +01:00
im Move instance manager tests to it's own suite 2007-08-29 19:02:33 +02:00
jp Fix for 2008-05-15 18:01:13 +02:00
large_tests
manual manual merge for bug_29136, bug#29309. 2007-10-13 23:12:50 +03:00
ndb Merge 5.1->5.1-rpl 2008-05-30 11:12:07 +02:00
ndb_team Merge pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-rpl 2008-02-28 12:21:44 +01:00
parts Fix paths 2008-06-18 17:49:32 +02:00
rpl BUG#37717: rpl.rpl_stm_until 'stmt' fails sporadically on pushbuild 2008-07-23 13:23:52 +02:00
rpl_ndb BUG#37975: wait_for_slave_* should increase the timeout 2008-07-14 16:06:03 +02:00
stress Merge trift2.:/MySQL/M51/mysql-5.1 2008-02-22 16:14:27 +01:00