mirror of https://gitee.com/bigwinds/arangodb
Switch on Supervision in quickietest. (#10008)
This is nowadays needed to enable cluster health checks in testing.js.
This commit is contained in:
parent
2e91f4fe67
commit
43fa37e359
|
@ -6,7 +6,7 @@ trap "rm -rf ${JSLINTOUT}" EXIT
|
|||
JSLINTPID="$!"
|
||||
|
||||
scripts/unittest shell_server --test tests/js/common/shell/shell-quickie.js "$@"
|
||||
scripts/unittest shell_server --test tests/js/common/shell/shell-quickie.js --cluster true --agencySupervision false "$@"
|
||||
scripts/unittest shell_server --test tests/js/common/shell/shell-quickie.js --cluster true --agencySupervision true "$@"
|
||||
scripts/unittest shell_client --test tests/js/common/shell/shell-quickie.js "$@"
|
||||
scripts/unittest shell_client --test tests/js/common/shell/shell-quickie.js --cluster true --agencySize 1 "$@"
|
||||
|
||||
|
|
Loading…
Reference in New Issue