[issue5696] test_telnetlib augmentation

Benjamin Peterson report at bugs.python.org
Tue Apr 7 17:28:19 CEST 2009


Benjamin Peterson <benjamin at python.org> added the comment:

Jack, this test seems to be very flaky on the buildbots (and my
machine). I see a lot of failures like this:

======================================================================
FAIL: test_read_eager_B (test.test_telnetlib.ReadTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/temp/python/trunk/Lib/test/test_telnetlib.py", line 235, in
test_read_eager_B
    self._test_read_any_eager_B('read_eager')
  File "/temp/python/trunk/Lib/test/test_telnetlib.py", line 224, in
_test_read_any_eager_B
    self.assertRaises(EOFError, func)
AssertionError: EOFError not raised

======================================================================
FAIL: test_read_very_eager_B (test.test_telnetlib.ReadTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/temp/python/trunk/Lib/test/test_telnetlib.py", line 231, in
test_read_very_eager_B
    self._test_read_any_eager_B('read_very_eager')
  File "/temp/python/trunk/Lib/test/test_telnetlib.py", line 224, in
_test_read_any_eager_B
    self.assertRaises(EOFError, func)
AssertionError: EOFError not raised

----------------------------------------------------------------------
Ran 22 tests in 76.712s

FAILED (failures=2)
test test_telnetlib failed -- errors occurred; run in verbose mode for
details
1 test failed:
    test_telnetlib

----------
nosy: +benjamin.peterson

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


More information about the Python-bugs-list mailing list