summaryrefslogtreecommitdiff
path: root/dbtests/repltests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-2111 Synchronize db names with master if a case conflict is detected i...Aaron2011-04-121-0/+38
* SERVER-1465 remove replica pairsAaron2011-03-291-116/+0
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-167/+168
* can never change _id with a full object update SERVER-2206Eliot Horowitz2010-12-121-33/+0
* SEVER-394 remove overwrite field name in place mode, as this can cause field ...Aaron2010-09-291-1/+18
* SERVER-394 implement rename modifierAaron2010-09-291-1/+53
* compile vs2010Dwight Merriman2010-05-071-5/+5
* auto_ptr -> shared_ptr for Cursor objectsEliot Horowitz2010-05-071-5/+5
* stdafx->pchDwight2010-04-271-1/+1
* SERVER-810 explain testAaron2010-04-271-1/+1
* SERVER-810 _id modifying updates replicate correctlyAaron2010-04-271-0/+24
* reset mem size audit correctly for repl idsAaron Staple2010-04-091-1/+2
* fix idempotency of initial $inc SERVER-717Eliot Horowitz2010-03-081-0/+25
* inc embedded repl fix SERVER-716Eliot Horowitz2010-03-081-1/+1
* SERVER-716 add failing testAaron2010-03-081-1/+24
* move some replication settings into ReplicationSettingsEliot Horowitz2010-02-081-2/+2
* get rid of setClient - all Database storage is in Client::ContextEliot Horowitz2010-01-291-16/+20
* another idempotence testEliot Horowitz2010-01-251-0/+24
* fix $bit testEliot Horowitz2009-12-241-2/+2
* test that doesn't work yet for $bit - commented outEliot Horowitz2009-12-231-1/+20
* more renamingDwight2009-12-091-7/+7
* Start using Date_t. Can anyone think of a better name?Mathias Stearn2009-12-091-2/+2
* flag to update multiple objects with $ operators SERVER-268Eliot Horowitz2009-10-211-0/+43
* win pre-compild headersunknown2009-09-301-0/+1
* new unit test frameworkEliot Horowitz2009-09-171-5/+5
* forgot to commit tests for $pop and repl SERVER-100Eliot Horowitz2009-09-071-6/+4
* add Pop and PopReverse tests for SERVER-260Aaron2009-09-071-0/+36
* bug SERVER-132 implemented pullAll/pushAll modifiersAaron Staple2009-07-211-0/+68
* BUG SERVER-130 pull modifier implementedAaron Staple2009-07-151-1/+35
* 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