| Commit message (Expand) | Author | Age | Files | Lines |
* | Calculating which shard(s) to send $in queries to was taking a long time. Thi... | Spencer T Brody | 2012-02-08 | 1 | -0/+58 |
* | SERVER-4914 identify relevant code points | Aaron | 2012-02-08 | 1 | -1/+2 |
* | merge shard7 test with new sharded update validation code | Aaron | 2012-02-07 | 1 | -1/+1 |
* | SERVER-4554 for shard selection, treat empty ranges separately from universal... | Aaron | 2012-02-06 | 1 | -5/+30 |
* | buildbot count1.js make sure we wait for stopped balancer, otherwise intermit... | Greg Studer | 2012-01-26 | 1 | -5/+3 |
* | buildbot make port ranges not interfere in linux | Greg Studer | 2012-01-26 | 1 | -2/+2 |
* | try to make chmod work | Eliot Horowitz | 2012-01-25 | 1 | -2/+8 |
* | buildbot names.js can't use ports >49152 for testing, may be auto-allocated | Greg Studer | 2012-01-25 | 1 | -2/+2 |
* | buildbot multi_mongos1.js turn off balancer during splits/moves | Greg Studer | 2012-01-25 | 1 | -0/+4 |
* | turn balancer off during test | Eliot Horowitz | 2012-01-25 | 1 | -0/+2 |
* | buildbot count1.js stop balancer during manual chunk operations | Greg Studer | 2012-01-25 | 1 | -0/+7 |
* | SERVER-4762 more logging on failure case for bigMapReduce.js | Greg Studer | 2012-01-24 | 1 | -1/+21 |
* | tests and debugging checks for wbl logic on migrates/getLastError | Greg Studer | 2012-01-17 | 1 | -0/+113 |
* | make unit test actually fail if gle does not throw an exception | Eric Milkie | 2012-01-12 | 1 | -3/+7 |
* | adding test for all cases of sharded MR | agirbal | 2012-01-11 | 1 | -0/+105 |
* | buildbot mrShardedOutput.js see if wbl needs to process further writes, or if... | Greg Studer | 2012-01-05 | 1 | -2/+8 |
* | stop balancer for test | agirbal | 2012-01-04 | 1 | -0/+1 |
* | buildbot sharding/geo_near_random1/2.js balancer must be off for manual chunk... | Greg Studer | 2012-01-03 | 2 | -0/+10 |
* | buildbot shard2.js balancer now moves small #s of chunks used in this test, t... | gregs | 2012-01-02 | 1 | -0/+4 |
* | buildbot multi_mongos2.js balancer now moves small #s of chunks, need to disa... | gregs | 2012-01-02 | 1 | -1/+8 |
* | buildbot features2.js intermittent issue - balancer assumptions and splitting... | gregs | 2011-12-30 | 1 | -0/+5 |
* | buildbot features1.js turn off balancer so it doesn't interfere with test mig... | gregs | 2011-12-29 | 1 | -0/+2 |
* | buildbot bigMapReduce.js make sure count issue is due to wbl timing and not w... | gregs | 2011-12-28 | 1 | -1/+2 |
* | SERVER-4554 test | Aaron | 2011-12-25 | 1 | -0/+27 |
* | Update replica set info on config server by shard name, not replica set name.... | Spencer T Brody | 2011-12-21 | 1 | -0/+44 |
* | buildbot and SERVER-4526 mongos_no_detect_sharding.js split logic may change,... | Greg Studer | 2011-12-21 | 1 | -1/+4 |
* | SERVER-3627: disable migration during mr sharded output. More complete testing. | agirbal | 2011-12-16 | 2 | -41/+71 |
* | SERVER-3627: shard collection and initial chunks much simpler. Test now verif... | agirbal | 2011-12-16 | 1 | -7/+26 |
* | buildbot bigMapReduce.js can fail until SERVER-3627 resolved, noted | Greg Studer | 2011-12-15 | 1 | -1/+1 |
* | buildbot sync3.js don't dev-null config server output so we can track progress | Greg Studer | 2011-12-15 | 1 | -1/+1 |
* | SERVER-4215 use consistent cursor for map phase | Greg Studer | 2011-12-14 | 1 | -9/+1 |
* | buildbot don't print out huge strings auto2.js | gregs | 2011-12-13 | 1 | -1/+1 |
* | SERVER-4388 update version of newly sharded collection on mongod primary afte... | Greg Studer | 2011-12-12 | 1 | -0/+39 |
* | buildbot findandmodify1.js - balancer assumptions changed, update test | Greg Studer | 2011-12-12 | 1 | -0/+3 |
* | SERVER-4465 don't abort on local version reset unless it's a meaningful reset | Greg Studer | 2011-12-09 | 1 | -0/+49 |
* | SERVER-4399 test case to ensure mongos updates config server with new rs data | Greg Studer | 2011-12-09 | 1 | -0/+78 |
* | fix unit test; apparently there is a "diff" property that is conflicting with... | Eric Milkie | 2011-12-06 | 1 | -2/+2 |
* | Fix test that's flaky due to SERVER-4356 | Spencer T Brody | 2011-11-22 | 1 | -0/+3 |
* | replica set tests did not clean up the data folder due to bug | agirbal | 2011-11-17 | 1 | -1/+3 |
* | test for SERVER-3567 | Eliot Horowitz | 2011-11-17 | 1 | -0/+6 |
* | Don't create entries in config.databases if the dbname is invalid SERVER-4284 | Eliot Horowitz | 2011-11-16 | 1 | -0/+4 |
* | Fix permissions on keyfile | Spencer T Brody | 2011-11-15 | 1 | -0/+0 |
* | SERVER-4114: added admin user to each shard for better testing | agirbal | 2011-11-15 | 1 | -0/+4 |
* | fix case where a sharded collection is dropped and we need to reset state SER... | Eliot Horowitz | 2011-11-14 | 1 | -0/+45 |
* | Make sharded killOp/curOp/unlock check auth SERVER-4250 | Kristina | 2011-11-11 | 1 | -0/+22 |
* | buildbot fix for bigMapReduce.js in 2.1 | gregs | 2011-11-10 | 1 | -1/+10 |
* | SERVER-4114: added test | agirbal | 2011-11-07 | 1 | -0/+16 |
* | Extend flaky test to get more information on failure. | Spencer T Brody | 2011-11-07 | 1 | -2/+27 |
* | SERVER-4171 test for wbl and new sharding | gregs | 2011-11-07 | 1 | -0/+40 |
* | Add test for SERVER-4196. | Spencer T Brody | 2011-11-04 | 1 | -1/+14 |