-
Notifications
You must be signed in to change notification settings - Fork 351
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
fixes LoadbalanceTest issues #983
Conversation
It looks like some requests are failing like this:
The test sets up a |
417a37f
to
d7afdf3
Compare
I've pushed an update that should address the issue. |
rsocket-core/src/test/java/io/rsocket/loadbalance/LoadbalanceTest.java
Outdated
Show resolved
Hide resolved
d7afdf3
to
27347dc
Compare
Signed-off-by: Rossen Stoyanchev <[email protected]>
27347dc
to
283bfb7
Compare
I undid the |
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.
LGTM
I think, on occasion, not all requests had finished executing when the counter is checked.