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

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Apr 27, 2017

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

@mention-bot mention-bot commented Apr 27, 2017

@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 Apr 27, 2017
pitrou
pitrou approved these changes Apr 27, 2017
@vstinner
Copy link
Member Author

@vstinner vstinner commented Apr 27, 2017

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

@vstinner vstinner commented Apr 27, 2017

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
2 of 3 checks passed
@vstinner vstinner deleted the imap_ssl branch Apr 27, 2017
vstinner added a commit to vstinner/cpython that referenced this issue 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)
vstinner added a commit to vstinner/cpython that referenced this issue 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)
@vstinner
Copy link
Member Author

@vstinner vstinner commented Apr 27, 2017

Backports:

@vstinner
Copy link
Member Author

@vstinner vstinner commented Apr 27, 2017

Python 2.7 is not affected by imaplib and nntplib issues.

vstinner added a commit that referenced this issue 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)
vstinner added a commit to vstinner/cpython that referenced this issue 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

@serhiy-storchaka serhiy-storchaka commented Apr 27, 2017

Thanks Victor!

vstinner added a commit that referenced this issue 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)
haney pushed a commit to haney/cpython that referenced this issue Apr 28, 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.
zhangyangyu pushed a commit to zhangyangyu/cpython that referenced this issue May 8, 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA signed tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants