summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-36871 $sample can loop infinitely on orphaned dataBernard Gorman2018-12-112-0/+249
* SERVER-38330 merge MultiIndexBlock and MultiIndexBlockImplBenety Goh2018-12-104-12/+8
* SERVER-37449 Add RequiresAllIndicesStage and use for subplanning and multipla...David Storch2018-12-102-0/+178
* Revert "SERVER-38036 Turn on hybrid builds for background, unique indexes"Louis Williams2018-12-071-11/+1
* SERVER-34620 Make speculative read atClusterTime not wait for the given clust...Matthew Russotto2018-12-061-0/+5
* SERVER-38036 Turn on hybrid builds for background, unique indexesLouis Williams2018-12-061-1/+11
* SERVER-38286 Add the Biggie SE to the dbtest binaryGregory Wlodarek2018-11-291-0/+1
* SERVER-38286 Add the ephemeralForTest SE to the dbtest binaryAndrew Morrow2018-11-281-0/+1
* SERVER-37448 Make remaining PlanStages check catalog validity on restore.David Storch2018-11-272-13/+12
* SERVER-37447 Introduce RequiresIndexStage and use for IXSCAN.David Storch2018-11-277-16/+16
* SERVER-30815 Remove the mongodmain libraryAndrew Morrow2018-11-277-7/+0
* SERVER-30815 Remove db/serveronly from dbtestAndrew Morrow2018-11-271-1/+2
* SERVER-37763 MultiIndexBlock::commit() returns StatusBenety Goh2018-11-204-7/+7
* SERVER-5739 Fix races in RARELY/OCCASIONALLY.Billy Donahue2018-11-161-4/+8
* SERVER-37665 Get rid of the 'checkOutSession' parameter of OperationContextSe...Kaloian Manassiev2018-11-161-3/+3
* SERVER-37560 Store ReadConcernArgs on cursor object instead of ReadConcernLevelWilliam Schultz2018-11-151-77/+89
* SERVER-37263: Write updates to background building indexes into a temp table.Daniel Gottlieb2018-11-121-3/+3
* SERVER-38095 Remove unused OperationSessionInfoFromClient argument to Operati...Esha Maharishi2018-11-121-7/+3
* SERVER-37446 Make UPDATE and DELETE inherit from RequiresMutableCollectionStage.David Storch2018-11-122-13/+10
* SERVER-37179 Pull out starting transaction from session checkout and push it ...Siyuan Zhou2018-11-081-0/+3
* SERVER-37909 Fix GCC-8 in some tests.ADAM David Alan Martin2018-11-081-2/+2
* SERVER-36916 Object to keep track of keys that violate uniqueness constraintsLouis Williams2018-11-071-7/+5
* SERVER-37446 Make more PlanStages inherit from RequiresCollectionStage.David Storch2018-11-071-6/+23
* SERVER-37446 Change PlanStages which don't require a collection to avoid keep...David Storch2018-11-074-38/+32
* SERVER-37593 Make wildcard index multikey path set retrieval more efficientJames Wahlin2018-11-023-3/+82
* SERVER-37444 Added RequiresCollectionStage and use for COLLSCAN.David Storch2018-10-319-59/+41