Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-24254 Wait for nodes to agree on primary in maxSyncSourceLagSecs.js ↵ | Judah Schvimer | 2016-05-24 | 1 | -0/+39 |
| | | | | and chaining_removal.js | ||||
* | SERVER-22661 Require --shardsvr for shard aware initialization | Randolph Tan | 2016-04-08 | 1 | -2/+0 |
| | |||||
* | SERVER-23287: Cleanup replSetGetStatus output/code (field names) | Scott Hernandez | 2016-03-27 | 1 | -2/+2 |
| | |||||
* | SERVER-22533: correct tests for writeConcern majority + journal behaviors | Scott Hernandez | 2016-03-27 | 1 | -8/+12 |
| | |||||
* | SERVER-22469 Format JS code with approved style in src/mongo/shell & ↵ | Jonathan Abrahams | 2016-03-09 | 1 | -177/+205 |
| | | | | src/mongo/scripting | ||||
* | SERVER-22914 Make mongos_no_replica_set_refresh obtain config from the ↵ | Kaloian Manassiev | 2016-03-02 | 1 | -9/+16 |
| | | | | | | | primary node Also gets rid of the getConfigFromPrimary method in place of a more flexible one. | ||||
* | SERVER-22582 wrap assert.soon functions in try...catch in ReplSetTest | Judah Schvimer | 2016-02-18 | 1 | -19/+54 |
| | |||||
* | SERVER-22428 added logging for read-after-optime timeouts | Benety Goh | 2016-02-11 | 1 | -0/+3 |
| | |||||
* | SERVER-19867 removed oplog reads in ReplSetTest | Judah Schvimer | 2016-02-10 | 1 | -77/+96 |
| | |||||
* | SERVER-22521 extended default timeout for ReplSetTest.initiate() from 60 ↵ | Benety Goh | 2016-02-09 | 1 | -1/+1 |
| | | | | seconds to 120 seconds to accommodate slow hosts | ||||
* | SERVER-22287 build ReplSetTest._alldbpaths using actual dbpath from ↵ | Benety Goh | 2016-02-05 | 1 | -8/+4 |
| | | | | MongoRunner.runMongod result | ||||
* | SERVER-22148 Simplify read committed tests | Charlie Swanson | 2016-01-12 | 1 | -0/+5 |
| | | | | | | Many read committed tests share some fairly complex code to determine if the current storage engine supports committed reads. This commit moves that duplicate code into rslib.js. | ||||
* | SERVER-21050 Continuous config stepdown logging changes | Kaloian Manassiev | 2015-12-21 | 1 | -66/+90 |
| | | | | | | This commit is part of the overall change to enable continuous config server stepdown and it includes improvements to logging and test validation. It does not actually enable the stepdown thread. | ||||
* | SERVER-21923 Propagate ReplSetTest.awaitSecondaryNodes timeout values | Kamran Khan | 2015-12-17 | 1 | -1/+1 |
| | | | | | | Previously, the supplied timeout would not be propagated to the getPrimary call, which could result in shorter timeouts for awaitSecondaryNodes and initiate calls. | ||||
* | Revert "SERVER-21050 Continuous config server primary step down" | Kaloian Manassiev | 2015-12-11 | 1 | -31/+22 |
| | | | | This reverts commit 99b433b28928180c73c0edd091f8fd27949e8668. | ||||
* | SERVER-21050 Continuous config server primary step down | Kaloian Manassiev | 2015-12-11 | 1 | -22/+31 |
| | | | | | This change adds a continuous primary stepdown capability to the ReplicaSetTest and hooks it into ShardingTest. | ||||
* | SERVER-21050 Introduce ReplSetTest.State enumeration everywhere | Kaloian Manassiev | 2015-12-11 | 1 | -45/+0 |
| | | | | | 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 ReplSetTest | Kaloian Manassiev | 2015-12-08 | 1 | -970/+1024 |
| | | | | | | 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-21327 Add bridgeOptions to ReplSetTest and ShardingTest. | Max Hirschhorn | 2015-11-20 | 1 | -1/+13 |
| | | | | | The bridgeOptions object is transformed into command line arguments that are passed to the started mongobridge process. | ||||
* | SERVER-21454 Lint replsettest.js | Kamran Khan | 2015-11-19 | 1 | -160/+169 |
| | |||||
* | SERVER-21507 - Add support to ReplSetTest for config.settings | Scott Hernandez | 2015-11-17 | 1 | -0/+8 |
| | |||||
* | SERVER-19301 Expose new MongoBridge API for network partition testing. | Max Hirschhorn | 2015-11-06 | 1 | -176/+57 |
| | | | | | | | | | 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-21288 fix scoping of master variable in awaitReplication | matt dannenberg | 2015-11-04 | 1 | -3/+4 |
| | |||||
* | SERVER-21257 Don't add --nojournal to config servers in nojournal suite | Spencer T Brody | 2015-11-03 | 1 | -67/+0 |
| | |||||
* | SERVER-21237 remove log message in awaitReplication() since variables are no ↵ | matt dannenberg | 2015-11-03 | 1 | -4/+0 |
| | | | | longer relevant | ||||
* | SERVER-21237: Add back accidentally removed log variabler3.2.0-rc2 | Geert Bosch | 2015-11-03 | 1 | -0/+1 |
| | |||||
* | SERVER-21237 fix ReplSetTest.prototype.awaitReplication to use ↵ | matt dannenberg | 2015-11-02 | 1 | -43/+35 |
| | | | | getReplSetStatus rather than query the oplog directly | ||||
* | add validation for waitForState on states to fix initial_sync_cloner_dups.js | Scott Hernandez | 2015-10-26 | 1 | -2/+7 |
| | |||||
* | SERVER-21098 Clean up some sharding jstests to allow them to run under both ↵ | Spencer T Brody | 2015-10-23 | 1 | -0/+10 |
| | | | | CSRS and SCCC mode | ||||
* | increase election timeout for drain.js | Scott Hernandez | 2015-10-23 | 1 | -5/+17 |
| | |||||
* | SERVER-20707 Add --enableMajorityReadConcern option | Mathias Stearn | 2015-10-08 | 1 | -1/+1 |
| | |||||
* | SERVER-20151 do not retry replSetInitiate in ReplSetTest.initiate | Benety Goh | 2015-10-07 | 1 | -15/+1 |
| | |||||
* | SERVER-20767 Improve the logging of ReplSetTest.awaitReplication | Kaloian Manassiev | 2015-10-05 | 1 | -28/+43 |
| | | | | | Doesn't actually fix any bug, just improves the logging to also include the last unreplicated document. | ||||
* | SERVER-20532 add a replica_sets_legacy evergreen task | matt dannenberg | 2015-10-01 | 1 | -0/+9 |
| | |||||
* | SERVER-18498 New replica set configurations have protocolVersion=1 by default | matt dannenberg | 2015-10-01 | 1 | -7/+23 |
| | | | | This re-adds Siyuan's work from commits 19d2885ec51768ab73eee0c7239d8eadc0c51d8d and 362aac3937e3ff39ee995919a529297488537191. | ||||
* | SERVER-20326: record apply batch boundaries | Scott Hernandez | 2015-09-25 | 1 | -1/+1 |
| | |||||
* | SERVER-20494 SERVER-20493 Change CatalogManagerReplicaSet to use Nearest ↵ | Spencer T Brody | 2015-09-24 | 1 | -0/+51 |
| | | | | read preference | ||||
* | Revert "SERVER-18498 Specify protocol version in ReplSetTest's constructor." | Jason Rassi | 2015-09-24 | 1 | -6/+0 |
| | | | | This reverts commit b7bcf24b82942ea2e5b0513f16ad92664848bd01. | ||||
* | Revert "SERVER-18498 New replica set configurations have protocolVersion=1 ↵ | Jason Rassi | 2015-09-24 | 1 | -17/+7 |
| | | | | | | by default" This reverts commit 2c1facf471cce8254e314755c3c7d2fbc753e5f4. | ||||
* | SERVER-20578 ReplSetTest.overflow should wait for replication | Kaloian Manassiev | 2015-09-24 | 1 | -12/+15 |
| | | | | | | Also reduce the ShardingTest oplog size in order to make tests run faster. In addition, this reverts commit eee325e63005939199f6081b1899f1c2863b0530. | ||||
* | SERVER-18498 Specify protocol version in ReplSetTest's constructor. | Siyuan Zhou | 2015-09-23 | 1 | -0/+6 |
| | |||||
* | SERVER-18498 New replica set configurations have protocolVersion=1 by default | Siyuan Zhou | 2015-09-23 | 1 | -7/+17 |
| | |||||
* | SERVER-19551 Oplog stones. | Max Hirschhorn | 2015-09-11 | 1 | -2/+2 |
| | | | | | | Keep "milestones" against the oplog to efficiently remove the old records using WT_SESSION::truncate() when the collection grows beyond its desired maximum size. | ||||
* | SERVER-19841: Fix unsafe global loop vars in js | Kevin Pulo | 2015-09-10 | 1 | -4/+4 |
| | |||||
* | SERVER-20212 Forget connections to a replica set after it has been shut down | Charlie Swanson | 2015-09-09 | 1 | -1/+2 |
| | | | | | Adds a hook to the Mongo object to tell the ReplicaSetMonitorManager to stop monitoring a set, which is called in ReplSetTest.stopSet() | ||||
* | SERVER-18272 Update jstests to use allocatePort() instead of hard coding ports | Charlie Swanson | 2015-09-09 | 1 | -50/+42 |
| | |||||
* | Revert "SERVER-20151 awaitReplication before restarting all the nodes when ↵ | Benety Goh | 2015-08-27 | 1 | -1/+0 |
| | | | | | | bridging a ReplSetTest" This reverts commit b53ae44a850d011fb47596637c83d375b5751e55. | ||||
* | SERVER-20151 awaitReplication before restarting all the nodes when bridging ↵ | matt dannenberg | 2015-08-26 | 1 | -0/+1 |
| | | | | a ReplSetTest | ||||
* | SERVER-18363: fix for stepdown.js | Scott Hernandez | 2015-08-10 | 1 | -4/+14 |
| | |||||
* | SERVER-17450 Cleanup SSL test infrastructure | Spencer T Brody | 2015-04-06 | 1 | -3/+2 |
| |