summaryrefslogtreecommitdiff
path: root/src/mongo/util/fail_point_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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