summaryrefslogtreecommitdiff
path: root/src/mongo/unittest
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-11-012-4/+4
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-263-4/+4
* Revert "SERVER-4999 Normalize all hostnames to lowercase"A. Jesse Jiryu Davis2019-06-101-5/+0
* SERVER-41133 Add TE::scheduleRemoteCommandOnAnyJason Carey2019-06-072-7/+8
* SERVER-41047 errnoWithDescription only check __ANDROID_API__ if it's definedKevin Pulo2019-05-291-0/+12
* SERVER-40447: Add FlowControl unittests and jstests.Daniel Gottlieb2019-05-201-2/+3
* SERVER-4999 Normalize all hostnames to lowercaseA. Jesse Jiryu Davis2019-05-141-0/+5
* SERVER-41075 Remove `mongo/repl/replication_coordinator.h` from op-context vi...ADAM David Alan Martin2019-05-101-3/+2
* SERVER-40765 TaskExecutor inherits from OutOfLineExecutorA. Jesse Jiryu Davis2019-05-042-6/+6
* SERVER-40802 move some expensive and commonly instantiated functions out of lineMathias Stearn2019-05-013-20/+162
* SERVER-40634 Emulation of C++20 requires-clauses for C++17Mathias Stearn2019-05-012-0/+38
* Revert "SERVER-4999 Normalize all hostnames to lowercase"A. Jesse Jiryu Davis2019-04-241-5/+0
* SERVER-4999 Normalize all hostnames to lowercaseA. Jesse Jiryu Davis2019-04-241-0/+5
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-092-4/+3
* SERVER-39728 Deinit SSL Manager on Windows in unittests.Henrik Edin2019-04-041-1/+8
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-285-12/+16
* SERVER-38760 Serialize update commands to BSONJacob Evans2019-02-281-1/+17
* SERVER-39725 Migrate unittest options to IDLSara Golemon2019-02-227-50/+156
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-1321-21/+0
* SERVER-39146 Refactor BatonJason Carey2019-02-052-24/+23
* SERVER-38176 Compile with /permissive- on MSVC to make the compiler strictly ...Henrik Edin2019-02-011-1/+1
* SERVER-39000 Fix Unittest Framework initialization.ADAM David Alan Martin2019-01-252-24/+46
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-1/+1
* SERVER-37880 Merge the barrier functionality to be part of the unittests libraryKaloian Manassiev2019-01-101-11/+2
* SERVER-37245 Use the SessionCatalog to track sessions on MongoSKaloian Manassiev2018-11-193-74/+39
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-152-10/+9
* SERVER-37909 fix lintBenety Goh2018-11-081-6/+6
* SERVER-37909 Fix GCC-8 in some tests.ADAM David Alan Martin2018-11-082-18/+5
* SERVER-37678 Extend cpplint's CheckForCopyright() to check for SSPL.Max Hirschhorn2018-11-051-1/+26
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-2223-293/+340
* SERVER-37365 Don't use `ignore()` in some tests.ADAM David Alan Martin2018-10-022-3/+31
* SERVER-37329 Make ShardRemote interruptable while waiting for a responseSpencer T Brody2018-09-282-3/+4
* SERVER-35203 Add verbose option to unittestsJonathan Abrahams2018-08-221-1/+18
* SERVER-36258 Construct ServiceContext after mongo initializers complete.Andy Schwerin2018-07-273-0/+5
* SERVER-35655 Update FCV constants throughout server code.Blake Oler2018-07-021-1/+1
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-222-3/+0
* SERVER-35600 Add support for targeting watchosAndrew Morrow2018-06-141-2/+2
* SERVER-35284 Construct unit test fixtures only in the child process in C++ de...Andy Schwerin2018-05-302-6/+9
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-30/+44
* SERVER-34794 Construct the global ServiceContext inside a MONGO_INITIALIZERAndy Schwerin2018-05-024-27/+4
* SERVER-34739 Migrate to 1 connpool in ARSJason Carey2018-04-272-3/+7
* SERVER-34364 replace references to invariantOK with invariantBenety Goh2018-04-261-2/+2
* SERVER-33621 fix lintRobert Guo2018-03-291-0/+1
* SERVER-33621 Warn if benchmark is not compiled with --opt=onRobert Guo2018-03-291-0/+8
* SERVER-30170 Embedded can now shutdown and re-initialize.Henrik Edin2018-03-264-3/+28
* SERVER-33758 Make mongo::logger classes use more unique_ptrsBen Caimano2018-03-212-6/+6
* SERVER-33643 refactor processInfo to no longer depend on globalRobert Guo2018-03-151-5/+1
* SERVER-32630 Ensure the fCV parameter is initialized before readingMaria van Keulen2018-03-093-3/+12
* SERVER-33643 call initializeSystemInfo directly as a temporary workaroundRobert Guo2018-03-071-0/+1
* SERVER-33628 Handle a mongo/unittest TODO c++11Billy Donahue2018-03-052-79/+98