summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod/all_paths_basic_index_bounds.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/noPassthroughWithMongod/all_paths_basic_index_bounds.js')
-rw-r--r--jstests/noPassthroughWithMongod/all_paths_basic_index_bounds.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/noPassthroughWithMongod/all_paths_basic_index_bounds.js b/jstests/noPassthroughWithMongod/all_paths_basic_index_bounds.js
index 8252fa5f6bf..132aebd75cc 100644
--- a/jstests/noPassthroughWithMongod/all_paths_basic_index_bounds.js
+++ b/jstests/noPassthroughWithMongod/all_paths_basic_index_bounds.js
@@ -213,5 +213,8 @@
// Disable $** indexes once the tests have either completed or failed.
assert.commandWorked(
db.adminCommand({setParameter: 1, internalQueryAllowAllPathsIndexes: false}));
+
+ // TODO: SERVER-36444 remove calls to drop() once wildcard index validation works.
+ coll.drop();
}
})();