summaryrefslogtreecommitdiff
path: root/dbtests/repltests.cpp
AgeCommit message (Expand)Author
2011-11-14Change replset tests to use non-static applyOperationKristina
2011-09-22add test for SERVER-3799Kristina
2011-08-17SERVER-3554 assert on failed yield recovery in finding start cursorAaron Staple
2011-08-04SERVER-3373 query optimizer optimizations, primarily for non or queriesAaron
2011-07-31SERVER-3482 check oldest op first when doing oplog replay, wassert instead of...Aaron
2011-04-12SERVER-2111 Synchronize db names with master if a case conflict is detected i...Aaron
2011-03-29SERVER-1465 remove replica pairsAaron
2011-01-04ran astyle SERVER-2304Eliot Horowitz
2010-12-12can never change _id with a full object update SERVER-2206Eliot Horowitz
2010-09-29SEVER-394 remove overwrite field name in place mode, as this can cause field ...Aaron
2010-09-29SERVER-394 implement rename modifierAaron
2010-05-07compile vs2010Dwight Merriman
2010-05-07auto_ptr -> shared_ptr for Cursor objectsEliot Horowitz
2010-04-27stdafx->pchDwight
2010-04-27SERVER-810 explain testAaron
2010-04-27SERVER-810 _id modifying updates replicate correctlyAaron
2010-04-09reset mem size audit correctly for repl idsAaron Staple
2010-03-08fix idempotency of initial $inc SERVER-717Eliot Horowitz
2010-03-08inc embedded repl fix SERVER-716Eliot Horowitz
2010-03-08SERVER-716 add failing testAaron
2010-02-08move some replication settings into ReplicationSettingsEliot Horowitz
2010-01-29get rid of setClient - all Database storage is in Client::ContextEliot Horowitz
2010-01-25another idempotence testEliot Horowitz
2009-12-24fix $bit testEliot Horowitz
2009-12-23test that doesn't work yet for $bit - commented outEliot Horowitz
2009-12-09more renamingDwight
2009-12-09Start using Date_t. Can anyone think of a better name?Mathias Stearn
2009-10-21flag to update multiple objects with $ operators SERVER-268Eliot Horowitz
2009-09-30win pre-compild headersunknown
2009-09-17new unit test frameworkEliot Horowitz
2009-09-07forgot to commit tests for $pop and repl SERVER-100Eliot Horowitz
2009-09-07add Pop and PopReverse tests for SERVER-260Aaron
2009-07-21bug SERVER-132 implemented pullAll/pushAll modifiersAaron Staple
2009-07-15BUG SERVER-130 pull modifier implementedAaron Staple
2009-05-12reset shared database after each test suite MINORAaron
2009-05-12unit tests use same database to reduce disk usageAaron
2009-05-11hold dblock throughout test to allow proper shutdown MINORAaron
2009-04-27don't allow matching an array directly with standard operatorsAaron
2009-04-27always get owned id and include that mem in returned sizeAaron
2009-04-24update tests MINORAaron
2009-04-24test for upgrading to collection based set storageAaron
2009-04-24implement upgrade to collection based set storageAaron
2009-04-23test rough mem id set sizeAaron
2009-04-23tests for db and mem based id setsAaron
2009-04-22refactor pairing codeAaron
2009-04-13disable test updating objects without id MINORAaron
2009-04-09fix compile warning MINORAaron
2009-04-09log separate op for each deleted objectAaron
2009-03-25$push idempotence checkpointAaron
2009-03-25$push replayAaron