[New-bugs-announce] [issue4698] Solaris buildbot failure on trunk in test_hostshot

Antoine Pitrou report at bugs.python.org
Thu Dec 18 23:58:54 CET 2008


New submission from Antoine Pitrou <pitrou at free.fr>:

The Solaris buildbot seems to fail deterministically on trunk with the
following message.

======================================================================
FAIL: test_logreader_eof_error (test.test_hotshot.HotShotTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/home2/buildbot/slave/trunk.loewis-sun/build/Lib/test/test_hotshot.py",
line 130, in test_logreader_eof_error
    self.assertRaises((IOError, EOFError), _hotshot.logreader, ".")
AssertionError: (<type 'exceptions.IOError'>, <type
'exceptions.EOFError'>) not raised

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

(see e.g.
http://www.python.org/dev/buildbot/trunk.stable/sparc%20solaris10%20gcc%20trunk/builds/61/step-test/0
)

----------
components: Extension Modules
messages: 78045
nosy: amaury.forgeotdarc, pitrou
priority: normal
severity: normal
status: open
title: Solaris buildbot failure on trunk in test_hostshot
type: behavior
versions: Python 2.7

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


More information about the New-bugs-announce mailing list