diff options
author | Matthew Russotto <matthew.russotto@mongodb.com> | 2020-12-17 15:44:29 -0500 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-02-03 22:07:55 +0000 |
commit | 7b9b44aa12252dea6ae92dc2aaaf60f98f1873cf (patch) | |
tree | 269c919da495555d95ef9c244cef5e80a4838d76 /buildscripts | |
parent | e091024c39c3bbb0226e5628bf1ca7254e0b8a96 (diff) | |
download | mongo-7b9b44aa12252dea6ae92dc2aaaf60f98f1873cf.tar.gz |
SERVER-52985 Renumber TODO, formerly SERVER-47813
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/resmokelib/testing/fixtures/replicaset.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/resmokelib/testing/fixtures/replicaset.py b/buildscripts/resmokelib/testing/fixtures/replicaset.py index 01ca76e889d..4ae5d810772 100644 --- a/buildscripts/resmokelib/testing/fixtures/replicaset.py +++ b/buildscripts/resmokelib/testing/fixtures/replicaset.py @@ -125,7 +125,7 @@ class ReplicaSetFixture(interface.ReplFixture): # pylint: disable=too-many-inst for i in range(self.num_nodes): steady_state_constraint_param = "oplogApplicationEnforcesSteadyStateConstraints" - # TODO (SERVER-47813): Set steady state constraint parameters on last-lts nodes. + # TODO (SERVER-52985): Set steady state constraint parameters on last-lts nodes. if (steady_state_constraint_param not in self.nodes[i].mongod_options["set_parameters"] and self.mixed_bin_versions is not None and self.mixed_bin_versions[i] == "new"): |