summaryrefslogtreecommitdiff
path: root/jstests/concurrency
diff options
context:
space:
mode:
authorPierlauro Sciarelli <pierlauro.sciarelli@mongodb.com>2021-05-12 08:36:46 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-05-12 14:20:06 +0000
commit25e6860edfde67a512a52ed02ef3c22ac8d54980 (patch)
tree225f22810a16105ddea63043374ad5c54b0f70bf /jstests/concurrency
parentc3e0b6674703a2204e3dfd0a2388e4d00e3219b5 (diff)
downloadmongo-25e6860edfde67a512a52ed02ef3c22ac8d54980.tar.gz
SERVER-56838 investigate timeout of sharded rename FSM with transactions
Diffstat (limited to 'jstests/concurrency')
-rw-r--r--jstests/concurrency/fsm_workloads/rename_sharded_collection.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/concurrency/fsm_workloads/rename_sharded_collection.js b/jstests/concurrency/fsm_workloads/rename_sharded_collection.js
index e6c9cec4ac6..1deec51a8ef 100644
--- a/jstests/concurrency/fsm_workloads/rename_sharded_collection.js
+++ b/jstests/concurrency/fsm_workloads/rename_sharded_collection.js
@@ -14,7 +14,7 @@
* requires_sharding,
* # TODO (SERVER-56879): Support add/remove shards in new DDL paths
* does_not_support_add_remove_shards,
- * # TODO (SERVER-56838): investigate timeout of this FSM with transactions
+ * # This test just performs rename operations that can't be executed in transactions
* does_not_support_transactions,
* # Can be removed once PM-1965-Milestone-1 is completed.
* featureFlagShardingFullDDLSupport