]> git.saurik.com Git - redis.git/commit - tests/test_helper.tcl
Redis test ports selection made more robust. This prevents the test from hanging...
authorantirez <antirez@gmail.com>
Tue, 4 Oct 2011 08:05:21 +0000 (10:05 +0200)
committerantirez <antirez@gmail.com>
Tue, 4 Oct 2011 08:05:21 +0000 (10:05 +0200)
commit24bfb570ee7f9f10eccdf034f5c772b84b876f5f
treeddf50def644c9a7bf0f958da95ccfbdcd0af5375
parent0bb5160cb08ad8f16ce241e55a1ed6c3042bf2aa
Redis test ports selection made more robust. This prevents the test from hanging if an already bound port is selected but the TCP server listening to it does not cause a protocol error with a Redis client PING. Also base port moved away from the range near to the Redis Cluster gossip ports.
tests/support/server.tcl
tests/test_helper.tcl