[Python-Dev] investigating bot failures for ElementTree

Eli Bendersky eliben at gmail.com
Fri Jun 15 10:20:40 CEST 2012


On Fri, Jun 15, 2012 at 8:43 AM, Eli Bendersky <eliben at gmail.com> wrote:

> Hi,
>
> I committed a significant patch to _elementtree, which causes some bots to
> fail on test_xml_etree[_c]. I'm currently investigating the possible cause
> of this - and will be disabling a couple of tests in the suite temporarily,
> since the problems are most likely due to the ugly monkey-patching the
> test_xml_etree is based on.
>
> Eli
>
>
That's it, the stable bots are fairly green now. Some Windows failures were
there before my commits also (seems like there's instability in some tests,
like Locks).

One test in test_xml_etree remains disabled for the time being. I've opened
http://bugs.python.org/issue15075 to track this and will continue to
investigate. The problem most likely happens due to the monkey-patching
done by the test to import the Python and not the C implementation of ET.
Since it's the test that is problematic and not the implementation, I've
only marked the issue priority as "normal".

Anyone partial to debugging hairy import-related problems, feel free to
chime in ;-)

Eli
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20120615/24832d5b/attachment.html>


More information about the Python-Dev mailing list