diff options
author | Kyle Suarez <kyle.suarez@mongodb.com> | 2016-12-14 09:49:24 -0500 |
---|---|---|
committer | Kyle Suarez <kyle.suarez@mongodb.com> | 2016-12-15 16:17:42 -0500 |
commit | 703678d473121b6402df10c21060241096ee2722 (patch) | |
tree | 1ed1c913bb64f1f851a276668b95abb74672e32c /jstests/libs/parallelTester.js | |
parent | 731601727c3ae1267ce31076bd3a5cfb5ef1cb36 (diff) | |
download | mongo-703678d473121b6402df10c21060241096ee2722.tar.gz |
SERVER-25286 rewrite drop2.js to not depend on count scan yield behavior
Diffstat (limited to 'jstests/libs/parallelTester.js')
-rw-r--r-- | jstests/libs/parallelTester.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/libs/parallelTester.js b/jstests/libs/parallelTester.js index d4d8f96d7b4..ae29218b546 100644 --- a/jstests/libs/parallelTester.js +++ b/jstests/libs/parallelTester.js @@ -164,7 +164,6 @@ if (typeof _threadInject != "undefined") { "killop.js", "run_program1.js", "notablescan.js", - "drop2.js", "dropdb_race.js", "bench_test1.js", "padding.js", @@ -194,6 +193,7 @@ 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. They should not // be run in parallel with tests that perform fsyncLock. User operations skip writing to |