summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorGregory Wlodarek <gregory.wlodarek@mongodb.com>2022-06-24 19:04:16 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-06-24 23:54:33 +0000
commit2ab49c9f9f1b4dee41e0b84d115b0bd95d13f695 (patch)
tree677074fdb552d0b2a0772b2647d157421235883e /jstests
parent09fa08f0d1b4e525b02463aad8d0fc7acc200ff7 (diff)
downloadmongo-2ab49c9f9f1b4dee41e0b84d115b0bd95d13f695.tar.gz
SERVER-67526 Tag timeseries_min_max.js and timeseries_collation.js with tenant_migration_incompatible
Diffstat (limited to 'jstests')
-rw-r--r--jstests/core/timeseries/timeseries_collation.js4
-rw-r--r--jstests/core/timeseries/timeseries_min_max.js4
2 files changed, 8 insertions, 0 deletions
diff --git a/jstests/core/timeseries/timeseries_collation.js b/jstests/core/timeseries/timeseries_collation.js
index 1b591b0b345..9c6b2e4f310 100644
--- a/jstests/core/timeseries/timeseries_collation.js
+++ b/jstests/core/timeseries/timeseries_collation.js
@@ -2,7 +2,11 @@
* Tests that time-series collections respect collations for metadata and min/max.
*
* @tags: [
+ * # This test depends on certain writes ending up in the same bucket. Stepdowns may result in
+ * # writes splitting between two primaries, and thus different buckets.
* does_not_support_stepdowns,
+ * # Same goes for tenant migrations.
+ * tenant_migration_incompatible,
* does_not_support_transactions,
* ]
*/
diff --git a/jstests/core/timeseries/timeseries_min_max.js b/jstests/core/timeseries/timeseries_min_max.js
index 71887d4f00b..683b9cbc772 100644
--- a/jstests/core/timeseries/timeseries_min_max.js
+++ b/jstests/core/timeseries/timeseries_min_max.js
@@ -3,7 +3,11 @@
* maximum values inserted into the bucket.
*
* @tags: [
+ * # This test depends on certain writes ending up in the same bucket. Stepdowns may result in
+ * # writes splitting between two primaries, and thus different buckets.
* does_not_support_stepdowns,
+ * # Same goes for tenant migrations.
+ * tenant_migration_incompatible,
* does_not_support_transactions,
* ]
*/