summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39068 Replicate startIndexBuild and commitIndexBuild oplog entriresLouis Williams2019-02-125-44/+72
* SERVER-37456 Make the global CursorManager a decoration on ServiceContextAnton Korshunov2019-02-112-8/+31
* SERVER-39183 honor socket disconnect in $whereJason Carey2019-02-101-99/+145
* SERVER-37836 re-evaluate authorization for originating command in getMoreIsabella Siu2019-02-081-11/+22
* SERVER-39358 Disable building `dbtest` when not building jstests or shell.ADAM David Alan Martin2019-02-071-113/+116
* SERVER-35402 Add validators where applicable in query_knobs.cppArun Banala2019-02-063-3/+3
* SERVER-38986 Timestamp writes while drainingLouis Williams2019-02-062-0/+133
* SERVER-38866 Pass finishOpTime into commitPreparedTransaction on secondaries.Jason Chan2019-02-061-1/+1
* SERVER-38316 Consolidate PlanExecutor::DEAD and PlanExecutor::FAILUREPawel Terlecki2019-02-042-5/+5
* SERVER-37452 Remove concept of globally managed cursor IDs.David Storch2019-01-311-39/+0
* SERVER-38288 Delete CursorManager::invalidateAll().David Storch2019-01-311-121/+31
* SERVER-38316 Consolidate PlanExecutor::DEAD and PlanExecutor::FAILUREPawel Terlecki2019-01-309-25/+16
* SERVER-37643 fix dbtests to avoid creating indexes using DBClient while holdi...Benety Goh2019-01-243-17/+51
* SERVER-37455 Delete per-collection cursor managers.David Storch2019-01-232-10/+8
* SERVER-38932 add BinData sub-type for encryptionIsabella Siu2019-01-221-0/+16
* SERVER-36815 Remove references to oplog entry's hash fieldSamy Lanka2019-01-171-99/+82
* SERVER-37270 Remove foreground index builds by defaultLouis Williams2019-01-174-118/+20
* SERVER-38748 Background indexes created through applyOps should run on the co...Louis Williams2019-01-161-18/+5
* SERVER-37451 Move all ClientCursor ownership to the global CursorManager.David Storch2019-01-153-69/+90
* SERVER-37880 Make time_support's Backoff class non-blockingKaloian Manassiev2019-01-141-27/+0
* SERVER-38179 range deleter must be prepared for document to be deleted from u...Randolph Tan2019-01-111-8/+8
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-2/+2
* SERVER-38483 Convert options in sasl_options.cpp to IDLSpencer Jackson2019-01-101-0/+5
* SERVER-33226: remove getPrevError() commandKim Tao2019-01-102-2/+2
* SERVER-38551 Convert message compressor options to IDLSara Golemon2019-01-091-0/+1
* SERVER-37700 Remove thread names that include whitespacesJonathan Ma2019-01-081-1/+1
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-073-8/+8
* SERVER-37643 add IndexBuildsCoordinator to dbtest initializationBenety Goh2019-01-022-0/+4
* SERVER-38675 Do not check duplicate key constraints for index builds on secon...Louis Williams2019-01-021-5/+4
* SERVER-38295 ReplSetMonitor::getHostOrRefresh should not do anything if maxWa...Mathias Stearn2018-12-271-4/+67
* SERVER-37643 remove unused multi_index_block.h includesBenety Goh2018-12-273-3/+2
* SERVER-38604 make dbtest StorageTimestampTest aware of drop pending identsBenety Goh2018-12-231-2/+8
* SERVER-37643 collection rename across databases no longer requires MultiIndex...Benety Goh2018-12-211-18/+20
* SERVER-38719 unshim and remove DatabaseHolder::getDatabaseHolder()Benety Goh2018-12-211-0/+2
* SERVER-38719 rename DatabaseHolder::get() to getDb()Benety Goh2018-12-202-19/+21
* SERVER-35688 Make RSM use async networkingMathias Stearn2018-12-201-6/+6
* SERVER-38249 Implement stdx unordered_map and unordered_set as absl node hash...Henrik Edin2018-12-201-2/+2
* SERVER-38700 make Database::userCreateNS() a member functionBenety Goh2018-12-192-22/+14
* SERVER-38091 IndexCatalog iterators and accessors should return const entriesLouis Williams2018-12-1915-35/+43
* SERVER-38700 convert static Database::dropDatabase to a method on DatabaseHolderBenety Goh2018-12-191-1/+1
* SERVER-38684 unshim CollectionBenety Goh2018-12-181-0/+1
* SERVER-38684 fix unit tests to check and dereference boost::optional<T> in as...Benety Goh2018-12-181-4/+4
* SERVER-37449 Remove CursorManager's PlanExecutor registry.David Storch2018-12-184-329/+405
* SERVER-37449 Make yield recovery throw if Database has been closed and reopened.David Storch2018-12-183-4/+18
* SERVER-38664 Use the correct return type to placate clang warningAndrew Morrow2018-12-171-1/+1
* SERVER-37449 Make geoNear stages use RequiresIndexStage.David Storch2018-12-131-8/+19
* SERVER-38453 SortedDataInterface should expose a method to determine whether ...Louis Williams2018-12-131-13/+25
* SERVER-38559 move catalog_control.cpp into its own libraryBenety Goh2018-12-131-0/+1
* SERVER-38561 Shutdown the periodic runner before the storage engine shutdownGregory Wlodarek2018-12-121-0/+5
* SERVER-38128 Start periodic runner before the storage engineGregory Wlodarek2018-12-111-0/+7