From 9fc1ecd711851cccee04fe14caf88db0c6523090 Mon Sep 17 00:00:00 2001 From: Eddie Louie Date: Thu, 23 Mar 2017 14:07:50 -0400 Subject: SERVER-26315 Override DBCollection.prototype.drop to re-shard collections that are dropped This reverts commit fb956b3b0a48c9b8376575c6adb971a4e0593292. --- jstests/core/explain_missing_collection.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'jstests/core/explain_missing_collection.js') diff --git a/jstests/core/explain_missing_collection.js b/jstests/core/explain_missing_collection.js index 0d1eae844f8..458b15c6a80 100644 --- a/jstests/core/explain_missing_collection.js +++ b/jstests/core/explain_missing_collection.js @@ -1,3 +1,7 @@ +// Cannot implicitly shard accessed collections because of unsupported group operator on sharded +// collection. +// @tags: [assumes_unsharded_collection] + // Test explain of various operations against a non-existent collection (function() { var missingColl = db.explain_null_collection; -- cgit v1.2.1