1
0
Fork 0

start the correct test

This commit is contained in:
jsteemann 2018-08-28 01:01:02 +02:00
parent 44eae59dc0
commit 6fc8b43fe2
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ function resilience (options) {
// //////////////////////////////////////////////////////////////////////////////
function clientResilience (options) {
let testCases = tu.scanTestPaths(testPaths.cluster_sync);
let testCases = tu.scanTestPaths(testPaths.client_resilience);
options.cluster = true;
if (options.coordinators < 2) {
options.coordinators = 2;