This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients ncoghlan
Date 2012-06-17.11:09:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339931394.61.0.931073792835.issue15095@psf.upfronthosting.co.za>
In-reply-to
Content
When running the test suite on Fedora 17 (and behind a couple of layers of NAT), I see the following problems:

Intermittently: skipped "Resource 'cyrus.andrew.cmu.edu' is not available"

Consistently (with a couple of tests updated to use the improved assertion methods for containment testing):

======================================================================
FAIL: test_logincapa (test.test_imaplib.RemoteIMAPTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/ncoghlan/devel/py32/Lib/test/test_imaplib.py", line 236, in test_logincapa
    self.assertIn('LOGINDISABLED', self.server.capabilities)
AssertionError: 'LOGINDISABLED' not found in ('IMAP4REV1', 'LITERAL+', 'ID', 'ENABLE', 'ACL', 'RIGHTS=KXTE', 'QUOTA', 'MAILBOX-REFERRALS', 'NAMESPACE', 'UIDPLUS', 'NO_ATOMIC_RENAME', 'UNSELECT', 'CHILDREN', 'MULTIAPPEND', 'BINARY', 'CATENATE', 'CONDSTORE', 'ESEARCH', 'SORT', 'SORT=MODSEQ', 'SORT=DISPLAY', 'THREAD=ORDEREDSUBJECT', 'THREAD=REFERENCES', 'ANNOTATEMORE', 'LIST-EXTENDED', 'WITHIN', 'QRESYNC', 'SCAN', 'XLIST', 'URLAUTH', 'URLAUTH=BINARY', 'MUPDATE=MUPDATE://MUPDATE.ANDREW.CMU.EDU/', 'AUTH=GSSAPI', 'AUTH=PLAIN', 'AUTH=ANONYMOUS', 'SASL-IR', 'STARTTLS')
History
Date User Action Args
2012-06-17 11:09:55ncoghlansetrecipients: + ncoghlan
2012-06-17 11:09:54ncoghlansetmessageid: <1339931394.61.0.931073792835.issue15095@psf.upfronthosting.co.za>
2012-06-17 11:09:53ncoghlanlinkissue15095 messages
2012-06-17 11:09:50ncoghlancreate