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.

classification
Title: Solaris buildbot failure on trunk in test_hostshot
Type: behavior Stage:
Components: Extension Modules Versions: Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: nascheme Nosy List: amaury.forgeotdarc, nascheme, pitrou
Priority: normal Keywords: buildbot

Created on 2008-12-18 22:58 by pitrou, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg78045 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2008-12-18 22:58
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
)
msg94809 - (view) Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) * (Python committer) Date: 2009-11-01 22:00
This was apparently fixed some months ago with r69410.
Neil, would you mind backporting it to 2.6?
msg94814 - (view) Author: Neil Schemenauer (nascheme) * (Python committer) Date: 2009-11-02 01:01
I checked in the fix on the 2.6 branch.
History
Date User Action Args
2022-04-11 14:56:43adminsetgithub: 48948
2010-01-22 21:36:20naschemesetstatus: open -> closed
resolution: fixed
2009-11-02 01:01:21naschemesetmessages: + msg94814
2009-11-01 22:00:58amaury.forgeotdarcsetassignee: nascheme

messages: + msg94809
nosy: + nascheme
2009-10-30 21:12:51pitroulinkissue7230 superseder
2009-10-30 19:48:47r.david.murraysetkeywords: + buildbot
2008-12-18 22:58:53pitroucreate