mirror of https://gitee.com/bigwinds/arangodb
start the correct test
This commit is contained in:
parent
44eae59dc0
commit
6fc8b43fe2
|
@ -60,7 +60,7 @@ function resilience (options) {
|
||||||
// //////////////////////////////////////////////////////////////////////////////
|
// //////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
function clientResilience (options) {
|
function clientResilience (options) {
|
||||||
let testCases = tu.scanTestPaths(testPaths.cluster_sync);
|
let testCases = tu.scanTestPaths(testPaths.client_resilience);
|
||||||
options.cluster = true;
|
options.cluster = true;
|
||||||
if (options.coordinators < 2) {
|
if (options.coordinators < 2) {
|
||||||
options.coordinators = 2;
|
options.coordinators = 2;
|
||||||
|
|
Loading…
Reference in New Issue