-
Deepthi ES authored
Problem: Test expects the 'Slave_SQL_Running_State' and 'Slave_IO_Running_State' to be 'Slave has read all relay log; waiting for more updates' and 'Waiting for master to send event'. But, test fails with Result content mismatch when slave has still not caught up with master. Fix: Included 'wait_for_slave_param.inc' to wait until 'Slave_SQL_Running_State' and 'Slave_IO_Running_State' is 'Slave has read all relay log; waiting for more updates' and 'Waiting for master to send event' respectively. i.e.,wait until slave has synced with master.
Deepthi ES authoredProblem: Test expects the 'Slave_SQL_Running_State' and 'Slave_IO_Running_State' to be 'Slave has read all relay log; waiting for more updates' and 'Waiting for master to send event'. But, test fails with Result content mismatch when slave has still not caught up with master. Fix: Included 'wait_for_slave_param.inc' to wait until 'Slave_SQL_Running_State' and 'Slave_IO_Running_State' is 'Slave has read all relay log; waiting for more updates' and 'Waiting for master to send event' respectively. i.e.,wait until slave has synced with master.
Loading