• Elena Stepanova's avatar
    MDEV-11668 rpl.rpl_heartbeat_basic fails sporadically in buildbot · b70cd26d
    Elena Stepanova authored
    On a slow builder, a delay between binlog events on master could
    occur, which would cause a heartbeat which is not expected by the
    test. The solution is to monitor the timing of binlog events
    on the master and only perform the heartbeat check if no critical
    delays have happened.
    
    Additionally, an unused variable was removed (this change is
    unrelated to the bugfix).
    b70cd26d
rpl_heartbeat_basic.test 23.4 KB