summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/clienttests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70556 Clean up index catalog counter methodsShin Yee Tan2022-10-181-3/+3
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-291-1/+1
* SERVER-52877 Unify how writable Collections instances are handledHenrik Edin2022-04-051-6/+9
* SERVER-61385 Migrate callers of 'DBClientBase::query()' legacy API to the mod...David Storch2021-12-211-4/+6
* SERVER-59245 Enable lock-free reads on dbtests where they were previously tem...Dianna Hohensee2021-08-261-6/+0
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-2/+2
* SERVER-57293 Disable lock-free reads for certain dbtests until later addressedDianna Hohensee2021-06-021-0/+6
* SERVER-47081 Disallow creation of haystack indexes and verify that haystack i...Mihai Andrei2020-11-111-17/+0
* SERVER-50508 Rename ConnectionType::MASTER to ConnectionType::kStandaloneBen Caimano2020-10-261-2/+2
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-1/+1
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-2/+2
* SERVER-46659 Initial sync will startup two phase index builds during the coll...Gregory Wlodarek2020-04-201-8/+14
* SERVER-43273 Add UUID support to count and getIndexSpecs in DBClientVesselina Ratcheva2019-10-071-8/+12
* SERVER-43367 unittest framework refactor/fixesBilly Donahue2019-10-021-3/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-15/+17
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-291-3/+2
* SERVER-36094 Make DBClientBase::query() take an NamespaceStringOrUUIDMatthew Russotto2018-08-141-2/+4
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+1
* SERVER-35516 Get rid of OldClientWriteContextKaloian Manassiev2018-06-151-1/+1
* SERVER-33605 Mobile SE:Disable capped collections and related testingSulabh Mahajan2018-06-081-1/+1
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-1/+2
* SERVER-30353 Create an index observer to notify us of changes made to index a...Gregory Wlodarek2017-08-091-0/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-60/+60
* SERVER-24703 Improved DBClientWithCommands index creation methodJ. Rassi2016-06-271-0/+157
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-8/+17
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-17/+8
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-8/+17
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-167/+168
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+3
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-2/+2
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+4
* SERVER-15882 Get rid of ensureIndex in dbtests.Andy Schwerin2014-11-051-47/+6
* SERVER-15707 Fix leaks in C++ unit test frameworkAndrew Morrow2014-10-271-1/+3
* SERVER-15541 SERVER-15652 implement timing-based yieldingDavid Storch2014-10-211-1/+0
* SERVER-14668: Collection level locking for update pathGeert Bosch2014-10-091-1/+1
* SERVER-13635 stop relying on system.indexes in dbtestsMathias Stearn2014-10-021-9/+3
* SERVER-13635 Remove deprecated getIndexes() methodMathias Stearn2014-09-291-11/+11
* SERVER-14668 split dbdirectclient out of instance.cppHari Khalsa2014-09-111-0/+1
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-3/+3
* SERVER-14085: Start using WriteUnitOfWorkGeert Bosch2014-07-011-0/+1
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-07-011-10/+37
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Tyler Brock2014-06-301-37/+10
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-281-10/+37
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Kaloian Manassiev2014-06-281-37/+10
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-271-10/+37
* SERVER-13961 Start using LockState from the OperationContextKaloian Manassiev2014-06-021-2/+2
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-1/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-7/+6