bpo-30188: Catch EOFError in NetworkedNNTPTests by vstinner · Pull Request #1322 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.5k
Closed
bpo-30188: Catch EOFError in NetworkedNNTPTests#1322
vstinner wants to merge 1 commit intopython:masterfrom
vstinner:nntplib
bpo-30188: Catch EOFError in NetworkedNNTPTests#1322
vstinner wants to merge 1 commit intopython:masterfrom
vstinner:nntplib
Conversation
Copy link Copy Markdown
Member
vstinner
commented
Apr 27, 2017
vstinner
commented
test_nntplib fails randomly with EOFError in
NetworkedNNTPTests.setUpClass(). Catch EOFError to skip tests in that
case.
test_nntplib fails randomly with EOFError in NetworkedNNTPTests.setUpClass(). Catch EOFError to skip tests in that case.
the-knights-who-say-ni
added
the
CLA signed
label
Copy link Copy Markdown
mention-bot
commented
Apr 27, 2017
mention-bot commented
Apr 27, 2017@Haypo, thanks for your PR! By analyzing the history of the files in this pull request, we identified @vadmium, @serhiy-storchaka and @birkenfeld to be potential reviewers.
Copy link Copy Markdown
Member Author
vstinner
commented
Apr 27, 2017
vstinner commented
Apr 27, 2017
vstinner
mentioned this pull request
Copy link Copy Markdown
Member Author
vstinner
commented
Apr 27, 2017
vstinner commented
Apr 27, 2017PR #1320 was merged.
vstinner
closed this
vstinner
deleted the
nntplib
branch
vstinner
removed
the
needs backport to 2.7
label
Mariatta
removed
needs backport to 3.5
labels
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment