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

Migrate TestPoolManager to Hypercorn #3193

Merged
merged 3 commits into from
Nov 17, 2023

Conversation

pquentin
Copy link
Member

No description provided.

@pquentin pquentin added the Skip Changelog Pull requests that don't require a changelog entry label Nov 17, 2023
test/with_dummyserver/test_poolmanager.py Show resolved Hide resolved
test/with_dummyserver/test_poolmanager.py Show resolved Hide resolved
@@ -73,7 +73,7 @@
# 3. To test our timeout logic by using two different values, eg. by using different
# values at the pool level and at the request level.
SHORT_TIMEOUT = 0.001
LONG_TIMEOUT = 0.01
LONG_TIMEOUT = 0.1
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Latency using Hypercorn+Quart is more variable than I would like, and I've seen a few read timeout errors before bumping the timeout here.

Copy link
Member

@sethmlarson sethmlarson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM :shipit:

@sethmlarson sethmlarson merged commit 3351be5 into urllib3:main Nov 17, 2023
32 of 37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog Pull requests that don't require a changelog entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants