summaryrefslogtreecommitdiff
path: root/jstests/core/min_max_key.js
diff options
context:
space:
mode:
authorMisha Ivkov <misha.ivkov@10gen.com>2019-07-31 18:00:15 -0400
committerMisha Ivkov <misha.ivkov@10gen.com>2019-08-05 14:46:32 -0400
commitb1285a2acb60cbf7c268cb5499fbf5d674d490b2 (patch)
tree7ae8730bb758d378afcfe1f0eba3ad9bb6d3966f /jstests/core/min_max_key.js
parente3603e4ef4fec9d82fb4daf992b21925392603f6 (diff)
downloadmongo-b1285a2acb60cbf7c268cb5499fbf5d674d490b2.tar.gz
SERVER-35921 Make IXSCAN use the proper MinKey/MaxKey bounds on LT and GT
Diffstat (limited to 'jstests/core/min_max_key.js')
-rw-r--r--jstests/core/min_max_key.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/jstests/core/min_max_key.js b/jstests/core/min_max_key.js
index e14a7ba4fda..5314e8d3436 100644
--- a/jstests/core/min_max_key.js
+++ b/jstests/core/min_max_key.js
@@ -89,9 +89,6 @@ testQueriesWithMinOrMaxKey();
testTypeBracketedQueries();
assert.commandWorked(coll.createIndex({a: 1}));
-// TODO: SERVER-35921 The results of the queries above should not change based on the
-// presence of an index
-assert.commandWorked(coll.dropIndexes());
testQueriesWithMinOrMaxKey();
testTypeBracketedQueries();