summaryrefslogtreecommitdiff
path: root/jstests/replsets/stepdown3.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-57456 Remove jstests that explicitly validate getLastError functionalityIrina Yatsenko2021-06-151-54/+0
|
* SERVER-55703 Update getDefaultRWConcern to return the implicit default if ↵Moustafa Maher2021-05-071-0/+4
| | | | there is no CWWC
* SERVER-50527 Change NotMasterError category to NotPrimaryErrorPavi Vetriselvan2020-09-081-1/+1
|
* SERVER-49993 Update _slaves to _secondaries in replsettest.jsAli Mir2020-09-041-7/+7
|
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with ↵James Wahlin2019-08-141-1/+1
| | | | assert.commandWorked()
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-45/+44
|
* SERVER-38516 Remove “closeConnectionsOnStepdown” flag and fix tests ↵Matthew Russotto2019-02-121-15/+6
| | | | broken by this
* SERVER-34817 find replace from InterruptedDueToReplStateChange error code to ↵Nathan Louie2018-06-061-1/+1
| | | | InterruptedDueToStepDown
* SERVER-34526 Jstests should not depend on ReplSetTest.liveNodesTess Avitabile2018-05-011-1/+1
|
* SERVER-26561 increase wtimeout in stepdown3.jsJudah Schvimer2016-10-111-1/+2
|
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-3/+1
|
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-50/+51
|
* SERVER-22341 fix jslint errors in jstests/replsets with eslint --fixMike Grundy2016-02-051-1/+1
|
* SERVER-22027 Sharding should not retry killed operationsKaloian Manassiev2015-12-301-2/+6
| | | | | | This change introduces a different interruption code (11602) which will be used to kill operations during replication primary stepdown so the config server retry logic can differentiate them from user-killed operations.
* 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-21384 Enable replica set suites for in-memory storage enginesCharlie Swanson2015-11-191-1/+4
|
* SERVER-18868 Check the exit code of the parallel shell.Max Hirschhorn2015-06-231-1/+4
| | | | | By default the await function returned by startParallelShell() asserts that the exit code is zero.
* SERVER-7775 refactor fsyncUnlock to execute through standard command pathAdam Midvidy2015-03-261-1/+1
|
* Revert "SERVER-7775 refactor fsyncUnlock to execute through standard command ↵Adam Midvidy2015-03-251-1/+1
| | | | | | path" This reverts commit 5c48ea0d3fd6556eb0ba7686a9da6159f0814d08.
* SERVER-7775 refactor fsyncUnlock to execute through standard command pathAdam Midvidy2015-03-251-1/+1
|
* SERVER-15310 Kill all user operations on stepdown.Spencer T Brody2014-12-011-1/+3
|
* SERVER-13190 migrate replset jstest suite to use write commands apiRandolph Tan2014-03-141-2/+2
|
* SERVER-11665: fix getLastError reporting of some errorsEliot Horowitz2013-12-041-2/+2
|
* SERVER-9694 force a stepdown no matter how far behind we think we areEric Milkie2013-06-171-1/+1
|
* SERVER-9694 fix for slow disk'd test runnersEric Milkie2013-06-141-1/+6
|
* SERVER-9694 fix test to cover all GLE stepdown casesEric Milkie2013-05-151-1/+4
|
* print result from GLE if test fails (for debugging)Eric Milkie2013-05-101-1/+3
|
* SERVER-9417 fix unit test to run correctly with authEric Milkie2013-04-301-2/+1
|
* SERVER-9417 assert if we stepDown while waiting to satisfy GLEEric Milkie2013-04-301-0/+39