summaryrefslogtreecommitdiff
path: root/jstests/replsets/tags.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-28100 moved common test code for all 3 tags.js tests into a test ↵Benety Goh2017-05-161-232/+3
| | | | library under replsets/libs/
* SERVER-26227 Increase waitForState timeouts in replicaset testsJudah Schvimer2016-09-221-1/+1
|
* SERVER-24718 wait for nodes to agree on primary in tags.jsJudah Schvimer2016-06-271-0/+1
|
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-36/+12
|
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-60/+84
|
* 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-19301 Expose new MongoBridge API for network partition testing.Max Hirschhorn2015-11-061-24/+16
| | | | | | | | | 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-20151 updated tags.js to use a timeout for the failing write ↵Benety Goh2015-10-071-184/+241
| | | | operations that is shorter than the default maxSyncSourceLagSecs
* SERVER-18498 New replica set configurations have protocolVersion=1 by defaultmatt dannenberg2015-10-011-0/+3
| | | | This re-adds Siyuan's work from commits 19d2885ec51768ab73eee0c7239d8eadc0c51d8d and 362aac3937e3ff39ee995919a529297488537191.
* Revert "SERVER-18498 New replica set configurations have protocolVersion=1 ↵Jason Rassi2015-09-241-3/+0
| | | | | | by default" This reverts commit 2c1facf471cce8254e314755c3c7d2fbc753e5f4.
* SERVER-18498 New replica set configurations have protocolVersion=1 by defaultSiyuan Zhou2015-09-231-0/+3
|
* SERVER-18272 Update jstests to use allocatePort() instead of hard coding portsCharlie Swanson2015-09-091-1/+1
|
* SERVER-18265 set proper timeout for find/getmore repl commandsEric Milkie2015-09-031-1/+0
| | | | This reverts commit cb0630daae67c853a76bb82a25f55c9fef54682d.
* Revert "SERVER-18265 set proper timeout for find/getmore repl commands"Eric Milkie2015-09-031-0/+1
| | | | This reverts commit 97ad083b33caf8be68fdd08e1d95777a8ceca053.
* SERVER-18265 set proper timeout for find/getmore repl commandsEric Milkie2015-09-031-1/+0
|
* SERVER-18584 write an n-op when transition to primary is completematt dannenberg2015-08-051-1/+12
|
* SERVER-14458 de-race-conditioning tests found during patch build of ↵matt dannenberg2014-07-151-1/+1
| | | | hybridReplicationCoordinator
* SERVER-13723 fix flakiness in tags.js by increasing timeoutmatt dannenberg2014-04-241-1/+1
|
* SERVER-13342 add a createCollection() to guard against timeouts in tags.jsmatt dannenberg2014-03-251-0/+4
|
* SERVER-13190 migrate replset jstest suite to use write commands apiRandolph Tan2014-03-141-40/+31
|
* SERVER-4966: Renable tests for WindowsMark Benvenuto2014-01-291-3/+0
|
* SERVER-12274 use new code for wmode testsGreg Studer2014-01-151-1/+1
|
* remove race condition from tags.js and ↵matt dannenberg2013-08-091-3/+9
| | | | multiVersion/replset_primary_updater[1-6].js
* Fix test flakinessKristina2012-09-051-0/+2
|
* disable tags test on Windows (mongobridge issues)Eric Milkie2012-02-161-1/+4
|
* Fix flaky tests and add more debuggingKristina2012-02-131-25/+31
|
* debuggingEliot Horowitz2012-01-051-18/+28
|
* yield perf testdwight2011-12-271-0/+1
|
* fix tests SERVER-3923Kristina2011-09-221-1/+1
|
* change tagging format to {x:y}Kristina2011-08-161-15/+15
|
* make sure rs always sets _logOp after newRepl runsKristina2011-07-251-0/+3
|
* faster failover for testKristina2011-07-191-0/+4
|
* expose tagging to getLastError SERVER-992Kristina2011-06-091-0/+147