• Nuno Carvalho's avatar
    BUG#12364404 - UNDETERMINISTIC WAIT LOOP IN WAIT_FOR_NDB_TO_BINLOG.INC · 825c74f6
    Nuno Carvalho authored
    The wait_for_ndb_to_binlog.inc include file used by the blow rpl_tests
    common for rpl and rpl_ndb suite is simply doing a "sleep 5", this is
    not deterministic and wastes lot of test time uneccessarily. The test
    should be rewritten to check if the condition it wait for has been
    reached or not.
    
    For NDB engine all events will be added by NDB injector so tests only 
    can continue after injector is ready, this test waits for proper
    injector thread state.
    825c74f6
wait_for_ndb_to_binlog.inc 761 Bytes