summaryrefslogtreecommitdiff
path: root/dbtests
AgeCommit message (Expand)Author
2009-04-06MINOR fix compiler warningsAaron
2009-04-06count perf testsAaron
2009-04-06fix compiler warningAaron
2009-04-06add basic count test, in preparation for smarter count code coming after we c...Aaron
2009-04-06array elt may not contain referenced subobjectAaron
2009-04-06add $all query optionAaron
2009-04-03whitespaceMike Dirolf
2009-03-31Print compilation info in test outputAaron
2009-03-31Print compilation info in test outputAaron
2009-03-27Perf tests for mod updatesAaron
2009-03-27When checking that a mod will not modify an indexed field, validate parent/ch...Aaron
2009-03-27Add SIZE labelAaron
2009-03-27Don't drop certain empty objectsAaron
2009-03-26Better $push type validationAaron
2009-03-26Don't double-increment 'left'Aaron
2009-03-25Build a subobject without recopying the contentsAaron
2009-03-25$push idempotence checkpointAaron
2009-03-25$push replayAaron
2009-03-25Add $size query optionAaron
2009-03-25More push testsAaron
2009-03-24$push checkpointAaron
2009-03-24Merge branch 'master' of git@github.com:mongodb/mongoAaron
2009-03-24$push checkpointAaron
2009-03-24Use string instead of char * in client codeAaron
2009-03-24Upsert insert with embedded objectsAaron
2009-03-24More embedded mod corner casesAaron
2009-03-24Merge branch 'master' of git@github.com:mongodb/mongoAaron
2009-03-24mod checkpointAaron
2009-03-24Initialize BSONElement() with correct totalSizeAaron
2009-03-24embedded mod checkpointAaron
2009-03-23Few more testsAaron
2009-03-23Move update related tests to separate fileAaron
2009-03-23mods on missing embedded objects checkpointAaron
2009-03-19Replace emptyObj with BSONObj()Aaron
2009-03-18Add getmore perf testsAaron
2009-03-18$set can be used with any type, checkpointAaron
2009-03-18Now forward startLoc, with testAaron
2009-03-17Remove 'haveLogged'Aaron
2009-03-11Tailable w/ delete testsAaron
2009-03-11Clean up tailable cursor codeAaron
2009-03-11Don't attempt to make cursor tail immediately if not at endAaron
2009-03-10Add explicit getMore to client interfaceAaron
2009-03-03Move index cache to NamespaceDetailsTransientAaron
2009-03-02Remove loggingAaron
2009-03-02Add idempotence test for timestamp updateAaron
2009-03-02Key match checkpointAaron
2009-03-02Add KeyValJSMatcherAaron
2009-02-27Rename CurrentTime to Timestamp, don't change type on insertAaron
2009-02-27Add BSONElementManipulator and CurrentTime typeAaron
2009-02-27Ignore MinKey and MaxKey in matcherAaron