summaryrefslogtreecommitdiff
path: root/src/mongo/s/request_types/move_chunk_request_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-60378 Rewrite some sharding tests to avoid using chunk versions with ↵Allison Easton2021-10-081-3/+3
| | | | Timestamp(0, 0)
* SERVER-52847 Make timestamp required in CollectionType and ↵Allison Easton2021-09-211-3/+3
| | | | ShardCollectionType IDL
* SERVER-59213 Refactoring MoveChunkRequest::appendAsCommand()Paolo Polato2021-08-101-8/+0
|
* SERVER-53093 Add timestamp to ChunkVersionSergi Mateo Bellido2020-12-101-3/+3
| | | | PART 2: Fixing our tests
* SERVER-42273 Introduce 'force' option to 'moveChunk' to allow migrating ↵Janna Golden2019-11-051-4/+8
| | | | jumbo chunks
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
|
* SERVER-32901 Consolidate sharding librariesKaloian Manassiev2018-01-291-0/+148
Also gets rid of most usages of the std::string variant of CollectionShardingState::get.