• Luis Soares's avatar
    BUG#44270: Post-push fix · 0fdebc8c
    Luis Soares authored
    The test case added failed sporadically on PB. This is due to the
    fact that the user thread in some cases is waiting for slave IO
    to stop and then check the error number. Thence, sometimes the
    user thread would race for the error number with IO thread.
    
    This post push fix addresses this by replacing the wait for slave
    io to stop with a wait for slave io error (as it seems it was
    added in 6.0 also after patch on which this is based was
    pushed). This implied backporting wait_for_slave_io_error.inc
    from 6.0 also.
    0fdebc8c
rpl_reset_slave.test 3 KB