summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/split_chunk_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-53689 Make only the ReplSetDistLockManager tests use a mocked lock man...Kaloian Manassiev2021-01-121-41/+0
* SERVER-53227 Move the DistLockManager to only be available on MongoDKaloian Manassiev2021-01-031-1/+1
* SERVER-50027 Make CollectionType use IDL (Part 1)Kaloian Manassiev2020-10-221-1/+1
* SERVER-48775 Move all Sharding unit-tests that assume a MongoD to the db/s di...Kaloian Manassiev2020-06-211-4/+1
* SERVER-48288 Remove 2nd CatalogCache used just for filteringTommaso Tocci2020-05-191-1/+1
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideMatthew Saltz2020-03-311-2/+2
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-44771 Introduce 2nd CatalogCache for filtering onlyTommaso Tocci2020-02-141-1/+1
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-2/+3
* Revert "SERVER-44771 Introduce 2nd CatalogCache for filtering only"William Schultz2020-02-081-1/+1
* SERVER-44771 Introduce 2nd CatalogCache for filtering onlyTommaso Tocci2020-02-071-1/+1
* Revert "SERVER-44771 Introduce 2nd CatalogCache for filtering only"Tommaso Tocci2020-02-061-1/+1
* SERVER-44771 Introduce 2nd CatalogCache for filtering onlyTommaso Tocci2020-02-061-1/+1
* SERVER-40170 Increase the sharding unit-tests async work future timeoutKaloian Manassiev2019-03-181-12/+12
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-29908 Move all runtime logic out of ShardingStateKaloian Manassiev2018-08-131-51/+3
* SERVER-29672 Remove unnecessary passthrough calls from CatalogCacheKaloian Manassiev2017-08-031-5/+3
* SERVER-30288 Refactor hash_number_long_split.js integration test into split_c...Hugh Han2017-07-251-7/+92
* SERVER-29979 Move SplitChunk Logic from split_chunk_command to split_chunkHugh Han2017-07-241-0/+705