summaryrefslogtreecommitdiff
path: root/dbtests/repltests.cpp
AgeCommit message (Expand)Author
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
2009-03-24Upsert insert with embedded objectsAaron
2009-03-19Replace emptyObj with BSONObj()Aaron
2009-03-18$set can be used with any type, checkpointAaron
2009-03-17Remove 'haveLogged'Aaron
2009-03-02Remove loggingAaron
2009-03-02Add idempotence test for timestamp updateAaron
2009-02-27Rename CurrentTime to Timestamp, don't change type on insertAaron
2009-02-27Add BSONElementManipulator and CurrentTime typeAaron
2009-02-18virtual dtors == goodAaron
2009-02-12Check that applying ops doesn't produce new opsAaron
2009-02-09doneAndDecouple() -> obj()Dwight
2009-02-05Don't update pattern if no key in matching objectAaron
2009-02-04Replay fixes for some more update casesAaron
2009-02-03Log generated id with inserted object, log id as update query in some casesAaron
2009-01-30Commenting tests until they can be reworked with automatic id generationAaron
2009-01-28Don't log an update having no effect, log id as query when doing just one removeAaron
2009-01-23Add some more testsAaron
2009-01-23Add remove testsAaron
2009-01-23Reinstate InsertTwo testAaron
2009-01-23Add idempotence tests for some oplog operationsAaron