The setIndexBuildCommitQuorum cmd uses the Helper::upsert function to write to the config.system.indexBuilds collection. Helper::upsert() eventually hits a call to NamespaceString::isLegalClientSystemNS(), whereupon it fails attempts to write to the collection because we have not whitelisted it.
Update NamespaceString::isLegalClientSystemN() to allow writes to the config.system.indexBuilds collection.
- is related to
-
SERVER-40093 Make commit_quorum.js use try-finally blocks to always unset the fail point before shutting down the test servers
- Closed