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

Fix flakey RoundRobinConnectionPoolTest test #7421

Merged

Conversation

lorban
Copy link
Contributor

@lorban lorban commented Jan 19, 2022

The assertion's parameters were in the wrong order such as the lessThanOrEqualTo assertion was failing when the asserted value was not strictly equal.

Closes #7318.

@lorban lorban added Bug For general bugs on Jetty side Test labels Jan 19, 2022
@lorban lorban self-assigned this Jan 19, 2022
@lorban lorban requested a review from janbartel January 19, 2022 15:21
@lorban lorban requested a review from sbordet January 20, 2022 11:38
@lorban lorban merged commit e4140e2 into jetty-10.0.x Jan 20, 2022
@lorban lorban deleted the jetty-10.0.x-7318-flakey-RoundRobinConnectionPoolTest branch January 20, 2022 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For general bugs on Jetty side Test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Flakey test in HttpClient RoundRobinConnectionPoolTest
3 participants