summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/framework.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-2/+0
* SERVER-34762 Remove lock file on embedded.Henrik Edin2018-06-131-1/+1
* SERVER-34798 Move storage initialization behaviors out of ServiceContext subc...Andy Schwerin2018-05-051-3/+4
* SERVER-34751 Replace getGlobalStorageEngine cals with getStorageEngine.Andy Schwerin2018-05-031-1/+1
* SERVER-29602 New OpObserverRegistry to allow multiple observersGeert Bosch2017-12-211-2/+5
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-2/+2
* SERVER-27301 converted OpObserver into an interface. ServiceContext should al...Benety Goh2016-12-071-0/+2
* SERVER-25402 Fewer binaries depend on interpolated version infoAndrew Morrow2016-08-151-1/+0
* SERVER-23103 Remove the ntservice mockAndrew Morrow2016-06-161-10/+0
* SERVER-23103 Make service contexts responsible for creating DBDirectClientsAndrew Morrow2016-06-161-2/+12
* SERVER-24323 Rename CatalogManager to ShardingCatalogClientSpencer T Brody2016-06-131-2/+0
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-23382 Drop JS scope cache when shutting down dbtestsAndrew Morrow2016-03-291-0/+15
* SERVER-22483 convert disabled SCCC dbtests to jstests or unittests that use CSRSEsha Maharishi2016-03-141-1/+0
* SERVER-22319 remove SCCC tests from testcasesMisha Tyulenev2016-02-121-12/+0
* SERVER-20418 Make sure that we always start the distlock pinger when running ...Spencer T Brody2016-01-221-12/+2
* SERVER-21197 check for existence of lock file prior to opening socketsAdam Midvidy2016-01-131-0/+3
* SERVER-20498 Send config server optime to shards automatically on all command...Spencer T Brody2015-09-241-0/+5
* SERVER-18084 Remove usages of ShardingState::get(globalOperationContext())Kaloian Manassiev2015-09-221-1/+2
* SERVER-16852 Print buildInfo in version output/allow override of buildInfoJonathan Reams2015-09-041-2/+1
* SERVER-20040 Access the ForwardingCatalogManager explicitly when needed, othe...Spencer T Brody2015-09-021-1/+1
* SERVER-19903 Dist lock pinger not running for config RSRandolph Tan2015-08-281-2/+5
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-4/+8
* SERVER-9666 Remove test watchdog and support codeAndrew Morrow2015-07-211-64/+0
* SERVER-18084 Make ShardingState a decoration on ServiceContextKaloian Manassiev2015-07-141-1/+1
* SERVER-18084 Move code out of d_state.h/.cppKaloian Manassiev2015-07-111-54/+54
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-78/+80
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-191-2/+2
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-3/+3
* SERVER-17861 Change the default storage engine to wiredTiger.Max Hirschhorn2015-05-281-1/+1
* Revert "SERVER-17861 Change the default storage engine to wiredTiger."Max Hirschhorn2015-05-271-1/+1
* SERVER-17861 Change the default storage engine to wiredTiger.Max Hirschhorn2015-05-261-1/+1
* Revert "SERVER-17861 Change the default storage engine to wiredTiger."Max Hirschhorn2015-05-221-1/+1
* SERVER-17861 Change the default storage engine to wiredTiger.Max Hirschhorn2015-05-211-1/+1
* SERVER-17592 Move legacy dist lock code under catalogRandolph Tan2015-05-051-1/+1
* SERVER-18099 Refactor buildinfo/version reportingJonathan Reams2015-04-301-2/+1
* SERVER-17592 Refactor legacy logic into distributed lock managerRandolph Tan2015-04-241-0/+10
* SERVER-17817 Make ServiceContext create and manage Client objects.Andy Schwerin2015-04-201-1/+0
* SERVER-17946 Initialize sharding state in dbtestKaloian Manassiev2015-04-171-0/+4
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-3/+3
* SERVER-17723 setShardingState should not reinitialize config servers listKaloian Manassiev2015-03-311-7/+0
* SERVER-6558 Fix write concern option enum on Solaris.Siyuan Zhou2015-03-271-5/+0
* SERVER-17690 Move sharding change logging operations to catalog managerKaloian Manassiev2015-03-241-0/+1
* SERVER-17637 Sharding catalog manager interfaceKaloian Manassiev2015-03-201-0/+10
* SERVER-17570: Fix NT Service shutdown race conditionMark Benvenuto2015-03-181-0/+8
* SERVER-17310 Make mongo::mutex a typedef of boost::mutex and remove mongo::sc...Andy Schwerin2015-03-121-4/+4
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-14425 Cleanup LockerImplKaloian Manassiev2014-10-111-2/+2