summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew Paroski <drew.paroski@mongodb.com>2022-09-08 21:42:06 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-09-09 14:28:10 +0000
commita676da427656bebe4aa755319dd74e8930f837e8 (patch)
tree56d7989cbb105fb4004f467b8914caa1db167ce3
parent0f496dfbfb76cf797833058c5b81d6910557896a (diff)
downloadmongo-a676da427656bebe4aa755319dd74e8930f837e8.tar.gz
SERVER-69547 Add multiversion_incompatible tag to show_raw_update_description*.js
-rw-r--r--jstests/change_streams/show_raw_update_description.js4
-rw-r--r--jstests/change_streams/show_raw_update_description_v1_oplog.js4
2 files changed, 8 insertions, 0 deletions
diff --git a/jstests/change_streams/show_raw_update_description.js b/jstests/change_streams/show_raw_update_description.js
index 41bc2de9b39..4224fcd0b19 100644
--- a/jstests/change_streams/show_raw_update_description.js
+++ b/jstests/change_streams/show_raw_update_description.js
@@ -3,6 +3,10 @@
* events with the 'rawUpdateDescription' field instead of the 'updateDescription' field, and tests
* that the 'showRawUpdateDescription' option has no effect on replacements or other types of
* events.
+ *
+ * @tags: [
+ * multiversion_incompatible,
+ * ]
*/
(function() {
"use strict";
diff --git a/jstests/change_streams/show_raw_update_description_v1_oplog.js b/jstests/change_streams/show_raw_update_description_v1_oplog.js
index f3421015c70..8929f3f1aff 100644
--- a/jstests/change_streams/show_raw_update_description_v1_oplog.js
+++ b/jstests/change_streams/show_raw_update_description_v1_oplog.js
@@ -3,6 +3,10 @@
* events with the 'rawUpdateDescription' field instead of the 'updateDescription' field, and tests
* that the 'showRawUpdateDescription' option has no effect on replacements or other types of
* events.
+ *
+ * @tags: [
+ * multiversion_incompatible,
+ * ]
*/
(function() {
"use strict";