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

SERVER-7485 Allow ranges in the delay argument in mongobridge #317

Closed
wants to merge 1 commit into from

Conversation

derickr
Copy link
Contributor

@derickr derickr commented Oct 16, 2012

Each query passing through will be delayed by a random value between
the start and end delay value. This extends the functionality that was added
in #257 and extends --delay 30
to --delay 10-40.

Each query passing through will be delayed by a random value between
the start and end delay value.
milkie pushed a commit that referenced this pull request Apr 8, 2013
This should be compatible with future improvements to support ranged delays (see #317)

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.

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).

Signed-off-by: Eric Milkie <milkie@10gen.com>
@kangas
Copy link
Contributor

kangas commented Jul 16, 2013

@derickr - any plans to revisit this pull request and address Tad's feedback? If not, I'd like to close this pull request since it's 9 months old.

@derickr
Copy link
Contributor Author

derickr commented Jul 16, 2013

I'd still like to do it - just not very high on my to-do list anymore.

@kangas
Copy link
Contributor

kangas commented Jul 16, 2013

Mind if I leave the SERVER ticket open and assigned to you, but close this pull request? Feel free to reopen when you have something for us to review.

@derickr
Copy link
Contributor Author

derickr commented Jul 16, 2013

Go for it

@kangas kangas closed this Jul 16, 2013
BradBarnich pushed a commit to BradBarnich/mongo that referenced this pull request Feb 6, 2019
merge 3.6.0-rc2 & rc3 into PSMDB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants