bpo-30188: Catch EOFError in NetworkedNNTPTests by vstinner · Pull Request #1322 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Closed

vstinner wants to merge 1 commit intopython:masterfrom

vstinner:nntplib

Closed

bpo-30188: Catch EOFError in NetworkedNNTPTests#1322

vstinner wants to merge 1 commit intopython:masterfrom

vstinner:nntplib

Conversation

@vstinner

Copy link Copy Markdown

Member

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.

@mention-bot

Copy link Copy Markdown

@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.

@vstinner

Copy link Copy Markdown

Member Author

Hum, the CI currently randomly fails on two bugs: bpo-30175 (imaplib) and bpo-30188 (nntplib), so I included this nntplib fix into the imaplib fix => PR #1320.

@vstinner

Copy link Copy Markdown

Member Author

PR #1320 was merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

tests

Tests in the Lib/test dir

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@vstinner @mention-bot @Mariatta @the-knights-who-say-ni