summaryrefslogtreecommitdiff
path: root/dbtests
Commit message (Collapse)AuthorAgeFilesLines
* bsonobjbuilder cleanupDwight2009-02-094-7/+7
|
* doneAndDecouple() -> obj()Dwight2009-02-097-60/+60
|
* rename classes and add a new client connect methodDwight2009-02-062-5/+5
|
* Update unit testsAaron2009-02-063-6/+5
|
* Fix test failure on hudson boostAaron2009-02-051-1/+1
|
* More validation for modifier updatesAaron2009-02-051-0/+84
|
* 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
|
* Make sure object w/ undefined elt is validAaron2009-02-031-2/+14
|
* Undefined element can appear anywhere in objectAaron2009-02-031-12/+0
|
* Install JNI within context of unit test framework's signal handlerAaron2009-02-032-5/+9
|
* return a nonzero exit code on a startup problemDwight2009-02-031-1/+1
|
* Actually add javajstestsAaron2009-02-031-0/+44
|
* Put javajstest in 'test' binary, fix fallout of starting jni in test binaryAaron2009-02-033-2/+10
|
* Real fixes for test failuresAaron2009-02-023-6/+11
|
* Disable tests until I can fix the failures tomorrowAaron2009-02-021-2/+2
|
* Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/pAaron2009-02-022-16/+23
|\
| * abstracting out record storage for btreeunknown2009-01-311-1/+1
| |
| * Insert a real objectAaron2009-01-301-2/+4
| |
| * Commenting tests until they can be reworked with automatic id generationAaron2009-01-301-6/+6
| |
| * Insert real objects instead of zeroesAaron2009-01-301-7/+12
| |
* | Make arbitration smarter -- arbiter forwards negotiate request to paired nodeAaron2009-02-021-42/+25
| |
* | Revert "UUID class"Eliot Horowitz2009-01-301-22/+1
| | | | | | | | This reverts commit e9fc9ce95078cc2d96f87d8b11c94d9898567b35.
* | UUID classEliot Horowitz2009-01-301-1/+22
|/
* Allow single quoted field names and valuesAaron2009-01-301-0/+12
|
* hint and explainDwight2009-01-301-1/+1
|
* Fix unit tests after dbclient changeAaron2009-01-291-3/+3
|
* Allow unquoted field names, at Dwight's requestAaron2009-01-291-0/+24
|
* Don't log an update having no effect, log id as query when doing just one removeAaron2009-01-281-9/+11
|
* Fix unit test compileAaron2009-01-261-1/+1
|
* get rid of #define exit and just defined it in the mongo namespaceEliot Horowitz2009-01-251-3/+3
|
* 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-234-0/+317
|
* Parse both hex characters of each byteAaron2009-01-221-0/+14
|
* Add HostByName testAaron2009-01-213-0/+47
|
* Add negative element size testAaron2009-01-211-0/+12
|
* Add 'fields' spec to cmd run countAaron2009-01-211-0/+67
|
* Fix simple match spec for encapsulating elements and numbersAaron2009-01-203-0/+127
|
* Matcher only reject incompatible types if not numbersAaron2009-01-203-0/+83
|
* Merge jsobj.h changesAaron2009-01-191-3/+3
|\
| * fix dbtests for my renamingdwight2009-01-181-3/+3
| |
* | Try a short object tooAaron2009-01-181-4/+11
| |
* | Patch some more holes in BSON validationAaron2009-01-181-0/+85
|/
* Allow random seed specAaron2009-01-171-4/+12
|
* Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/pAaron2009-01-171-1/+18
|\
| * oid parsing, slight better randomEliot Horowitz2009-01-171-1/+18
| |
* | Add more interesting fuzz tests, move json tests into separate fileAaron2009-01-175-852/+882
|/