File tree 1 file changed +3
-3
lines changed
labs/lab4-shardedstore/tst/dslabs/shardkv
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ public void test02JoinLeave() throws InterruptedException {
79
79
80
80
runState .start (runSettings );
81
81
82
- joinGroup (1 , 3 );
82
+ joinGroup (1 , numServersPerGroup );
83
83
84
84
Client client = runState .addClient (client (1 ));
85
85
Map <String , String > kv = new HashMap <>();
@@ -131,7 +131,7 @@ public void test03ShardsMoveOnJoin() throws InterruptedException {
131
131
132
132
runState .start (runSettings );
133
133
134
- joinGroup (1 , 3 );
134
+ joinGroup (1 , numServersPerGroup );
135
135
136
136
Client client = runState .addClient (client (1 ));
137
137
Map <String , String > kv = new HashMap <>();
@@ -182,7 +182,7 @@ public void test04ShardsMoveOnMove() throws InterruptedException {
182
182
183
183
runState .start (runSettings );
184
184
185
- joinGroup (1 , 3 );
185
+ joinGroup (1 , numServersPerGroup );
186
186
187
187
Client client = runState .addClient (client (1 ));
188
188
Map <String , String > kv = new HashMap <>();
You can’t perform that action at this time.
0 commit comments