Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JS tests for replica set flapping and heartbeatTimeoutSecs #360

Closed
wants to merge 3 commits into from
Closed

JS tests for replica set flapping and heartbeatTimeoutSecs #360

wants to merge 3 commits into from

Commits on Mar 7, 2013

  1. Support mongobridge delay parameter in ReplSetBridge

    This should be compatible with future improvements to support ranged delays (see #317)
    jmikola committed Mar 7, 2013
    Configuration menu
    Copy the full SHA
    bfdd406 View commit details
    Browse the repository at this point in the history
  2. Support unidirectional network partitioning in ReplSetTest

    The default behavior (bidirectional) remains as-is. This adds support for terminating an X->Y link while leaving Y->X untouched.
    jmikola committed Mar 7, 2013
    Configuration menu
    Copy the full SHA
    9277814 View commit details
    Browse the repository at this point in the history
  3. SERVER-8558: Test replica set flapping and heartbeatTimeoutSecs

    Also adds two fail points to support JS tests. rsDelayHeartbeatResponse will delay the replSetHeartbeat command response on a node. rsStopHeartbeatRequest may be used to preemptively fail a heartbeat to another member (by its host:port).
    jmikola committed Mar 7, 2013
    Configuration menu
    Copy the full SHA
    d1156b4 View commit details
    Browse the repository at this point in the history