mirror of
https://github.com/fluencelabs/redis
synced 2025-03-17 08:00:49 +00:00
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.