summaryrefslogtreecommitdiff
path: root/jstests/libs
diff options
context:
space:
mode:
authorMathias Stearn <redbeard0531@gmail.com>2017-01-18 14:24:26 -0500
committerMathias Stearn <redbeard0531@gmail.com>2017-01-18 14:24:26 -0500
commit1b45a872f86bcb230c3e70e00bb05622d538a793 (patch)
tree02a3ddd93abe8506e9293e1e45bbcc73b8085ad7 /jstests/libs
parent3c2c8f709d7043d22d1161fce807c40e4d624742 (diff)
downloadmongo-1b45a872f86bcb230c3e70e00bb05622d538a793.tar.gz
Revert "SERVER-25286 rewrite drop2.js to not depend on count scan yield behavior"
This reverts commit 3c2c8f709d7043d22d1161fce807c40e4d624742.
Diffstat (limited to 'jstests/libs')
-rw-r--r--jstests/libs/parallelTester.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/libs/parallelTester.js b/jstests/libs/parallelTester.js
index ed55078934b..0126bfad9c3 100644
--- a/jstests/libs/parallelTester.js
+++ b/jstests/libs/parallelTester.js
@@ -139,6 +139,7 @@ if (typeof _threadInject != "undefined") {
"killop.js",
"run_program1.js",
"notablescan.js",
+ "drop2.js",
"dropdb_race.js",
"fsync2.js", // May be placed in serialTestsArr once SERVER-4243 is fixed.
"bench_test1.js",
@@ -169,7 +170,6 @@ if (typeof _threadInject != "undefined") {
// These tests use fsyncLock.
parallelFilesDir + "/fsync.js",
parallelFilesDir + "/currentop.js",
- parallelFilesDir + "/killop_drop_collection.js",
// These tests expect the profiler to be on or off at specific points
// during the test run.