summaryrefslogtreecommitdiff
path: root/jstests/aggregation
diff options
context:
space:
mode:
authorTed Tuckman <ted.tuckman@mongodb.com>2021-09-22 15:04:13 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-09-22 16:30:46 +0000
commit2e5383fbcb8f8def38d7291f44556bb25e187d7e (patch)
tree94aba740a71ee81bfcc5f452039b5d11c57ec768 /jstests/aggregation
parent2861a64889384880a2f25c93fa3e7ced80805b0d (diff)
downloadmongo-2e5383fbcb8f8def38d7291f44556bb25e187d7e.tar.gz
SERVER-60038 Ban $setWindowFields in transactions
Diffstat (limited to 'jstests/aggregation')
-rw-r--r--jstests/aggregation/sources/unionWith/unionWith_invalid_usage.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/jstests/aggregation/sources/unionWith/unionWith_invalid_usage.js b/jstests/aggregation/sources/unionWith/unionWith_invalid_usage.js
index 8877aa99740..e0264413151 100644
--- a/jstests/aggregation/sources/unionWith/unionWith_invalid_usage.js
+++ b/jstests/aggregation/sources/unionWith/unionWith_invalid_usage.js
@@ -1,5 +1,9 @@
/**
* Tests for invalid usages of $unionWith, or invalid stages within the $unionWith sub-pipeline.
+ * @tags: [
+ * # Some stages we're checking are only supported with a single read concern.
+ * assumes_read_concern_unchanged
+ * ]
*/
(function() {
"use strict";