summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierlauro Sciarelli <pierlauro.sciarelli@mongodb.com>2023-05-16 07:20:53 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-05-16 08:41:38 +0000
commit31572586adb8aac04d930ca56887ca742bd2c048 (patch)
tree2b42ba574a02b56abdf26afb5b1868ff2086792b
parent2b216afb7b2d20b78795b913bc2365cb7bb0a50b (diff)
downloadmongo-31572586adb8aac04d930ca56887ca742bd2c048.tar.gz
SERVER-75065 Complete TODO listed in SERVER-61557
-rw-r--r--jstests/sharding/clustered_top_chunk_split.js8
1 files changed, 1 insertions, 7 deletions
diff --git a/jstests/sharding/clustered_top_chunk_split.js b/jstests/sharding/clustered_top_chunk_split.js
index 301fd1fa516..116cde729ec 100644
--- a/jstests/sharding/clustered_top_chunk_split.js
+++ b/jstests/sharding/clustered_top_chunk_split.js
@@ -4,13 +4,7 @@
* where extreme chunk is defined as the chunk containing either the upper or lower bound of the
* entire shard key space.
*
- * This test mimics the existing clustered_top_chunk_split.js but on a clustered collection.
- *
- * TODO SERVER-61557: evaluate usefulness of this test.
- *
- * @tags: [
- * requires_fcv_53,
- * ]
+ * This test mimics the existing top_chunk_split.js but on a clustered collection.
*/
(function() {
'use strict';