summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_builds_coordinator_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-5/+10
|
* SERVER-70556 Clean up index catalog counter methodsShin Yee Tan2022-10-181-9/+9
|
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-151-5/+4
|
* SERVER-66760 Add ASSERT_DOES_NOT_THROW to unittest assertionsLeonardo Menti2022-07-121-9/+0
|
* SERVER-65087 Clarify the usage of `IndexBuildsCoordinator::createIndex()`Yuhong Zhang2022-05-251-0/+200
|
* SERVER-38323 turn the IndexBuildsCoordinator into an interface and add an ↵Dianna Hohensee2018-12-051-323/+0
| | | | implementation for embedded
* SERVER-37636 Establish an index builds interface through which to access and ↵Dianna Hohensee2018-11-281-0/+323
affect index builds