summaryrefslogtreecommitdiff
path: root/jstests/core/explain_shell_helpers.js
diff options
context:
space:
mode:
authorRandolph Tan <randolph@10gen.com>2017-03-23 13:56:21 -0400
committerRandolph Tan <randolph@10gen.com>2017-03-23 13:56:21 -0400
commitfb956b3b0a48c9b8376575c6adb971a4e0593292 (patch)
treeb4cbaad47c1bf1630baa6005e655947e9ec7835f /jstests/core/explain_shell_helpers.js
parentd65a41a35dd9caaae77ae2808d7954c757d035ad (diff)
downloadmongo-fb956b3b0a48c9b8376575c6adb971a4e0593292.tar.gz
Revert "SERVER-26315 Override DBCollection.prototype.drop to re-shard collections that are dropped"
This reverts commit 56e66454d14e16689331672734ecde7644a41c78. Conflicts: buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml
Diffstat (limited to 'jstests/core/explain_shell_helpers.js')
-rw-r--r--jstests/core/explain_shell_helpers.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/jstests/core/explain_shell_helpers.js b/jstests/core/explain_shell_helpers.js
index cfeb9451567..b5f50437304 100644
--- a/jstests/core/explain_shell_helpers.js
+++ b/jstests/core/explain_shell_helpers.js
@@ -1,7 +1,3 @@
-// Cannot implicitly shard accessed collections because the explain output from a mongod when run
-// against a sharded collection is wrapped in a "shards" object with keys for each shard.
-// @tags: [assumes_unsharded_collection]
-
// Tests for the .explain() shell helper, which provides syntactic sugar for the explain command.
var t = db.jstests_explain_helpers;