Message12138

Author stefan.richthofer
Recipients darjus, jamesmudd, jeff.allen, stefan.richthofer
Date 2018-10-17.20:15:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539807359.77.0.788709270274.issue2708@psf.upfronthosting.co.za>
In-reply-to
Content
The CI (Travis, not looking at the others) performs some fatally failing runs due to some config issues. However, there are also some okay runs and for these the only failure is test_urllib2net since some time.
So. fixing (or muting) this issue, turns at least some runs green, providing a better look than currently.

     [exec] 379 tests OK.
     [exec] 2 tests skipped:
     [exec]     test_codecmaps_hk test_curses
     [exec] 1 test failed:
     [exec]     test_urllib2net
     [exec] 1 fail unexpected:
     [exec]     test_urllib2net
     [exec] Re-running failed tests in verbose mode
     [exec] Re-running test 'test_urllib2net' in verbose mode
     [exec] test test_urllib2net failed -- multiple errors occurred

Unfortunately the "verbose" rerun of test_urllib2net is not very enlightening. I suspect it will be tedious to find the cause.
History
Date User Action Args
2018-10-17 20:15:59stefan.richthofersetmessageid: <1539807359.77.0.788709270274.issue2708@psf.upfronthosting.co.za>
2018-10-17 20:15:59stefan.richthofersetrecipients: + stefan.richthofer, jeff.allen, darjus, jamesmudd
2018-10-17 20:15:59stefan.richthoferlinkissue2708 messages
2018-10-17 20:15:58stefan.richthofercreate