• Alfranio Correia's avatar
    BUG#50397 rpl.rpl_heartbeat_basic fails in mysql-trunk-merge · 12318ab2
    Alfranio Correia authored
    Resetting the master before stopping the slave was generating the message
    "[ERROR] Slave I/O: Got fatal error 1236 from master when reading data from
    binary log: 'could not find next log', Error_code: 1236". In consequence,
    the test case was failing because the message had not been suppressed.
    
    To circumvent the failure, we rewrote the test stopping the slave before
    resetting the master. We prefer this alternative rather than suppressing
    the message.
    12318ab2
rpl_heartbeat_basic.test 20.8 KB