Issue 4698: Solaris buildbot failure on trunk in test_hostshot (original) (raw)
Issue4698
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) * ![]() |
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) * ![]() |
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) * ![]() |
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:43 | admin | set | github: 48948 |
2010-01-22 21:36:20 | nascheme | set | status: open -> closedresolution: fixed |
2009-11-02 01:01:21 | nascheme | set | messages: + |
2009-11-01 22:00:58 | amaury.forgeotdarc | set | assignee: naschememessages: + nosy: + nascheme |
2009-10-30 21:12:51 | pitrou | link | issue7230 superseder |
2009-10-30 19:48:47 | r.david.murray | set | keywords: + buildbot |
2008-12-18 22:58:53 | pitrou | create |