summaryrefslogtreecommitdiff
path: root/jstests/core/timeseries
diff options
context:
space:
mode:
authorHugh Tong <hugh.tong@mongodb.com>2022-07-08 22:08:54 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-07-08 23:01:14 +0000
commit39278f5435f927d818b882671656d3166de5c2e7 (patch)
tree61b7b38b2c796d2a1e970aaf378cbeffa6ef3ecb /jstests/core/timeseries
parent5405347f10033e9c776a1d8be5ed189d6695d4bd (diff)
downloadmongo-39278f5435f927d818b882671656d3166de5c2e7.tar.gz
SERVER-67923 Re-add multi-update tests to tenant migration passthrough exclusion list
Diffstat (limited to 'jstests/core/timeseries')
-rw-r--r--jstests/core/timeseries/timeseries_insert_after_update.js1
-rw-r--r--jstests/core/timeseries/timeseries_update.js1
-rw-r--r--jstests/core/timeseries/timeseries_update_concurrent.js1
-rw-r--r--jstests/core/timeseries/timeseries_update_hint.js1
4 files changed, 4 insertions, 0 deletions
diff --git a/jstests/core/timeseries/timeseries_insert_after_update.js b/jstests/core/timeseries/timeseries_insert_after_update.js
index 993cdee6e9f..6ff70d6e8b5 100644
--- a/jstests/core/timeseries/timeseries_insert_after_update.js
+++ b/jstests/core/timeseries/timeseries_insert_after_update.js
@@ -5,6 +5,7 @@
* @tags: [
* does_not_support_stepdowns,
* does_not_support_transactions,
+ * requires_multi_updates,
* ]
*/
(function() {
diff --git a/jstests/core/timeseries/timeseries_update.js b/jstests/core/timeseries/timeseries_update.js
index 00d42fdb289..d8f3e2edb5b 100644
--- a/jstests/core/timeseries/timeseries_update.js
+++ b/jstests/core/timeseries/timeseries_update.js
@@ -3,6 +3,7 @@
* @tags: [
* does_not_support_stepdowns,
* does_not_support_transactions,
+ * requires_multi_updates,
* tenant_migration_incompatible,
* ]
*/
diff --git a/jstests/core/timeseries/timeseries_update_concurrent.js b/jstests/core/timeseries/timeseries_update_concurrent.js
index 3c9c1b5efb5..847aed8c8e4 100644
--- a/jstests/core/timeseries/timeseries_update_concurrent.js
+++ b/jstests/core/timeseries/timeseries_update_concurrent.js
@@ -5,6 +5,7 @@
* assumes_unsharded_collection, # TODO SERVER-60233: Remove this tag.
* does_not_support_stepdowns,
* does_not_support_transactions,
+ * requires_multi_updates,
* # $currentOp can't run with a readConcern other than 'local'.
* assumes_read_concern_unchanged,
* # This test only synchronizes updates on the primary.
diff --git a/jstests/core/timeseries/timeseries_update_hint.js b/jstests/core/timeseries/timeseries_update_hint.js
index c907ea7ea49..ba910659a5d 100644
--- a/jstests/core/timeseries/timeseries_update_hint.js
+++ b/jstests/core/timeseries/timeseries_update_hint.js
@@ -4,6 +4,7 @@
* assumes_unsharded_collection, # TODO SERVER-60233: Remove this tag.
* does_not_support_stepdowns,
* does_not_support_transactions,
+ * requires_multi_updates,
* # $currentOp can't run with a readConcern other than 'local'.
* assumes_read_concern_unchanged,
* # This test only synchronizes updates on the primary.