summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/chunk_split_state_driver_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-48775 Make all `s_test` suites use the ShardingTestFixtureKaloian Manassiev2020-06-151-2/+2
|
* 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-21/+23
|
* SERVER-36525 Set the estimated chunk size to 0 when a chunk split is ↵Matthew Saltz2018-08-091-0/+19
| | | | triggered too early
* SERVER-34448 Change ChunkSplitStateDriver::tryInitiateSplit to return shared_ptrMatthew Saltz2018-08-091-12/+9
|
* SERVER-35796 Change invariant in ChunkSplitStateDriver::_getWritesTracker to ↵Matthew Saltz2018-06-281-18/+32
| | | | uassert
* SERVER-35791 Fix InitiateSplitLeavesBytesWrittenUnchanged test in ↵Matthew Saltz2018-06-261-4/+9
| | | | ChunkSplitStateDriverTest to not use fixture
* SERVER-35734 Integrate new ChunkWritesTracker and ChunkSplitStateDriver with ↵Matthew Saltz2018-06-251-0/+142
ChunkSplitter and ShardServerOpObserver