Comment 5 for bug 306264

Revision history for this message
pva (pva) wrote :

vila, it's reverse: pycurl of version 7.19.0 cause more problems then pycurl 7.16.4 (with the same curl version installed). And speaking about 1.9 (full output in attachment) it looks like same tests fail (even more, but I suppose some bugs are fixed and some tests were added):

ERROR: blackbox.test_check.ChrootedCheckTests.test_check_missing_repository
ERROR: blackbox.test_outside_wt.TestOutsideWT.test_url_log
ERROR: branch_implementations.test_branch.ChrootedTests.test_open_containing(BzrBranchFormat5)
ERROR: branch_implementations.test_branch.ChrootedTests.test_open_containing(RemoteBranchFormat-default)
ERROR: test_bzrdir.ChrootedTests.test_open_containing
ERROR: test_bzrdir.ChrootedTests.test_open_containing_from_transport
ERROR: test_bzrdir.ChrootedTests.test_open_containing_tree_branch_or_repository_empty
ERROR: test_http.TestWallServer.test_http_get(pycurl,HTTP/1.1)
ERROR: test_http.TestWallServer.test_http_has(pycurl,HTTP/1.1)

About disabling tests, I mean, I need selectively disable tests which are known to fail. This helps me to work with our arch teams since they'll avoid test which are known to fail. And well, that's said, I'll move back to older py/curl to see how tests pass there...