]> git.saurik.com Git - redis.git/commit - tests/integration/replication.tcl
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>
Thu, 26 Apr 2012 09:25:13 +0000 (11:25 +0200)
commit28ccb53008eed402999d85aa0ac66714b9f5bd03
treee122132a946a1f9b5836a97aa45d27accbb232dd
parent57356b80cddd203086e932a09a8916a925cb8cf6
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