summaryrefslogtreecommitdiff
path: root/jstests/sharding/startup_with_all_configs_down.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-33830 Fix failing tests when shards are started as replica setsCheahuychou Mao2019-10-021-14/+5
|
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with ↵James Wahlin2019-08-141-1/+1
| | | | assert.commandWorked()
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-85/+82
|
* SERVER-33444 Fix tests that fail when shard servers started as replica setsjannaerin2018-03-271-1/+1
|
* SERVER-32052 Update ShardingTest to default to starting shard servers as ↵jannaerin2018-03-091-3/+4
| | | | replica sets
* SERVER-25640 terminate running processes in jstestsKevin Albertson2018-02-081-0/+1
|
* SERVER-30511 call checkUUIDsConsistentAcrossCluster() before shutting down a ↵Esha Maharishi2017-09-251-0/+5
| | | | ShardingTest
* SERVER-26197 remove print statements from assert.soon() in ↵Esha Maharishi2016-10-051-11/+16
| | | | startup_with_all_configs_down.js
* SERVER-23192 periodically reload ShardRegistry from the catalogMisha Tyulenev2016-08-011-5/+2
|
* SERVER-24126 fix shared library compileEsha Maharishi2016-06-131-4/+5
|
* Revert "SERVER-24126 Add step to _cfgsvrAddShard command where it inserts ↵Esha Maharishi2016-06-101-5/+4
| | | | | | the shardIdentity document to the new shard" This reverts commit 1e26998e7fda52c226385fae4069ebbc384c294a.
* SERVER-24126 Add step to _cfgsvrAddShard command where it inserts the ↵Esha Maharishi2016-06-101-4/+5
| | | | shardIdentity document to the new shard
* SERVER-24058 make connpool asio use setup timeoutsJason Carey2016-05-061-1/+3
| | | | | We were ignoring passed setup timeouts, which caused connection acquisition to hang forever in connect if the other side didn't accept or refuse a connection.
* SERVER-23192 startup_with_all_configs_down.js should restart the shardsKaloian Manassiev2016-04-261-5/+14
| | | | | | While the config server is down, the shards' replica set monitor might stop monitoring the config server and deem it permanently failed, therefore to make the test robust, the mongod must be restarted.
* SERVER-23067 Final round of JS linting and formattingMike Grundy2016-03-181-1/+2
|
* SERVER-22997 Unify wait for migrate critical section and metadata refreshKaloian Manassiev2016-03-161-4/+8
| | | | | | | | This change gets rid of commands explicitly waiting for critical section establishment and instead makes all operations when they encounter stale version to install a wait object on the OperationContext, which can be used to wait for critical section outside of lock. It also makes refresh to happen outside of lock.
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-50/+53
|
* SERVER-22341 fix jslint errors in jstests/sharding with eslint --fixMike Grundy2016-02-091-1/+1
|
* SERVER-21384 Enable sharding suites on ephemeral storage enginesCharlie Swanson2015-11-301-1/+5
|
* SERVER-21215 If the config servers are all down, retry sharding state ↵Spencer T Brody2015-11-181-0/+69
initialization until they come back up