mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of https://github.com/arangodb/arangodb into data-modification
This commit is contained in:
commit
95defabf05
|
@ -1619,8 +1619,8 @@ testFuncs.arangob = function (options) {
|
||||||
for (i = 0; i < benchTodo.length; i++) {
|
for (i = 0; i < benchTodo.length; i++) {
|
||||||
// On the cluster we do not yet have working transaction functionality:
|
// On the cluster we do not yet have working transaction functionality:
|
||||||
if (! options.cluster ||
|
if (! options.cluster ||
|
||||||
(benchTodo[i].indexOf("counttrx") === -1 &&
|
(benchTodo[i].test !== "counttrx" &&
|
||||||
benchTodo[i].indexOf("multitrx") === -1)) {
|
benchTodo[i].test !== "multitrx")) {
|
||||||
|
|
||||||
if (!continueTesting) {
|
if (!continueTesting) {
|
||||||
print("Skipping " + benchTodo[i] + ", server is gone.");
|
print("Skipping " + benchTodo[i] + ", server is gone.");
|
||||||
|
|
Loading…
Reference in New Issue