Regression test for the main problem causing issue #141. Minor changes/fixes/additions to the test suite itself needed to write the test.

This commit is contained in:
antirez
2012-01-06 17:28:40 +01:00
parent d4945b253b
commit 2c2b6159d3
4 changed files with 85 additions and 2 deletions

View File

@@ -113,7 +113,7 @@ proc reconnect {args} {
}
# re-set $srv in the servers list
set ::servers [lreplace $::servers end+$level 1 $srv]
lset ::servers end+$level $srv
}
proc redis_deferring_client {args} {