summaryrefslogtreecommitdiff
path: root/src/mongo/unittest
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-263-40/+4
* SERVER-46323 Update FCV constants throughout server code following 4.4 branchAli Mir2020-04-221-1/+1
* SERVER-47418 deploy unittest::MinimumLoggedSeverityGuard to all testsBilly Donahue2020-04-152-19/+37
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-145-5/+5
* SERVER-46568 removing the unittestOutput domainGabriel Russell2020-04-146-113/+123
* SERVER-47483 restore loggedSeverity after LogWithSamplingTestBilly Donahue2020-04-131-0/+38
* SERVER-46801 Convert unittest library to structured logs.Billy Donahue2020-04-022-92/+99
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-1/+1
* SERVER-47070 fixing recursion in util_testGabriel Russell2020-03-241-4/+6
* SERVER-46618 Fix unittest logging to BSONMark Benvenuto2020-03-092-29/+38
* SERVER-46219 Unittests should log with JSON formatMark Benvenuto2020-03-032-0/+95
* SERVER-46395 Add joinAsync() method to ScopedTaskExecutor::Impl.Max Hirschhorn2020-03-022-0/+5
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-282-18/+25
* SERVER-46405 Remove {get,set,clear}MinimumLoggedSeverity from logger V1 APIMark Benvenuto2020-02-272-1/+68
* 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