summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCheahuychou Mao <mao.cheahuychou@gmail.com>2023-04-24 02:50:03 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-04-24 04:06:44 +0000
commitc955340427eb8fa83be565500257f90ec6f22b2b (patch)
treed9c14ca5a2b5c24f7af2cc6a99be61f63ca4d0ff
parentf91fc8e052ada4f3a108b29e3901c280b22e4619 (diff)
downloadmongo-c955340427eb8fa83be565500257f90ec6f22b2b.tar.gz
SERVER-75532 Update the TODO in analyze_shard_key.js to refer to SERVER-76445
(cherry picked from commit 86215fce209ad7af44e7b22111d366325a1847ab)
-rw-r--r--jstests/concurrency/fsm_workloads/analyze_shard_key.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/jstests/concurrency/fsm_workloads/analyze_shard_key.js b/jstests/concurrency/fsm_workloads/analyze_shard_key.js
index cf3f4665e63..8ba3d86d4b7 100644
--- a/jstests/concurrency/fsm_workloads/analyze_shard_key.js
+++ b/jstests/concurrency/fsm_workloads/analyze_shard_key.js
@@ -6,8 +6,8 @@
* 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.
+ * TODO (SERVER-76445): Re-enable analyze_shard_key.js in suites with chunk migration and/or
+ * stepdown/kill/terminate.
* @tags: [
* requires_fcv_70,
* featureFlagUpdateOneWithoutShardKey,