summaryrefslogtreecommitdiff
path: root/jstests/replsets/get_replication_info_helper.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-25640 terminate running processes in jstestsKevin Albertson2018-04-251-1/+1
| | | | (cherry picked from commit c556e377094792e7253a95cb5fedcd703a99bf2c)
* 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