summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/replsettests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-7/+7
* SERVER-13704 write commands handles ClockSkewException differently from legac...Randolph Tan2014-05-011-25/+13
* SERVER-13643 Plumb TransactionExperiment though logOpMathias Stearn2014-04-301-1/+2
* SERVER-13091 fix RSSync cpp unit testmatt dannenberg2014-04-291-0/+5
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-291-10/+17
* SERVER-13645 move replication_server_status.h/.cpp to repl_settings.h/.cppmatt dannenberg2014-04-231-1/+1
* SERVER-13084: remove Client::database and make many things not use thread loc...Eliot Horowitz2014-04-171-2/+2
* some cleaning of userCreateNsEliot Horowitz2014-04-031-2/+1
* SERVER-11643: remove all active nsdetails calls in testsEliot Horowitz2014-04-031-8/+6
* SERVER-13053 track index builds explicitly instead of using CurOpEric Milkie2014-03-211-598/+0
* SERVER-12213: remove NamespaceDetais::findIdIndex and NamespaceDetails::haveI...Eliot Horowitz2014-01-091-4/+4
* SERVER-11611: switch index builder and rebuilder to use IndexCatalogEliot Horowitz2013-12-281-4/+4
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* SERVER-11611: remove dependency on DataFileMgr.Amalia Hawkins2013-11-201-9/+27
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-2/+3
* SERVER-6405: move dropCollection into DatabaseEliot Horowitz2013-09-191-2/+2
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-1/+1
* SERVER-8536 prevent race conditions in IndexBuilder testsEric Milkie2013-05-311-7/+31
* SERVER-8536 test reliability: work around lock scheduling fairnessEric Milkie2013-05-131-5/+5
* SERVER-9474 SERVER-9421 fix replset tests with background index buildsEric Milkie2013-05-091-27/+45
* SERVER-8536 adjust replsettest base frameworkEric Milkie2013-04-121-9/+11
* SERVER-8536 reenable index builds for incomplete indexes at startupEric Milkie2013-04-081-0/+560
* SERVER-7772 move oplog into db/repl/Eric Milkie2013-03-141-9/+7
* SERVER-7772 repl_startEric Milkie2013-03-111-1/+0
* SERVER-2771 Revert command handlingKristina2013-01-021-562/+6
* make replication tests more reliableEliot Horowitz2012-12-311-1/+15
* SERVER-8044: fix possible deadlock in kill op and fix index killing codeEliot Horowitz2012-12-301-1/+1
* SERVER-2771 Test fixesKristina2012-12-281-2/+5
* Fix test attempting to build the same index twiceKristina2012-12-271-1/+1
* SERVER-2771 Fix test to handle other tests not cleaning upKristina2012-12-261-6/+12
* SERVER-2771 Use multiplatform sleep functionKristina2012-12-261-4/+5
* SERVER-2771 Command handlingKristina2012-12-261-10/+541
* nsdetails takes a StringData, don't call c_str on std::stringEliot Horowitz2012-12-211-3/+3
* SERVER-3067 Add killop support for foreground index builds.Aaron2012-11-081-2/+6
* fix compilation warning; NULL needs to be 0Eric Milkie2012-11-061-1/+1
* SERVER-7551 do not convert updates to upserts if primary is pre-2.2Eric Milkie2012-11-061-0/+20
* SERVER-6671 end batch early if oplog version change is detectedEric Milkie2012-10-041-1/+17
* SERVER-7028 Move complex initialization (that may trigger page fault exceptio...Aaron2012-09-201-7/+16
* fix compilation for test binaryEric Milkie2012-08-221-1/+1
* SERVER-5516 SERVER-5304 SERVER-6577 new capped collections now get _id index ...Kevin Matulef2012-08-021-2/+0
* SERVER-6577 temp fix for buildbotKevin Matulef2012-07-261-3/+3
* SERVER-5685 multiple threads prefetch and apply ops on secondariesEric Milkie2012-06-191-115/+107
* fix compileEric Milkie2012-06-131-0/+3
* SERVER-5685 add waitForMore() helper to bgsyncEric Milkie2012-06-131-5/+8
* SERVER-5963 - fix dbtests for capped indexesEliot Horowitz2012-06-031-2/+3
* Revert "Fix FreeBSD build"Kristina2012-05-161-3/+0
* Fix Solaris compileKristina2012-05-161-1/+1
* Fix FreeBSD buildKristina2012-05-161-0/+3
* cleanup includes and tests SERVER-4392Kristina2012-05-161-24/+24
* Move oplog application code to SyncTail classKristina2012-05-161-3/+190