-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
info for #4259 DO NOT MERGE #4258
Conversation
@kennethreitz Hey there! Could you please re-open this? There is a hanging test I want to verify in CI. |
sorry! |
@kennethreitz No problem! I submitted #4259 |
Ok, so the first note is that I don't reproduce this failure locally. That suggests that the failure is environmental: either OS-based (I'm on macOS) or something more nuanced. My first guess is that it's related to proxies, so I'm going to chase that rabbit hole. |
Ok if we fail out of the |
Ok so what seems to be happening is that the HTTP server is blocking forever. Let's try to find out why. |
Hrm, here's a weirdness: this doesn't appear to happen when I run the tests under tox. |
Ohhhhh I know what this will be. Ok, one sec. |
Yup, got it. Ok, will open a PR that fixes this problem. |
Between this and that macOS memory allocation thing, you're the King of Bug Hunting! |
Heh, thanks! |
No description provided.