• antirez's avatar
    EVAL replication test: less false positives. · 80e808b6
    antirez authored
    wait_for_condition is now used instead of the usual "after 1000" (that
    is the way to sleep in Tcl). This should avoid to find the replica in
    a state where it is loading the RDB in memory, returning -LOADING error.
    
    This test used to fail when running the test over valgrind, due to the
    added latencies.
    80e808b6
scripting.tcl 10.8 KB