summaryrefslogtreecommitdiff
path: root/dbtests/repltests.cpp
Commit message (Expand)AuthorAgeFilesLines
* reset shared database after each test suite MINORAaron2009-05-121-1/+1
* unit tests use same database to reduce disk usageAaron2009-05-121-3/+3
* hold dblock throughout test to allow proper shutdown MINORAaron2009-05-111-2/+2
* don't allow matching an array directly with standard operatorsAaron2009-04-271-4/+8
* always get owned id and include that mem in returned sizeAaron2009-04-271-1/+1
* update tests MINORAaron2009-04-241-0/+6
* test for upgrading to collection based set storageAaron2009-04-241-1/+3
* implement upgrade to collection based set storageAaron2009-04-241-1/+36
* test rough mem id set sizeAaron2009-04-231-0/+12
* tests for db and mem based id setsAaron2009-04-231-0/+60
* refactor pairing codeAaron2009-04-221-4/+2
* disable test updating objects without id MINORAaron2009-04-131-1/+3
* fix compile warning MINORAaron2009-04-091-2/+2
* log separate op for each deleted objectAaron2009-04-091-1/+21
* $push idempotence checkpointAaron2009-03-251-0/+48
* $push replayAaron2009-03-251-0/+16
* Upsert insert with embedded objectsAaron2009-03-241-2/+2
* Replace emptyObj with BSONObj()Aaron2009-03-191-2/+2
* $set can be used with any type, checkpointAaron2009-03-181-0/+16
* Remove 'haveLogged'Aaron2009-03-171-2/+0
* Remove loggingAaron2009-03-021-3/+0
* Add idempotence test for timestamp updateAaron2009-03-021-4/+28
* Rename CurrentTime to Timestamp, don't change type on insertAaron2009-02-271-6/+7
* Add BSONElementManipulator and CurrentTime typeAaron2009-02-271-0/+23
* virtual dtors == goodAaron2009-02-181-0/+1
* Check that applying ops doesn't produce new opsAaron2009-02-121-0/+12
* doneAndDecouple() -> obj()Dwight2009-02-091-1/+1
* Don't update pattern if no key in matching objectAaron2009-02-051-2/+26
* Replay fixes for some more update casesAaron2009-02-041-162/+132
* Log generated id with inserted object, log id as update query in some casesAaron2009-02-031-25/+123
* Commenting tests until they can be reworked with automatic id generationAaron2009-01-301-6/+6
* Don't log an update having no effect, log id as query when doing just one removeAaron2009-01-281-9/+11
* Add some more testsAaron2009-01-231-22/+161
* Add remove testsAaron2009-01-231-1/+31
* Reinstate InsertTwo testAaron2009-01-231-2/+1
* Add idempotence tests for some oplog operationsAaron2009-01-231-0/+314