[issue19613] test_nntplib: sporadic failures, test_article_head_body()

koobs report at bugs.python.org
Tue Jul 26 20:58:35 EDT 2016


koobs added the comment:

This just failed on 3.x (default) on koobs-freebsd{9,10} bots:

======================================================================
FAIL: test_article_head_body (test.test_nntplib.NetworkedNNTP_SSLTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd10/build/Lib/test/test_nntplib.py", line 240, in wrapped
    meth(self)
  File "/usr/home/buildbot/python/3.x.koobs-freebsd10/build/Lib/test/test_nntplib.py", line 185, in test_article_head_body
    self.check_article_resp(resp, body, art_num)
  File "/usr/home/buildbot/python/3.x.koobs-freebsd10/build/Lib/test/test_nntplib.py", line 165, in check_article_resp
    self.assertNotIn(article.lines[-1], (b".", b".\n", b".\r\n"))
AssertionError: b'.' unexpectedly found in (b'.', b'.\n', b'.\r\n')

----------------------------------------------------------------------

Full log attached

----------
keywords: +buildbot
nosy: +koobs
Added file: http://bugs.python.org/file43901/koobs-freebsd-10-python-3x-build-4682.txt

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


More information about the Python-bugs-list mailing list