mirror of
https://github.com/fluencelabs/redis
synced 2025-03-31 14:51:04 +00:00
Cluster test: use larger keyspace in resharding test.
This commit is contained in:
parent
54f1c682e6
commit
10088d5087
@ -33,7 +33,7 @@ proc process_is_running {pid} {
|
|||||||
# - At the end of the test, we wait for the resharding process to stop.
|
# - 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.
|
# - Finally the keys are checked to see if they contain the value they should.
|
||||||
|
|
||||||
set numkeys 10000
|
set numkeys 50000
|
||||||
set numops 200000
|
set numops 200000
|
||||||
set cluster [redis_cluster 127.0.0.1:[get_instance_attrib redis 0 port]]
|
set cluster [redis_cluster 127.0.0.1:[get_instance_attrib redis 0 port]]
|
||||||
catch {unset content}
|
catch {unset content}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user