summaryrefslogtreecommitdiff
path: root/jstests/concurrency/fsm_workloads/analyze_shard_key.js
diff options
context:
space:
mode:
authorCheahuychou Mao <mao.cheahuychou@gmail.com>2023-03-31 14:16:49 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-03-31 16:28:25 +0000
commit871a51612c395541f73129b94733d7a395070fca (patch)
treebca296161baf19b91858fa53879c38c6cfe6ad64 /jstests/concurrency/fsm_workloads/analyze_shard_key.js
parent7c2bb70cd9229988e54fbc53e9f1386e82a7eea0 (diff)
downloadmongo-871a51612c395541f73129b94733d7a395070fca.tar.gz
SERVER-75533 Temporarily disable analyze_shard_key.js in suites with chunk migrations and/or stepdown/kill/terminate
Diffstat (limited to 'jstests/concurrency/fsm_workloads/analyze_shard_key.js')
-rw-r--r--jstests/concurrency/fsm_workloads/analyze_shard_key.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/jstests/concurrency/fsm_workloads/analyze_shard_key.js b/jstests/concurrency/fsm_workloads/analyze_shard_key.js
index d1ab53aa2ca..40f53e0d297 100644
--- a/jstests/concurrency/fsm_workloads/analyze_shard_key.js
+++ b/jstests/concurrency/fsm_workloads/analyze_shard_key.js
@@ -5,13 +5,18 @@
*
* This workload implicitly assumes that its tid range is [0, $config.threadCount). This isn't
* guaranteed to be true when it is run in parallel with other workloads.
+ *
+ * TODO (SERVER-75532): Investigate the high variability of the runtime of analyze_shard_key.js in
+ * suites with chunk migration and/or stepdown/kill/terminate.
* @tags: [
* requires_fcv_70,
* featureFlagAnalyzeShardKey,
* featureFlagUpdateOneWithoutShardKey,
* uses_transactions,
* resource_intensive,
- * incompatible_with_concurrency_simultaneous
+ * incompatible_with_concurrency_simultaneous,
+ * does_not_support_stepdowns,
+ * assumes_balancer_off
* ]
*/
load("jstests/concurrency/fsm_libs/extend_workload.js");