diff options
author | antirez <antirez@gmail.com> | 2014-07-21 16:29:49 +0200 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2014-07-21 16:29:49 +0200 |
commit | 10088d5087e46342f836e0d16f3eaae134f666b9 (patch) | |
tree | fc9fd964c997c8bf893c9aeca67bffe043b81772 /tests/cluster | |
parent | 54f1c682e6fdeefc4cc711258d2f7ab66e59d46c (diff) | |
download | redis-10088d5087e46342f836e0d16f3eaae134f666b9.tar.gz |
Cluster test: use larger keyspace in resharding test.
Diffstat (limited to 'tests/cluster')
-rw-r--r-- | tests/cluster/tests/04-resharding.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cluster/tests/04-resharding.tcl b/tests/cluster/tests/04-resharding.tcl index 3264f179d..376061db3 100644 --- a/tests/cluster/tests/04-resharding.tcl +++ b/tests/cluster/tests/04-resharding.tcl @@ -33,7 +33,7 @@ proc process_is_running {pid} { # - At the end of the test, we wait for the resharding process to stop. # - Finally the keys are checked to see if they contain the value they should. -set numkeys 10000 +set numkeys 50000 set numops 200000 set cluster [redis_cluster 127.0.0.1:[get_instance_attrib redis 0 port]] catch {unset content} |