summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-15882 Get rid of ensureIndex in dbtests.Andy Schwerin2014-11-0522-190/+228
* SERVER-15882 Delete dbtests/perf/perftest, which doesn't actually work.Andy Schwerin2014-11-042-1265/+0
* SERVER-15541 Clean up some usages of WriteUnitOfWorkJason Rassi2014-11-045-76/+100
* SERVER-14462 Fix all cases where client is null when we are creating anKaloian Manassiev2014-11-031-1/+1
* SERVER-15557 extracted mmapv1 startup options from StorageGlobalParams into M...Benety Goh2014-11-033-9/+13
* SERVER-15888: fix locking on collection mods in dbtestsEliot Horowitz2014-11-033-6/+11
* SERVER-14860 Refine locking scheme for background index builds, to support do...Eric Milkie2014-11-031-0/+3
* SERVER-15913 QueryStageKeep dbtest shouldn't leak KeepMutationsStageJason Rassi2014-11-021-3/+4
* SERVER-15580 KeepMutationsStage shouldn't deref invalidated iteratorJason Rassi2014-10-311-1/+70
* SERVER-15614 Move inProcCmd to a separate file and clean includesKaloian Manassiev2014-10-303-3/+3
* SERVER-14462 Get rid of Locker::isAtLeastReadLockedKaloian Manassiev2014-10-291-4/+6
* SERVER-15495 add tests for query_stage_countTyler Brock2014-10-291-0/+343
* SERVER-15495 move query_stage_count to query_stage_count_scanTyler Brock2014-10-291-29/+29
* SERVER-13635 Add StorageEngine::isMmapV1()Mathias Stearn2014-10-272-2/+4
* SERVER-15707 Fix leaks in C++ unit test frameworkAndrew Morrow2014-10-2746-56/+167
* SERVER-15614 LockerImpl changes for diagnosticsKaloian Manassiev2014-10-242-5/+5
* Revert "SERVER-15614 LockerImpl changes to support diagnostics and deadlock"Ian Whalen2014-10-232-5/+5
* SERVER-15614 LockerImpl changes to support diagnostics and deadlockKaloian Manassiev2014-10-232-5/+5
* SERVER-15541 SERVER-15652 implement timing-based yieldingDavid Storch2014-10-2121-189/+256
* SERVER-13635 lift tailable out of StorageEngine API and handle in query layer.Mathias Stearn2014-10-176-21/+10
* SERVER-14973 consolidate shard key parsing, cleanup shard key patternsGreg Studer2014-10-163-138/+16
* SERVER-15641 Fix memory leaks in C++ dbtestsAndrew Morrow2014-10-1510-29/+66
* SERVER-15402 Improve ShardPtr/ConnectionString management for commands and se...Randolph Tan2014-10-152-11/+18
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-1410-0/+20
* SERVER-15541 add PlanExecutor yield policies and registrationsDavid Storch2014-10-141-3/+1
* SERVER-13635: make capped dbtests more genericEliot Horowitz2014-10-112-2/+42
* SERVER-14425 Make MMAP V1 code in LockerImpl conditionally compiledKaloian Manassiev2014-10-112-23/+4
* SERVER-14425 Cleanup LockerImplKaloian Manassiev2014-10-111-2/+2
* SERVER-14425 RIP LockStateKaloian Manassiev2014-10-102-5/+5
* SERVER-14425 Move LockManager out of the newlm namespaceKaloian Manassiev2014-10-106-11/+11
* SERVER-14668: Collection level locking for update pathGeert Bosch2014-10-0915-97/+97
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-0611-80/+71
* Revert "SERVER-14668: Replace uses of DBWrite lock with DBLock"Geert Bosch2014-10-035-16/+15
* SERVER-14668 Fix compile break due to a previous commitKaloian Manassiev2014-10-031-1/+1
* SERVER-14668 expand support for yielding, add back in yield policyHari Khalsa2014-10-037-16/+19
* SERVER-15440 Remove the closeAllDatabases command and testsKaloian Manassiev2014-10-031-12/+0
* SERVER-15504 Flow all calls to _exit through quickExitAndrew Morrow2014-10-032-4/+6
* SERVER-15019 propagate kill and invalidate for agg cursors to the nested Plan...David Storch2014-10-021-0/+55
* SERVER-13635 Destroy OplogStart stage before the RecoveryUnitMathias Stearn2014-10-021-0/+3
* SERVER-13635 stop relying on system.indexes in dbtestsMathias Stearn2014-10-023-25/+13
* SERVER-13635 Only run OplogStart that depend on Extents with mmapv1Mathias Stearn2014-10-021-8/+13
* SERVER-13635 Don't assert that BSONObjs aren't ownedMathias Stearn2014-10-022-2/+0
* SERVER-15401 Bump config version for v2.8 releaseRandolph Tan2014-10-021-7/+7
* SERVER-13951 Clean up WUOWs in a few dbtestsMathias Stearn2014-10-014-34/+40
* Don't leak query trees in distinct dbtestMathias Stearn2014-10-011-6/+6
* SERVER-13635 Move mmapv1 specific dbtests to mmaptest and skip if using other...Mathias Stearn2014-10-013-55/+54
* SERVER-13635 Make dbtest take --storageEngineMathias Stearn2014-10-011-0/+5
* SERVER-14668 Move WriteUnitOfWork around DatabaseCatalogEntry creation outsid...Kaloian Manassiev2014-10-011-3/+1
* SERVER-13522 Remove usages of runCount and replace them with DBDirectClient::...Kaloian Manassiev2014-10-011-68/+25
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-305-13/+14