diff options
author | Matthew Russotto <matthew.russotto@mongodb.com> | 2022-11-04 14:16:39 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-12-01 17:52:07 +0000 |
commit | 3d765f7bb7ba62ea8631cff3ee977e854cbfa7ec (patch) | |
tree | 2a8e0b359bb47416c4a900160ff18e293bf97915 /etc | |
parent | 91e38b0d70a70ad770393c8565d75c5f561de7a7 (diff) | |
download | mongo-3d765f7bb7ba62ea8631cff3ee977e854cbfa7ec.tar.gz |
SERVER-71094 Increase log level for 'Voted yes in election' to (debug) 1
(cherry picked from commit 8ec9c42faaa3a5f85230ff20f9827d0f6c4d8ff5)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/backports_required_for_multiversion_tests.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/backports_required_for_multiversion_tests.yml b/etc/backports_required_for_multiversion_tests.yml index b87e30395c0..c6b3b849aa9 100644 --- a/etc/backports_required_for_multiversion_tests.yml +++ b/etc/backports_required_for_multiversion_tests.yml @@ -228,6 +228,8 @@ last-continuous: ticket: SERVER-68361 - test_file: jstests/sharding/all_collection_stats.js ticket: SERVER-71477 + - test_file: src/mongo/db/modules/enterprise/jstests/fcbis/fcbis_election_during_storage_change.js + ticket: SERVER-69861 suites: null last-lts: all: @@ -533,4 +535,6 @@ last-lts: ticket: SERVER-68361 - test_file: jstests/sharding/all_collection_stats.js ticket: SERVER-71477 + - test_file: src/mongo/db/modules/enterprise/jstests/fcbis/fcbis_election_during_storage_change.js + ticket: SERVER-69861 suites: null |