Jason Chan
1c28b3cf02
SERVER-49064 Update references of "last-stable" to use "last-continuous" and "last-lts"
2020-07-23 12:26:49 +00:00
Jason Chan
aeaad5e8fe
SERVER-46931 Unblacklist/Update multiversion tests that expect "last-stable" to have a different fcv than "latest"
2020-04-29 22:22:48 +00:00
Jack Mulrow
272a73ec66
SERVER-44034 Remove refineCollectionShardKey and config.chunks/tags upgrade/downgrade code
2020-03-27 15:16:30 +00:00
Cheahuychou Mao
150406020c
SERVER-38884 Update multiversion tests to reflect use shards as replica sets in 4.2 onwards
2019-10-08 18:11:41 +00:00
clang-format-7.0.1
134a408395
SERVER-41772 Apply clang-format 7.0.1 to the codebase
2019-07-27 11:02:23 -04:00
jannaerin
da1e0304e8
SERVER-32052 Update ShardingTest to default to starting shard servers as replica sets
2018-03-09 00:40:40 -05:00
Nathan Myers
aeabbf96ff
SERVER-31191 Plumb Collection UUIDs through catalog cache
2017-10-17 14:07:38 -04:00
Nathan Myers
c63465a42e
SERVER-29405 delay deleting orphaned shard chunks
...
When deleting the donor range after migrating a chunk off of a shard,
the range deleter will schedule the deletion at some time in the future,
according to a server parameter orphanCleanupDelaySecs, which defaults
to 900, or 15 minutes. It does not delay range deletions preparatory to
migrating a range in, and does not put off deleting the donor range if
the moveChunk command has set the option _waitForDelete.
The file jstests/sharding/write_commands_sharding_state.js had CR (0x0D)
line endings, which made the patch fail lint. The substantive changes
in the file were to add "_waitForDelete" options to the moveChunk
commands.
2017-06-30 15:50:39 -04:00
Dianna Hohensee
a3ff4e388f
SERVER-24163 remove waitForCSRSSecondaries:false from multiversion tests, which was only needed for 3.2 compatibility
2017-01-11 12:21:37 -05:00
Kaloian Manassiev
4c98927f26
SERVER-22672 Move the sharding balancer to the CSRS primary
...
This change moves the sharding balancer to run on the primary of the CSRS
config server and removes it from the mongos instances.
2016-06-15 11:05:53 -04:00
Randolph Tan
756d6ee26b
SERVER-24087 Make sure config servers are caught up after ShardingTest starts up
2016-05-18 13:44:23 -04:00
Jonathan Abrahams
4ae691e8ed
SERVER-22468 Format JS code with approved style in jstests/
2016-03-09 12:18:14 -05:00
Dianna Hohensee
e9a856d0fe
SERVER-22517 copy migration_session_id.js from 3.2 branch into master, generalizing it to test migrations between mixed version mongods
2016-02-10 14:51:54 -05:00