summaryrefslogtreecommitdiff
path: root/jstests/core/timeseries
diff options
context:
space:
mode:
authormathisbessamdb <mathis.bessa@mongodb.com>2022-10-17 14:07:05 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-10-17 15:41:14 +0000
commitf9b0ffa6d8f6b7ceb8262256ef9b1840a10674f3 (patch)
treeca005e7948935526a780a961d59bda9a381d593b /jstests/core/timeseries
parenta9cd6dc27dee06221c3ac0e3eaf62ddf1f3410aa (diff)
downloadmongo-f9b0ffa6d8f6b7ceb8262256ef9b1840a10674f3.tar.gz
SERVER-70252 Tag additional plan cache related tests as 'tenant_migration_incompatible'
Diffstat (limited to 'jstests/core/timeseries')
-rw-r--r--jstests/core/timeseries/bucket_unpacking_with_sort_plan_cache.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/core/timeseries/bucket_unpacking_with_sort_plan_cache.js b/jstests/core/timeseries/bucket_unpacking_with_sort_plan_cache.js
index 49a645cb412..b42711b72f7 100644
--- a/jstests/core/timeseries/bucket_unpacking_with_sort_plan_cache.js
+++ b/jstests/core/timeseries/bucket_unpacking_with_sort_plan_cache.js
@@ -16,6 +16,8 @@
* requires_profiling,
* # We need a timeseries collection.
* requires_timeseries,
+ * # Plan cache state is node-local and will not get migrated alongside tenant data.
+ * tenant_migration_incompatible,
* ]
*/
(function() {