]> git.saurik.com Git - redis.git/commit
Redis test: More reliable BRPOPLPUSH replication test.
authorantirez <antirez@gmail.com>
Thu, 26 Apr 2012 09:25:13 +0000 (11:25 +0200)
committerantirez <antirez@gmail.com>
Fri, 27 Apr 2012 09:47:15 +0000 (11:47 +0200)
commitb1ee7da75a4191bf1785f598c158b191104fdc38
tree876afd1a80e1415f251bcf5271aa61915087c860
parentd7bad544dc28d024a070d2163f473e420d31fd65
Redis test: More reliable BRPOPLPUSH replication test.

Now it uses the new wait_for_condition testing primitive.
Also wait_for_condition implementation was fixed in this commit to properly
escape the expr command and its argument.
tests/integration/replication.tcl
tests/support/test.tcl