summaryrefslogtreecommitdiff
path: root/jstests/sharding/startup_with_all_configs_down.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/startup_with_all_configs_down.js')
-rw-r--r--jstests/sharding/startup_with_all_configs_down.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/jstests/sharding/startup_with_all_configs_down.js b/jstests/sharding/startup_with_all_configs_down.js
index f2eb4d67fd5..a2b47674777 100644
--- a/jstests/sharding/startup_with_all_configs_down.js
+++ b/jstests/sharding/startup_with_all_configs_down.js
@@ -56,7 +56,8 @@
st.restartConfigServer(i);
}
- // TODO: SERVER-23192 - restart mongos because it has deemend the CSRS config server set as unusable
+ // TODO: SERVER-23192 - restart mongos because it has deemend the CSRS config server set as
+ // unusable
st.restartMongos(0);
jsTestLog("Queries against the original mongos should work again");