summaryrefslogtreecommitdiff
path: root/src/mongo/unittest
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41230 Update FCV constants throughout server code following 4.2 branchBernard Gorman2019-08-231-1/+1
* SERVER-41961 Remove the `NOINLINE_DECL` and replace with `MONGO_COMPILER_NOIN...ADAM David Alan Martin2019-08-151-6/+6
* SERVER-42667 Make `ASSERT_THROWS` only catch exceptions from the expression.ADAM David Alan Martin2019-08-071-23/+28
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-273-4/+4
* SERVER-41162 Correct logging of death tests.ADAM David Alan Martin2019-06-261-4/+4
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-201-12/+17
* SERVER-41162 Show logs for death tests.ADAM David Alan Martin2019-06-201-0/+4
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-142-4/+4
* SERVER-41626 Fix lint.ADAM David Alan Martin2019-06-132-44/+51
* SERVER-41626 Correct use of illegal names in macros for unittestsADAM David Alan Martin2019-06-132-23/+23
* Revert "SERVER-4999 Normalize all hostnames to lowercase"A. Jesse Jiryu Davis2019-06-111-5/+0
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-102-3/+2
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-105-7/+7
* SERVER-41133 Add TE::scheduleRemoteCommandOnAnyJason Carey2019-06-062-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