jstests/sharding/check_metadata_consistency_snapshot.js assumes that the same config server primary remains consistent throughout its execution, which breaks in the config stepdown suite. This causes the test to fail its assertion when it cannot locate logs on other config nodes.
Â
To resolve this, the test should either be excluded from the config stepdown suite or updated to work correctly in stepdown scenarios.
- related to
-
SERVER-126296 Fix slowms in check_metadata_consistency_snapshot.js
-
- Closed
-