summaryrefslogtreecommitdiff
path: root/jstests/replsets/rollback3.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-26227 Increase waitForState timeouts in replicaset testsJudah Schvimer2016-09-221-1/+1
|
* SERVER-24901 do not use fast count when checking collection size in replset ↵Benety Goh2016-07-071-6/+6
| | | | tests
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-43/+63
|
* SERVER-22341 fix jslint errors in jstests/replsets with eslint --fixMike Grundy2016-02-051-1/+1
|
* SERVER-21050 Introduce ReplSetTest.State enumeration everywhereKaloian Manassiev2015-12-111-1/+1
| | | | | Makes all JS tests access the replica set member state from the class itself instead of the object instance. Also removes some unused code.
* SERVER-21050 Cleanup ReplSetTestKaloian Manassiev2015-12-081-1/+1
| | | | | | This is just a cleanup work to hide some of the private state of ReplSetTest so it is easier to encapsulate and add new logic. Also enables strict mode.
* SERVER-19301 Expose new MongoBridge API for network partition testing.Max Hirschhorn2015-11-061-8/+7
| | | | | | | | | Changes the existing architecture of having a mongobridge process for each unidirection link between two mongod processes in a replica set to having a single mongobridge process per node in the replica set. The mongobridge process is able to distinguish between connections from different hosts by using the "hostInfo" field in the initial isMaster command request.
* SERVER-21129 wait for batch apply flush in a separate threadmatt dannenberg2015-10-301-0/+1
|
* SERVER-16391 archor primary in replset tests, or make agnostic to primary nodeEric Milkie2014-12-031-0/+1
|
* SERVER-15836 Clean up several rollback js tests.Andy Schwerin2014-10-281-3/+4
|
* SERVER-15535 refactor jstests/replsets/rollback*.js to use bridgingmatt dannenberg2014-10-141-238/+118
|
* SERVER-10177 Remove all Js instances of "throw 'string';" with "throw Error();"daveh862014-05-221-1/+1
| | | | | | Includes both the initial patch to remove all throws and patches for all failing tests Signed-off-by: Benety Goh <benety@mongodb.com>
* 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
| | | | | This test was failing with one of the secondaries being in state RECOVERING, so I added a further wait statement.
* Fixed broken tests to wait for replicationBrandon Diamond2011-12-221-1/+13
|
* master->secondary on stepdown SERVER-1681Kristina Chodorow2010-10-141-1/+2
|
* added reconnect functionKristina Chodorow2010-10-071-9/+23
|
* fix replset tests to handle disconnectionKristina Chodorow2010-10-061-2/+8
|
* eliminate CR charsdwight2010-09-051-4/+4
|
* rs better fatal handlingdwight2010-09-021-1/+5
|
* crlfdwight2010-09-021-13/+13
|
* lowercasedwight2010-08-311-1/+1
|
* a little more testdwight2010-08-311-205/+211
|
* better test logging; log less pdfiledwight2010-08-291-5/+6
|
* rs rollbac kbetter testDwight2010-08-231-0/+4
|
* rs more rollback testingDwight2010-08-231-2/+12
|
* rs test and fix rollback of deleteindex command 163Dwight2010-08-231-0/+5
|
* rs rollback work 162 163Dwight2010-08-231-0/+194