summaryrefslogtreecommitdiff
path: root/jstests/sharding/create_idx_empty_primary.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-46944 Re-enable tests in sharding_last_stable_mongos_and_mixed_shards ↵Marcos José Grillo Ramírez2020-03-281-3/+1
| | | | and sharding_multiversion
* SERVER-45017 Remove index commands upgrade/downgrade code when 4.4 becomes ↵Cheahuychou Mao2020-03-241-6/+1
| | | | last stable
* SERVER-46944 temporarily blacklist tests in ↵Robert Guo2020-03-181-0/+2
| | | | sharding_last_stable_mongos_and_mixed_shards
* SERVER-45102 Sharded listIndexes should always target a shard that owns chunksCheahuychou Mao2019-12-181-1/+1
|
* SERVER-45103 Sharded index commands shouldn't target primary shard if it ↵Cheahuychou Mao2019-12-131-3/+8
| | | | doesn't own chunks
* 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-20/+19
|
* SERVER-32052 Update ShardingTest to default to starting shard servers as ↵jannaerin2018-03-091-4/+4
| | | | replica sets
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-20/+19
|
* SERVER-21050 Cleanup ReplSetTestKaloian Manassiev2015-12-081-5/+4
| | | | | | This is just a cleanup work to hide some of the private state of ReplSetTest so it is easier to encapsulate and add new logic. Also enables strict mode.
* SERVER-16273 createIndex is not sent to shards with no chunk for nsRandolph Tan2014-12-111-0/+36