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

bpo-30175: Skip client cert tests of test_imaplib #1320

Merged
merged 2 commits into from
Apr 27, 2017
Merged

bpo-30175: Skip client cert tests of test_imaplib #1320

merged 2 commits into from
Apr 27, 2017

Conversation

vstinner
Copy link
Member

The IMAP server cyrus.andrew.cmu.edu doesn't accept our randomly
generated client x509 certificate anymore.

The IMAP server cyrus.andrew.cmu.edu doesn't accept our randomly
generated client x509 certificate anymore.
@mention-bot
Copy link

@Haypo, thanks for your PR! By analyzing the history of the files in this pull request, we identified @bitdancer, @abalkin and @tiran to be potential reviewers.

@vstinner vstinner requested a review from pitrou April 27, 2017 14:10
@vstinner
Copy link
Member Author

Oh... test_nntplib failed on Travis CI... I restarted the job...

test_nntplib fails randomly with EOFError in
NetworkedNNTPTests.setUpClass(). Catch EOFError to skip tests in that
case.
@vstinner
Copy link
Member Author

Oh... test_nntplib failed on Travis CI... I restarted the job...

I failed again... I created http://bugs.python.org/issue30188 and wrote PR #1322 to fix nntplib, but tests on the nnptlib fix will fail on the imaplib test, so I included the nntplib fix in this imaplib fix...

@vstinner vstinner merged commit 5bccca5 into python:master Apr 27, 2017
@vstinner vstinner deleted the imap_ssl branch April 27, 2017 15:30
@vstinner
Copy link
Member Author

@vstinner
Copy link
Member Author

Python 2.7 is not affected by imaplib and nntplib issues.

vstinner added a commit that referenced this pull request Apr 27, 2017
* bpo-30175: Skip client cert tests of test_imaplib

The IMAP server cyrus.andrew.cmu.edu doesn't accept our randomly
generated client x509 certificate anymore.

* bpo-30188: Catch EOFError in NetworkedNNTPTests

test_nntplib fails randomly with EOFError in
NetworkedNNTPTests.setUpClass(). Catch EOFError to skip tests in that
case.

(cherry picked from commit 5bccca5)
@serhiy-storchaka
Copy link
Member

Thanks Victor!

vstinner added a commit that referenced this pull request Apr 27, 2017
* bpo-30175: Skip client cert tests of test_imaplib

The IMAP server cyrus.andrew.cmu.edu doesn't accept our randomly
generated client x509 certificate anymore.

* bpo-30188: Catch EOFError in NetworkedNNTPTests

test_nntplib fails randomly with EOFError in
NetworkedNNTPTests.setUpClass(). Catch EOFError to skip tests in that
case.

(cherry picked from commit 5bccca5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants