[New-bugs-announce] [issue20128] Re-enable test_modules_search_builtin() in test_pydoc

Eric Snow report at bugs.python.org
Sun Jan 5 08:10:27 CET 2014


New submission from Eric Snow:

The test (added in issue #20123) broke one of the stable FreeBSD buildbots:

http://buildbot.python.org/all/builders/AMD64%20FreeBSD%209.0%203.x/builds/6102

The log for that test run indicates the traceback and the test can be found in Lib/test/test_pydoc.py (PydocImportTest.test_modules_search_builtin).

The problem could be one (or more) of several possibilities:

* the test is broken in an esoteric way
* the buildbot has issues
* the platform has issues
* the test exposes some other underlying bug elsewhere

The test itself is not critical but I hope to re-enable it before beta 2 ends in a couple weeks.

Stefan: any insight you could offer on the problem, particularly relative to the platform and buildbot, would be greatly appreciated.

----------
assignee: eric.snow
components: Tests
messages: 207353
nosy: eric.snow, skrah
priority: high
severity: normal
stage: needs patch
status: open
title: Re-enable test_modules_search_builtin() in test_pydoc
type: behavior
versions: Python 3.4

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


More information about the New-bugs-announce mailing list