summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod/all_paths_covered_queries.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/noPassthroughWithMongod/all_paths_covered_queries.js')
-rw-r--r--jstests/noPassthroughWithMongod/all_paths_covered_queries.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/jstests/noPassthroughWithMongod/all_paths_covered_queries.js b/jstests/noPassthroughWithMongod/all_paths_covered_queries.js
index 1855ab33fdb..8f179eda556 100644
--- a/jstests/noPassthroughWithMongod/all_paths_covered_queries.js
+++ b/jstests/noPassthroughWithMongod/all_paths_covered_queries.js
@@ -90,5 +90,8 @@
} finally {
// Disable $** indexes once the tests have either completed or failed.
db.adminCommand({setParameter: 1, internalQueryAllowAllPathsIndexes: false});
+
+ // TODO: SERVER-36444 remove calls to drop() once wildcard index validation works.
+ coll.drop();
}
-})(); \ No newline at end of file
+})();