run_check_metadata_consistency.js ignores errors that come from network errors when run in the background in suites with failovers, but now uses the DiscoverTopology helper which can also create new connections, which can fail in a slightly different way due to network errors. These new network errors should also be ignored.
- is related to
-
SERVER-94979 Make CheckMetadataConsistency hook don't rely on the discovery topology helpers
- Open