[New-bugs-announce] [issue15095] test_imaplib problem - intermittent skips and LOGINDISABLED not reported

Nick Coghlan report at bugs.python.org
Sun Jun 17 13:09:54 CEST 2012


New submission from Nick Coghlan <ncoghlan at gmail.com>:

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')

----------
messages: 163053
nosy: ncoghlan
priority: normal
severity: normal
status: open
title: test_imaplib problem - intermittent skips and LOGINDISABLED not reported
versions: Python 3.2, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15095>
_______________________________________


More information about the New-bugs-announce mailing list