Skip to content

Conversation

sobolevn
Copy link
Member

@sobolevn sobolevn commented Feb 7, 2022

I moved the flaky test to test_urllib2_localnet as @gpshead suggested.
I hope that it will now be reliable 🎉

https://bugs.python.org/issue46648

@vstinner vstinner merged commit 8e98175 into python:main Feb 7, 2022
@miss-islington
Copy link
Contributor

Thanks @sobolevn for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Feb 7, 2022
…erver (pythonGH-31186)

Re-enable test_issue16464() of test_urllib2, move it to urllib2_localnet
and use the local HTTP server rather than an external HTTP server.
(cherry picked from commit 8e98175)

Co-authored-by: Nikita Sobolev <[email protected]>
@bedevere-bot
Copy link

GH-31189 is a backport of this pull request to the 3.10 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.10 only security fixes label Feb 7, 2022
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Feb 7, 2022
…erver (pythonGH-31186)

Re-enable test_issue16464() of test_urllib2, move it to urllib2_localnet
and use the local HTTP server rather than an external HTTP server.
(cherry picked from commit 8e98175)

Co-authored-by: Nikita Sobolev <[email protected]>
@vstinner
Copy link
Member

vstinner commented Feb 7, 2022

PR merged, thanks. I rewrote the commit title/description.

@bedevere-bot bedevere-bot removed the needs backport to 3.9 only security fixes label Feb 7, 2022
@bedevere-bot
Copy link

GH-31190 is a backport of this pull request to the 3.9 branch.

miss-islington added a commit that referenced this pull request Feb 7, 2022
…erver (GH-31186)

Re-enable test_issue16464() of test_urllib2, move it to urllib2_localnet
and use the local HTTP server rather than an external HTTP server.
(cherry picked from commit 8e98175)

Co-authored-by: Nikita Sobolev <[email protected]>
miss-islington added a commit that referenced this pull request Feb 7, 2022
… HTTP server (GH-31186) (GH-31189)

Re-enable test_issue16464() of test_urllib2, move it to urllib2_localnet
and use the local HTTP server rather than an external HTTP server.
(cherry picked from commit 8e98175)


Co-authored-by: Nikita Sobolev <[email protected]>
@miss-islington
Copy link
Contributor

Thanks @sobolevn for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry, @sobolevn and @vstinner, I could not cleanly backport this to 3.8 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 8e98175a03fe03d62822d96007a74e5273013764 3.8

@ambv
Copy link
Contributor

ambv commented Feb 8, 2022

OK, nevermind, I'll use GH-31173 instead.

hello-adam pushed a commit to hello-adam/cpython that referenced this pull request Jun 2, 2022
…erver (pythonGH-31186)

Re-enable test_issue16464() of test_urllib2, move it to urllib2_localnet
and use the local HTTP server rather than an external HTTP server.
(cherry picked from commit 8e98175)

Co-authored-by: Nikita Sobolev <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants