summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorDavid Storch <david.storch@mongodb.com>2020-01-17 18:37:41 +0000
committerevergreen <evergreen@mongodb.com>2020-01-17 18:37:41 +0000
commit7c4a10c606dba1b1c91d72ad6c3d8f1e89b33d31 (patch)
tree7f60f22479fc0e26d6eeeb27913eabf52a1d9677 /jstests
parent94abc587f94207241e01b1f1fc675385f1847944 (diff)
downloadmongo-7c4a10c606dba1b1c91d72ad6c3d8f1e89b33d31.tar.gz
SERVER-45636 Tag out_drop_temp_collection.js as requiring replication and sharding.
Diffstat (limited to 'jstests')
-rw-r--r--jstests/noPassthrough/out_drop_temp_collection.js10
1 files changed, 8 insertions, 2 deletions
diff --git a/jstests/noPassthrough/out_drop_temp_collection.js b/jstests/noPassthrough/out_drop_temp_collection.js
index 6e43f62f474..6234f437b00 100644
--- a/jstests/noPassthrough/out_drop_temp_collection.js
+++ b/jstests/noPassthrough/out_drop_temp_collection.js
@@ -1,8 +1,14 @@
/**
* Test that the temp collection created by $out is not dropped even if the database containing it
* is dropped during the operation.
- * @tags: [assumes_unsharded_collection, do_not_wrap_aggregations_in_facets,
- * assumes_read_concern_unchanged]
+ *
+ * @tags: [
+ * assumes_unsharded_collection,
+ * do_not_wrap_aggregations_in_facets,
+ * assumes_read_concern_unchanged,
+ * requires_replication,
+ * requires_sharding,
+ * ]
*/
(function() {