0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
This commit is contained in:
Gregory Wlodarek 2019-06-10 19:06:59 -04:00
parent e09c045111
commit 387e1ba58a
2 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@ load("jstests/libs/parallelTester.js");
data: {shouldCheckForInterrupt: true},
}));
});
};
}
var threads = [];
@ -49,7 +49,7 @@ load("jstests/libs/parallelTester.js");
thread.start();
threads.push(thread);
}
};
}
function updateSetParameters(params) {
var cmd = Object.assign({"setParameter": 1}, params);

View File

@ -43,7 +43,7 @@ load("jstests/libs/parallelTester.js");
data: {shouldCheckForInterrupt: true},
}));
});
};
}
var threads = [];
function launchFinds({times, readPref, shouldFail}) {
@ -63,7 +63,7 @@ load("jstests/libs/parallelTester.js");
thread.start();
threads.push(thread);
}
};
}
var currentCheckNum = 0;
function hasConnPoolStats(args) {