These tests call st.configRS.awaitLastOpCommitted, which call replSetGetStatus directly against the config server. This command can fail because of config stepdowns, failing the tests.
backport to v3.4 and v3.2 needed: SERVER-23915, which adds the st.configRS.awaitLastOpCommitted statements to fix a test bug, is backported to v3.4 and v3.2.
- related to
-
SERVER-29174 Make direct writes against the config primary from a JS test throw in the continuous stepdown suite
- Closed