summaryrefslogtreecommitdiff
path: root/src/mongo/util/fail_point_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+0
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-6/+9
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-49/+25
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-4/+3
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-34960 Add MONGO_FAIL_POINT_BLOCK_IFJason Carey2018-05-161-0/+33
* SERVER-28436 Create a basic helper for enabling fail point in cpp testRandolph Tan2017-04-251-0/+16
* SERVER-26008 allow setting failpoints on the command lineEsha Maharishi2016-09-121-0/+75
* SERVER-16221 SERVER-22712 Don't form invalid FailPoint::Mode valuesAndrew Morrow2016-04-151-10/+0
* SERVER-20121 Use unsigned arithmetic in PsuedoRandomMathias Stearn2015-08-281-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-237/+222
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-181-4/+4
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-6/+7
* SERVER-17310 Remove use of boost::thread_group and boost::thread::interrupt f...Andy Schwerin2015-05-191-29/+39
* SERVER-17310 Provide stdx polyfill for std::this_thread. Stop using boost::th...Andy Schwerin2015-05-191-4/+4
* SERVER-17006 remove racy failpoint testDan Pasette2015-01-231-4/+0
* SERVER-17006 hardcode seed in failpoint testEric Milkie2015-01-231-0/+3
* SERVER-17006 Support failpoint "random" behavior.Andy Schwerin2015-01-231-1/+87
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-8886 Correct license exception for headersIan Whalen2013-09-061-1/+1
* SERVER-8886 Add OpenSSL license exception to util filesIan Whalen2013-08-281-0/+12
* Examine return value of fail point to placate clangAndrew Morrow2013-03-081-1/+1
* SERVER-7300 Race Condition in FailPoint::setModeRandolph Tan2012-10-091-1/+1
* SERVER-7290 Make it harder to misuse failpointRandolph Tan2012-10-081-13/+14
* SERVER-7265 fail_point_test failure on bbotRandolph Tan2012-10-051-10/+1
* SERVER-5175 modified tests to better print errorsRandolph Tan2012-10-041-3/+21
* SERVER-5175 Need "failpoints" system to facilitate testing core serverRandolph Tan2012-10-041-0/+230