Message12135

Author stefan.richthofer
Recipients jamesmudd, jeff.allen, stefan.richthofer
Date 2018-10-13.11:23:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539429834.16.0.788709270274.issue2708@psf.upfronthosting.co.za>
In-reply-to
Content
I noticed that rather recently (some months ago) test_urllib2net started to fail on TravisCI. I went through the github commit history to identity the satrting point of failure.
It seems to be this commit:
https://github.com/jythontools/jython/commit/2f4c2928b617a10aa99bb5de98926015500481d8
where it consequently starts failing.
One commit earlier (https://github.com/jythontools/jython/commit/52eb2fbae077036f9488a2ee9b78ed1630f2d306) the test still went well.

Routinely breaking tests make TravisCI less useful for us, so this should be cleaned up.

Given that the "breaking" PR is titled "Refactor PyJavaType.init for readability (no material change)." I suspect this issue might be induced some change in Travis CI. Traditionally, networking tests were not so reliable anyway. However also in this case we should consider to skip this test or better only the broken bit.

Any ideas what actually goes wrong?
History
Date User Action Args
2018-10-13 11:23:54stefan.richthofersetrecipients: + stefan.richthofer, jeff.allen, jamesmudd
2018-10-13 11:23:54stefan.richthofersetmessageid: <1539429834.16.0.788709270274.issue2708@psf.upfronthosting.co.za>
2018-10-13 11:23:53stefan.richthoferlinkissue2708 messages
2018-10-13 11:23:53stefan.richthofercreate