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

remove redundant TestClient_MaxIdleConns unit test #74

Merged
merged 1 commit into from
Sep 5, 2019

Conversation

muharem
Copy link
Contributor

@muharem muharem commented Sep 4, 2019

The removing test is not correct and redundant.
Redundant because it is testing a http client max idle connection feature which is coming from the standard http package.
Its not correct because it fails from time to time and the reason is that the connection closing could happened concurrently and not the all connections are closed before we check the number of active connections.

@muharem muharem merged commit 21f21dd into master Sep 5, 2019
@awdng awdng deleted the remove-redundant-unit-test branch March 5, 2020 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants