summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrico Golfieri <enrico.golfieri@mongodb.com>2022-09-06 14:23:59 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-09-08 10:17:07 +0000
commitca0b75fbe224779a843620a5d4e7b079e57d7898 (patch)
tree566eb176eb0b2710c6ed1097fbdfa4fd74ac4c83
parentafbc967e8c189782cf9198ac22a87b71d8299d71 (diff)
downloadmongo-ca0b75fbe224779a843620a5d4e7b079e57d7898.tar.gz
SERVER-69398 filler_collection should be dropped in explain_missing_collection.js
-rw-r--r--jstests/core/explain_missing_collection.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/core/explain_missing_collection.js b/jstests/core/explain_missing_collection.js
index d4c2dd0145e..7d2a2aea041 100644
--- a/jstests/core/explain_missing_collection.js
+++ b/jstests/core/explain_missing_collection.js
@@ -5,6 +5,7 @@
* ]
*/
(function() {
+db.filler_collection.drop();
assert.commandWorked(db.createCollection("filler_collection"));
var missingColl = db.explain_null_collection;