summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/sharding_jscore_passthrough.yml
diff options
context:
space:
mode:
authorKaitlin Mahar <kaitlin.mahar@mongodb.com>2017-12-12 14:45:20 -0500
committerKaitlin Mahar <kaitlin.mahar@mongodb.com>2018-01-08 17:53:36 -0500
commitc6d77332363ca7ba7913c0c3eba0527e3f367c92 (patch)
tree5cfeb81d4021c4ecfb077c10aa1a3392618bcfcf /buildscripts/resmokeconfig/suites/sharding_jscore_passthrough.yml
parent9f36a4b903401c8d2f1f7e248cf96eaa64ff99ce (diff)
downloadmongo-c6d77332363ca7ba7913c0c3eba0527e3f367c92.tar.gz
SERVER-30504 Move the logic of the dropCollection command into the new _configsvrDropCollection command
Diffstat (limited to 'buildscripts/resmokeconfig/suites/sharding_jscore_passthrough.yml')
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_jscore_passthrough.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharding_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/sharding_jscore_passthrough.yml
index f1c8035cf0f..7daabd952f2 100644
--- a/buildscripts/resmokeconfig/suites/sharding_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_jscore_passthrough.yml
@@ -49,6 +49,11 @@ selector:
# TODO: SERVER-27269: mongos can't establish cursor if view has $collStats and views another view.
- jstests/core/views/views_coll_stats.js
- jstests/core/killop_drop_collection.js # Uses fsyncLock.
+ # The following tests fail because of divergent dropCollection behavior between standalones and
+ # sharded clusters. These tests expect a second drop command to error, whereas in sharded clusters
+ # we expect a second drop to return status OK.
+ - jstests/core/drop.js
+ - jstests/core/explain_upsert.js
exclude_with_any_tags:
- assumes_against_mongod_not_mongos