summaryrefslogtreecommitdiff
path: root/jstests/clone
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-8213 Make copyDB and clone work with auth when using new-style usersSpencer T Brody2013-10-281-49/+0
|
* remove collection level logging SERVER-1455Eliot Horowitz2010-07-211-147/+0
|
* fix explain testr1.5.5Eliot Horowitz2010-07-161-1/+3
|
* some debuggingEliot Horowitz2010-05-041-18/+19
| | | | | | Conflicts: jstests/clone/clonecollection.js
* SERVER-985 clonecollection race conditionsAaron2010-04-121-0/+2
|
* SERVER-985 debugAaron2010-04-081-2/+2
|
* SERVER-851 fix clone collection test race conditionAaron2010-03-301-0/+1
|
* SERVER-692 replace startKey/endKey with indexBoundsAaron2010-03-031-1/+1
|
* SERVER-643 add more data to hopefully always exhaust logAaron2010-02-221-4/+4
|
* Revert "Revert "SERVER-643 eliminate race conditions in clonecollection test""Aaron2010-02-221-32/+53
| | | | This reverts commit 9e0c0ec4801b5d8763096aefde5b7f3d5e4afbd4.
* Revert "SERVER-643 eliminate race conditions in clonecollection test"Aaron2010-02-181-53/+32
| | | | This reverts commit 1ec372ec3b03657c1ceabdc21aeb453f092c747b.
* SERVER-643 eliminate race conditions in clonecollection testAaron2010-02-171-32/+53
|
* SERVER-643 more clonecollection timing tweaksAaron2010-02-171-2/+3
|
* MINOR try to discourage cloneCollection.js race conditionAaron2010-02-091-1/+1
|
* use less data to make test race condition less likelyAaron2010-02-021-3/+3
|
* SERVER-568 make sure initial writes complete before starting cloneAaron2010-01-251-0/+3
|
* don't use newlines for json for commandEliot Horowitz2009-10-121-2/+3
|
* multiline regex matchEliot Horowitz2009-10-121-1/+1
|
* fix test race condition MINORAaron2009-05-291-1/+9
|
* write more data in log exhaustion test, to prevent spurious test failure MINORAaron2009-05-281-3/+3
|
* preserve capped-ness in clonecollectionAaron2009-05-261-0/+8
|
* explicitly bind e2e mongod instances to loopback interfaceAaron2009-05-201-2/+2
|
* convert clonecolletion.js test to use spawned shells instead of fork()Aaron2009-05-151-130/+146
|
* disable shellfork and clonecollection testsAaron2009-05-151-128/+130
|
* increase size of data to clone to keep clone from finishing before done ↵Aaron2009-05-061-5/+5
| | | | saving new objects in test MINOR
* sanity check and debug for clonecollection.js MINORAaron2009-05-051-0/+4
|
* disable http interface for clonecollection test MINORAaron2009-05-051-2/+2
|
* assign ports dynamically in cloneCollection testAaron2009-05-051-9/+11
|
* create id index correctly when cloningAaron2009-04-201-1/+1
|
* debug original save in clonecollection test MINORAaron2009-04-131-0/+1
|
* clone collection test debug info MINORAaron2009-04-081-2/+2
|
* track command return object correctly MINORAaron2009-04-071-1/+2
|
* print err message on command failure MINORAaron2009-04-071-9/+8
|
* cleanupAaron2009-03-111-4/+31
|
* Test exhausting oplog spaceAaron2009-03-061-1/+42
|
* Filter cloneCollection oplog inserts based on query patternAaron2009-03-061-1/+1
|
* Remove from beginning of storage regionAaron2009-03-061-2/+2
|
* Fix some clonecollection issuesAaron2009-03-051-1/+5
|
* Add check for op log applicationAaron2009-03-051-0/+22
|
* Add clonecollection.js testAaron2009-03-041-0/+29