summaryrefslogtreecommitdiff
path: root/src/mongo/unittest
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-46219 Unit Tests should log with jsonMark Benvenuto2020-02-255-16/+55
* SERVER-46156 Deprecate LogstreamBuilder and more manual log conversionsHenrik Edin2020-02-232-6/+8
* SERVER-44951 Expand TaskExecutor to implement exhaust functionalityJanna Golden2020-02-222-0/+17
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-213-3/+0
* SERVER-46219 Unittests always uses text even if the server uses JSON.Henrik Edin2020-02-181-1/+13
* SERVER-46165 fix building unittests with --opt=offGabriel Russell2020-02-141-4/+4
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-134-28/+51
* SERVER-45583 Unittests are using logv2.Henrik Edin2020-01-212-28/+88
* SERVER-43371 StringData for unit test registrationBilly Donahue2020-01-062-18/+28
* SERVER-44715 C++ Unit Tests cannot be filtered by test fileMark Benvenuto2019-12-191-1/+1
* SERVER-44715 C++ Unit Tests cannot be filtered by test fileMark Benvenuto2019-12-186-17/+45
* SERVER-44630 Attach logging init and options to integration testsBen Caimano2019-12-022-3/+36
* SERVER-44142 correctly utilize LogSeverity in logv2Gabriel Russell2019-11-251-2/+2
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-211-1/+1
* SERVER-43418 ASSERT macro repairsBilly Donahue2019-10-022-60/+104
* SERVER-43367 unittest framework refactor/fixesBilly Donahue2019-10-024-394/+351
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-172-5/+5
* 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