summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* added countReturn which takes limit and and skip into considerationEliot Horowitz2009-05-271-0/+23
* preserve capped-ness in clonecollectionAaron2009-05-261-0/+8
* fix tests MINORAaron2009-05-261-17/+17
* BUG SERVER-71 don't allow multiple _id indexesAaron2009-05-261-0/+17
* check matching regexes encapsulated directly in arrays as wellAaron2009-05-261-0/+8
* BUG SERVER-68 - regex matches within objects within arraysAaron2009-05-261-0/+16
* BUG SERVER-59 when matching expand arrays recursively if contained in differe...Aaron2009-05-211-2/+2
* Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-05-2113-41/+41
|\
| * Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-05-203-2/+21
| |\
| * | explicitly bind e2e mongod instances to loopback interfaceAaron2009-05-2013-41/+41
* | | fix op logging for collection creation and for convertToCappedAaron2009-05-211-0/+13
| |/ |/|
* | include check for collection created before slave startsAaron2009-05-201-2/+8
* | add test for replicating new capped collectionAaron2009-05-201-0/+11
* | cleaner test MINORAaron2009-05-201-2/+1
* | handle broken eval scripts correctlyEliot Horowitz2009-05-201-0/+3
|/
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-05-202-3/+54
|\
| * debugging MINORAaron2009-05-201-3/+1
| * add tool tests where db data files are accessed directlyAaron2009-05-201-13/+30
| * add smokeToolAaron2009-05-201-0/+36
* | better test MINOREliot Horowitz2009-05-201-1/+1
* | converToCappend on collectionEliot Horowitz2009-05-201-2/+3
|/
* more robust maintenance of mod ids set in repl codeAaron2009-05-191-2/+2
* Add paramaterizable timeout for engine's invoke and exec, set timeout of 10 m...Aaron2009-05-191-31/+30
* adjust timeouts MINORAaron2009-05-191-5/+9
* do checkLocation before testing refLoc in clientcursor, to remove warning mes...Aaron2009-05-191-0/+2
* Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-05-182-1/+34
|\
| * add convertToCapped commandAaron2009-05-181-1/+16
| * support renaming capped collectionAaron2009-05-181-0/+18
* | add test for expiration of indexed or cursor referenced objects in capped col...Aaron2009-05-181-0/+22
|/
* add cloneCollectionAsCapped commandAaron2009-05-181-0/+27
* autoIndexId defaults to false when creating a capped collectionAaron2009-05-181-3/+4
* convert clonecolletion.js test to use spawned shells instead of fork()Aaron2009-05-152-130/+158
* add ability to spawn a shell from shellAaron2009-05-152-24/+7
* disable shellfork and clonecollection testsAaron2009-05-152-149/+153
* Merge branch 'smshell'Eliot Horowitz2009-05-1513-45/+98
|\
| * simpoe sub object testEliot Horowitz2009-05-151-0/+14
| * only strings for $whereEliot Horowitz2009-05-141-2/+3
| * better assertsEliot Horowitz2009-05-141-4/+4
| * more tests passing, _id in frontEliot Horowitz2009-05-143-16/+16
| * set up mongo program scope; debugging MINORAaron2009-05-141-0/+8
| * Merge branch 'smshell' of git@github.com:mongodb/mongo into smshellAaron2009-05-141-0/+8
| |\
| | * handle sm->bson dateEliot Horowitz2009-05-141-0/+8
| * | port quit and allocatePortsAaron2009-05-141-1/+1
| |/
| * just another testEliot Horowitz2009-05-141-0/+20
| * fix for new getIndexesEliot Horowitz2009-05-141-2/+2
| * update test for smEliot Horowitz2009-05-131-8/+8
| * smshell: more utils working, some other fixesEliot Horowitz2009-05-131-12/+13
* | don't do de duping for capped collectionsAaron2009-05-141-0/+13
* | include query fields generating trivial bounds in exact key match checkAaron2009-05-131-0/+1
* | more debugging for pair4.js test MINORAaron2009-05-131-2/+2