summaryrefslogtreecommitdiff
path: root/src/mongo/unittest
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-33203 add benchmark canary testsRobert Guo2018-03-023-53/+170
* SERVER-33300 Integrate TransportLayer with DBClientJonathan Reams2018-03-022-0/+5
* SERVER-32373 building android targets as TARGET_OS=androidGabriel Russell2018-02-154-2/+22
* SERVER-33200 add entry point for Benchmark testsRobert Guo2018-02-143-3/+61
* SERVER-31484 separate the operation deadline from awaitData deadline in shard...Martin Neupauer2018-01-312-3/+7
* SERVER-32785 integrate Google Benchmark with SConsRobert Guo2018-01-272-0/+60
* SERVER-32070 remove stdx::bind (final patch)Billy Donahue2018-01-161-15/+9
* SERVER-6024 add stacktrace to unittestsKevin Albertson2018-01-083-6/+30
* SERVER-32244 Better logging when a DBException escapes from a unittestMathias Stearn2018-01-041-0/+2
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-061-6/+6
* SERVER-31184 Make EnsureFCV a separate test utilitysamantharitter2017-10-101-0/+56
* SERVER-29141 Add a waitForEvent with a timeout to TaskExecutor.Charlie Swanson2017-09-182-0/+5
* SERVER-28620 Adorn all oplog writes with timestampsEric Milkie2017-08-221-0/+2
* SERVER-30235 Improve failure messages from ASSERT_THROWS_CODE and friendsMathias Stearn2017-07-262-41/+31
* SERVER-25788 Accept command line arguments in unit testsSiyuan Zhou2017-07-212-4/+60
* SERVER-29689 Use quickExit() in integration test main()Mathias Stearn2017-06-191-1/+1