summaryrefslogtreecommitdiff
path: root/jstests/replsets/sync2.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-51282 Replace all remaining reference to master slave terminology in ↵Ali Mir2020-10-131-6/+6
| | | | jstests
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with ↵James Wahlin2019-08-141-2/+2
| | | | assert.commandWorked()
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-46/+46
|
* SERVER-33034: Fix tests with bad assertionsDavid Bradford2018-02-151-1/+1
|
* SERVER-28041 remove awaitNodesAgreeOnPrimary() call in sync2.jsJudah Schvimer2017-02-171-1/+0
|
* SERVER-27816 increase wtimeout in sync2.jsJudah Schvimer2017-01-271-54/+52
|
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-3/+1
|
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-13/+19
|
* SERVER-21050 Cleanup ReplSetTestKaloian Manassiev2015-12-081-2/+2
| | | | | | 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-21736 disable sync2.js in the replica_sets_legacy taskmatt dannenberg2015-12-021-0/+4
|
* SERVER-19301 Expose new MongoBridge API for network partition testing.Max Hirschhorn2015-11-061-12/+9
| | | | | | | | | 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-18584 write an n-op when transition to primary is completematt dannenberg2015-08-051-0/+1
|
* SERVER-15028 prevent sync2.js from attempting an insert on an incorrect ↵matt dannenberg2014-08-251-1/+6
| | | | primary node
* Revert "SERVER-14755 increase ReplSetTest timeouts to prevent spurious ↵Eric Milkie2014-08-011-2/+2
| | | | | | failures while using HybridCoordinator" This reverts commit 9ec7d68a97dc54f534e95959e62cafcab38bd440.
* SERVER-14755 increase ReplSetTest timeouts to prevent spurious failures ↵matt dannenberg2014-07-311-2/+2
| | | | while using HybridCoordinator
* SERVER-13839 circumvent reconfig in sync2.jsmatt dannenberg2014-05-061-17/+13
|
* SERVER-13190 migrate replset jstest suite to use write commands apiRandolph Tan2014-03-141-8/+4
|
* Revert "Revert "SERVER-6071 use command on local.slaves instead of cursor""matt dannenberg2013-07-221-5/+3
| | | | This reverts commit 6486b4035c5ac52679eb3e1a034c925ccdd20deb.
* Remove unnecessary and broken portion of testMathias Stearn2013-07-121-16/+0
| | | | Fixes SERVER-10153
* Revert "SERVER-6071 use command on local.slaves instead of cursor"Eric Milkie2013-07-121-3/+5
| | | | | | | | | | | | | | | | | | | This reverts commit 2267744af0e972bceccb4ff4e9ed19a1ed639d2e. Revert "SERVER-6071 correct assert code" This reverts commit 85ca38c33e4aaebad539e78a05aed329b09c1208. Conflicts: src/mongo/db/repl/sync_source_feedback.cpp Revert "SERVER-6071 use command on local.slaves instead of cursor" This reverts commit 83ecb9775b7997dd5115c53f6ea30d2e368a4244. Conflicts: src/mongo/db/repl/replset_commands.cpp src/mongo/db/repl/sync_source_feedback.cpp
* SERVER-6071 use command on local.slaves instead of cursorMatt Dannenberg2013-06-291-5/+3
|
* Try to make jstests/replsets/sync2.js more robust and add loggingSpencer T Brody2013-01-231-1/+5
|
* SERVER-7562 Query sync target with OpTime, not dateKristina2012-11-061-0/+16
|
* stop replica sets at the end of tests so that Windows is happyEric Milkie2012-02-161-0/+1
|
* fix test: force node 0 to be masterKristina2011-05-121-1/+13
|
* op passthrough for w SERVER-992Kristina2011-05-101-0/+36