Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-33034: Fix tests with bad assertions | David Bradford | 2018-02-15 | 1 | -1/+1 |
| | |||||
* | SERVER-28041 remove awaitNodesAgreeOnPrimary() call in sync2.js | Judah Schvimer | 2017-02-17 | 1 | -1/+0 |
| | |||||
* | SERVER-27816 increase wtimeout in sync2.js | Judah Schvimer | 2017-01-27 | 1 | -54/+52 |
| | |||||
* | SERVER-23971 Clang-Format code | Mark Benvenuto | 2016-05-28 | 1 | -3/+1 |
| | |||||
* | SERVER-22468 Format JS code with approved style in jstests/ | Jonathan Abrahams | 2016-03-09 | 1 | -13/+19 |
| | |||||
* | SERVER-21050 Cleanup ReplSetTest | Kaloian Manassiev | 2015-12-08 | 1 | -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 task | matt dannenberg | 2015-12-02 | 1 | -0/+4 |
| | |||||
* | SERVER-19301 Expose new MongoBridge API for network partition testing. | Max Hirschhorn | 2015-11-06 | 1 | -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 complete | matt dannenberg | 2015-08-05 | 1 | -0/+1 |
| | |||||
* | SERVER-15028 prevent sync2.js from attempting an insert on an incorrect ↵ | matt dannenberg | 2014-08-25 | 1 | -1/+6 |
| | | | | primary node | ||||
* | Revert "SERVER-14755 increase ReplSetTest timeouts to prevent spurious ↵ | Eric Milkie | 2014-08-01 | 1 | -2/+2 |
| | | | | | | failures while using HybridCoordinator" This reverts commit 9ec7d68a97dc54f534e95959e62cafcab38bd440. | ||||
* | SERVER-14755 increase ReplSetTest timeouts to prevent spurious failures ↵ | matt dannenberg | 2014-07-31 | 1 | -2/+2 |
| | | | | while using HybridCoordinator | ||||
* | SERVER-13839 circumvent reconfig in sync2.js | matt dannenberg | 2014-05-06 | 1 | -17/+13 |
| | |||||
* | SERVER-13190 migrate replset jstest suite to use write commands api | Randolph Tan | 2014-03-14 | 1 | -8/+4 |
| | |||||
* | Revert "Revert "SERVER-6071 use command on local.slaves instead of cursor"" | matt dannenberg | 2013-07-22 | 1 | -5/+3 |
| | | | | This reverts commit 6486b4035c5ac52679eb3e1a034c925ccdd20deb. | ||||
* | Remove unnecessary and broken portion of test | Mathias Stearn | 2013-07-12 | 1 | -16/+0 |
| | | | | Fixes SERVER-10153 | ||||
* | Revert "SERVER-6071 use command on local.slaves instead of cursor" | Eric Milkie | 2013-07-12 | 1 | -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 cursor | Matt Dannenberg | 2013-06-29 | 1 | -5/+3 |
| | |||||
* | Try to make jstests/replsets/sync2.js more robust and add logging | Spencer T Brody | 2013-01-23 | 1 | -1/+5 |
| | |||||
* | SERVER-7562 Query sync target with OpTime, not date | Kristina | 2012-11-06 | 1 | -0/+16 |
| | |||||
* | stop replica sets at the end of tests so that Windows is happy | Eric Milkie | 2012-02-16 | 1 | -0/+1 |
| | |||||
* | fix test: force node 0 to be master | Kristina | 2011-05-12 | 1 | -1/+13 |
| | |||||
* | op passthrough for w SERVER-992 | Kristina | 2011-05-10 | 1 | -0/+36 |