summaryrefslogtreecommitdiff
path: root/jstests/replsets
Commit message (Expand)AuthorAgeFilesLines
* SERVER-7817 - fix no_chaining.js to forceSync from correct hostDan Pasette2013-03-221-2/+8
* SERVER-6591 Fix localhostAuthBypass tests to work on 2.2, where GLE requires ...Spencer T Brody2013-02-271-7/+3
* SERVER-6591: added tests for bypassing authentication when connected with a l...Craig Wilson2013-02-271-0/+124
* SERVER-7551 use same batch limits for initialsync and synctailEric Milkie2012-11-091-0/+52
* SERVER-7498 chainingAllowed option for replicationKristina2012-11-061-0/+68
* Merge pull request #280 from samantharitter/SERVER-6474Ian Whalen2012-08-081-0/+11
|\
| * SERVER-6474 give more descriptive error messages when syncFrom is misusedSamantha Ritter2012-08-011-0/+11
* | Fix test to wait for the master's POV to catch upKristina2012-08-071-3/+16
* | add new capped coll autoIndexId testKevin Matulef2012-08-061-1/+25
* | SERVER-5516 SERVER-5304 SERVER-6577 new capped collections now get _id index ...Kevin Matulef2012-08-021-2/+2
* | SERVER-4237 Make replsetfreeze.js more stable by freezing the secondary as wellSpencer T Brody2012-07-301-0/+4
* | SERVER-6577 capped coll updates trigger _id index creation on secondariesKevin Matulef2012-07-261-4/+14
* | Fix test to wait for secondaries SERVER-6607Kristina2012-07-261-0/+2
|/
* SERVER-6584 Use smaller oplog in slaveDelay2.js testSpencer T Brody2012-07-251-2/+3
* Add debugging messages to test SERVER-6398Kristina2012-07-251-3/+6
* add setSlaveOk to capped_id testKevin Matulef2012-07-241-0/+2
* buildbot. Dont set oplogSize in testSpencer T Brody2012-07-241-2/+2
* SERVER-5304 test capped colls get _id index on secondariesKevin Matulef2012-07-241-0/+107
* SERVER-4237 make slaveDelay2.js use the standard waitForAllMembers functionSpencer T Brody2012-07-241-24/+5
* SERVER-4237 make waitForAllMembers function retry replSetGetStatus on socket ...Spencer T Brody2012-07-241-20/+28
* SERVER-4237 Make reconnect function wait for authentication to succeedSpencer T Brody2012-07-241-1/+1
* Revert "Allow background indexes while in secondary state" SERVER-6522Kristina2012-07-191-8/+1
* Fix test: retry query after sockets are closed SERVER-6486Kristina2012-07-171-2/+10
* try to make replsetfreeze.js a little more reliableEliot Horowitz2012-07-111-1/+1
* SERVER-6303 correct locking for initial sync retryingEric Milkie2012-07-101-0/+61
* fix function call SERVER-6309Eric Milkie2012-07-051-1/+1
* SERVER-6309 replace sleep with something betterEric Milkie2012-07-051-4/+5
* fix auth3 test for faster buildersEric Milkie2012-07-021-8/+0
* Fix CRLF line endingsTad Marshall2012-06-271-41/+41
* buildbot SERVER-6160: make using real hostname the default for replica set te...Spencer T Brody2012-06-211-1/+1
* Fix test: wait for member to become secondary before queryingKristina2012-06-211-0/+4
* Fix test to wait until server is secondary to query itKristina2012-06-201-1/+2
* since B is the node rolling back, we need its view of the world rather than A'sEric Milkie2012-06-201-1/+1
* plug race condition; wait for all nodes' statuses to be validEric Milkie2012-06-191-1/+3
* make ARBITER one of the valid states to wait forEric Milkie2012-06-191-1/+3
* make test more reliableEric Milkie2012-06-191-3/+3
* SERVER-6091 remove unreliable, incorrect testEric Milkie2012-06-141-17/+0
* SERVER-5963 change order of initial sync so that we do data, then sync,Eliot Horowitz2012-06-031-1/+11
* SERVER-5993 move fsync test to appropriate placeEliot Horowitz2012-06-021-0/+61
* Fix fastsync test SERVER-5698Kristina2012-05-291-3/+15
* Add debugging output to test to understand failure. SERVER-5948Spencer T Brody2012-05-281-0/+4
* SERVER-5876 buildbot auth.js + others - make sure we wait for replication of ...Greg Studer2012-05-212-3/+2
* SERVER-5706 test was taking too long; slow debug builders were failing testEric Milkie2012-05-211-1/+1
* SERVER-5040 retry initial sync if errors occur when creating indexesEric Milkie2012-05-181-2/+1
* SERVER-5040 better test, use replsets instead of master/slaveEric Milkie2012-05-181-0/+47
* Remove timing-dependent testKristina2012-05-171-3/+0
* Fix timing issues on a couple of testsKristina2012-05-172-14/+28
* SERVER-5706 if only slaveDelay'd nodes are available, use themEric Milkie2012-05-071-10/+2
* Test should make sure conns are authenticated before proceeding SERVER-5554Kristina2012-04-091-6/+13
* SERVER-5548 Relax timing in remove1.jsTad Marshall2012-04-091-19/+11