• unknown's avatar
    MDEV-532: Fix some race conditions in test cases. · 80425bb6
    unknown authored
    With MDEV-532, the binlog_checkpoint event is logged asynchronously
    from a binlog background thread. This causes some sporadic failures
    in some test cases whose output depends on order of events in
    binlog.
    
    Fix using an include file that waits until the binlog checkpoint
    event has been logged before proceeding with the test case.
    80425bb6
multisource.test 5.31 KB