Skip to content
  • Deepthi ES's avatar
    00985f49
    Bug#27301317 : RPL.RPL_MULTI_SOURCE_CORRUPT_REPOSITORY FAILS WITH RESULT CONTENT MISMATCH · 00985f49
    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.
    00985f49
    Bug#27301317 : RPL.RPL_MULTI_SOURCE_CORRUPT_REPOSITORY FAILS WITH RESULT CONTENT MISMATCH
    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.
Loading