summaryrefslogtreecommitdiff
path: root/src/mongo/db/service_context_d_test_fixture.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27727 Make threadName a native thread_local so debuggers can get to itEddie Louie2017-05-021-1/+1
* SERVER-27301 converted OpObserver into an interface. ServiceContext should al...Benety Goh2017-01-051-0/+3
* SERVER-25350 Move thread initialization from subclasses into ServiceContextMo...Sam Dunietz2016-08-021-1/+3
* SERVER-24367 Implement CollectionRangeDeleter task lifetime managementSam Dunietz2016-07-291-0/+5
* Revert "SERVER-24367 Implement CollectionRangeDeleter task lifetime management"Sam Dunietz2016-07-281-7/+0
* SERVER-24367 Implement CollectionRangeDeleter task lifetime managementSam Dunietz2016-07-281-0/+7
* SERVER-24665 ServiceContextMongoDTest::_dropAllDBs() should close all empty d...Benety Goh2016-06-211-0/+7
* SERVER-23496 changes to ServiceContextDTestFixture::_dropAllDBsDianna Hohensee2016-04-271-8/+8
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-9/+9
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-9/+9
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-9/+9
* SERVER-23059: drop databases on teardown in test fixtureScott Hernandez2016-04-181-1/+28
* SERVER-18038 added placeholder test for repl storage interface and test fixtu...Benety Goh2016-04-121-0/+55