From fb956b3b0a48c9b8376575c6adb971a4e0593292 Mon Sep 17 00:00:00 2001 From: Randolph Tan Date: Thu, 23 Mar 2017 13:56:21 -0400 Subject: 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 --- jstests/aggregation/sources/geonear/collation_geonear.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'jstests/aggregation/sources/geonear') diff --git a/jstests/aggregation/sources/geonear/collation_geonear.js b/jstests/aggregation/sources/geonear/collation_geonear.js index 076e0a8bea8..38a20d847b7 100644 --- a/jstests/aggregation/sources/geonear/collation_geonear.js +++ b/jstests/aggregation/sources/geonear/collation_geonear.js @@ -1,6 +1,3 @@ -// Cannot implicitly shard accessed collections because of collection existing when none expected. -// @tags: [assumes_no_implicit_collection_creation_after_drop] - // Test that the $geoNear stage's query predicate respects the collation. (function() { "use strict"; -- cgit v1.2.1