summaryrefslogtreecommitdiff
path: root/jstests/replsets/stepup.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-55703 Update getDefaultRWConcernMoustafa Maher2021-04-291-1/+3
|
* SERVER-50668 Refactor JS tests that enable rsSyncApplyStopAli Mir2020-10-071-4/+3
|
* SERVER-48514: Separate testing 'called' and 'successful' fields for ↵Xuerui Fa2020-06-011-1/+2
| | | | serverStatus election metrics
* SERVER-47634: Make metrics test in stepup.js more robustXuerui Fa2020-04-171-2/+6
|
* 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-54/+52
|
* SERVER-414500 Track number of successful elections for each reason in ↵Medha Potluri2019-07-081-15/+22
| | | | serverStatus
* SERVER-41499 Track number of elections called for each reason in serverStatusMedha Potluri2019-07-031-1/+20
|
* SERVER-32144 Remove test coverage for replication protocol version 0Vesselina Ratcheva2018-03-131-15/+2
| | | | This reverts commit c5a4250a649ab0afb4ecdf227d4a0400f9e68786.
* Revert "SERVER-32144 Remove test coverage for replication protocol version 0"Vesselina Ratcheva2018-03-091-2/+15
| | | | This reverts commit d05e04551b7e399a5554858de48541ae11988b10.
* SERVER-32144 Remove test coverage for replication protocol version 0Vesselina Ratcheva2018-03-091-15/+2
|
* SERVER-25640 terminate running processes in jstestsKevin Albertson2018-02-081-0/+1
|
* SERVER-32803 stepup.js should retry stepUp commandWilliam Schultz2018-01-241-3/+8
|
* SERVER-24881 Fix JS test for storage engines that don't support journaling.Siyuan Zhou2016-07-081-2/+2
|
* SERVER-24881 Wait for the secondary to be able to win election in tests.Siyuan Zhou2016-07-071-1/+2
|
* SERVER-24881 Add StepUp Command.Siyuan Zhou2016-07-061-0/+53
| | | | | This reverts commit 05eca76c9df7df37cb422aa385cd4f121578b381. Fixed ErrorCodes in JS tests.
* Revert "SERVER-24881 Add StepUp Command."Jonathan Abrahams2016-07-061-53/+0
| | | | This reverts commit e3ee305be314d8109ec1f1fd558b7011817dbfe7.
* SERVER-24881 Add StepUp Command.Siyuan Zhou2016-07-051-0/+53