-
Notifications
You must be signed in to change notification settings - Fork 645
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
Fix intermittent issues with Wiremock connection reset simulation #2319
Conversation
As with previous PR, I'll run a bunch of Travis builds before considering this RTBM (though there seems to be some special property of |
| min-backoff = 0s | ||
| max-backoff = 0s | ||
| min-backoff = 100ms | ||
| max-backoff = 300ms |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this intentionally part of this PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, my bad... forgot to rebase after the last PR was merged. Fixed.
…s with connection reset simulation. (akka#2209)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like an improvement in any case, and the failure hasn't returned on this branch since.
Sorry about all the other failures in there, we have work to do still...
Do you think this is ready to squash-and-merge?
Probably, but I'll run a few more builds and then reset to remove the trigger commits. |
RTBM now from my perspective. |
Thanks! Let's see how this fares on master ;) |
References #2209