summaryrefslogtreecommitdiff
path: root/jstests/replsets/get_replication_info_helper.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-47863 Add fields to initial sync progress metricsJason Chan2020-11-161-2/+34
|
* SERVER-49993 Update _slaves to _secondaries in replsettest.jsAli Mir2020-09-041-2/+2
|
* SERVER-50335 use backports_requires_for_multiversion_tests when excluding ↵Pavi Vetriselvan2020-08-191-1/+0
| | | | hello tests from multiversion suites
* SERVER-49991 Alias db. and rs.printSlaveReplicationInfo() to ↵Pavi Vetriselvan2020-08-121-1/+14
| | | | printSecondaryReplicationInfo()
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-45/+44
|
* SERVER-38516 Tighten up tests that don't fail when not closing connections ↵Matthew Russotto2019-02-121-4/+1
| | | | during stepdown bbut allow exceptions during stepdown
* SERVER-34526 Jstests should not depend on ReplSetTest.liveNodesTess Avitabile2018-05-011-2/+2
|
* SERVER-26601 Remove assert.soon wrappers around rawMongoProgramOutputSamy Lanka2018-03-261-6/+3
|
* SERVER-25640 terminate running processes in jstestsKevin Albertson2018-02-081-1/+1
|
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-7/+7
|
* SERVER-22597 Fix minor javascript errors found by eslintMike Grundy2016-02-191-1/+1
|
* SERVER-21248 get_replication_info_helper.js should not assume all insert ops ↵Benety Goh2015-12-101-2/+2
| | | | will happen in the same second
* SERVER-17443 use assert.soon rather than assert for log messages in ↵matt dannenberg2015-03-031-2/+6
| | | | get_replication_info_helper.js
* SERVER-16948 fix printSlaveReplicationInfo()'s detection of primarymatt dannenberg2015-01-201-2/+8
|
* SERVER-16793 properly obtain primary in printSlaveReplicationInfo and change ↵matt dannenberg2015-01-151-1/+18
| | | | output to reflect when no primary is present
* SERVER-16424 Update db.getReplicationInfo shell helper to be storage engine ↵Spencer T Brody2014-12-081-0/+28
agnostic