summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod/all_paths_cached_plans.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/noPassthroughWithMongod/all_paths_cached_plans.js')
-rw-r--r--jstests/noPassthroughWithMongod/all_paths_cached_plans.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/noPassthroughWithMongod/all_paths_cached_plans.js b/jstests/noPassthroughWithMongod/all_paths_cached_plans.js
index bd54cba889f..8ac69da4ddb 100644
--- a/jstests/noPassthroughWithMongod/all_paths_cached_plans.js
+++ b/jstests/noPassthroughWithMongod/all_paths_cached_plans.js
@@ -133,4 +133,7 @@
assert.neq(queryIndexedExplain.queryPlanner.queryHash,
queryUnindexedExplain.queryPlanner.queryHash);
})();
+
+ // TODO: SERVER-36444 remove calls to drop() once wildcard index validation works.
+ coll.drop();
})();