python-2.6 regression: tests hang on test_transport_implementations.TransportTests.test_get(HTTPSServer_PyCurl)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Fix Released
|
Medium
|
Vincent Ladeuil |
Bug Description
After I've upgraded python, tests started to fail on:
$=> python bzr --no-plugins selftest test_transport_
testing: /home/pva/
/home/
[6/114 in 0s, 1 missing] test_transport_
strace on the process shows:
camobap bzr-1.14.1 # strace -p 26112
Process 26112 attached - interrupt to quit
restart_
poll([{fd=6, events=
clock_gettime(
clock_gettime(
clock_gettime(
poll([{fd=6, events=
poll([{fd=6, events=
[and so on...]
I've tried recent trunk (as of yesterday) and also there are some fixes for python-2.6 bzr test still hangs. Thank you for your time.
Related branches
- Robert Collins (community): Approve
- John A Meinel: Approve
- Diff: 183 lines
- Vincent Ladeuil: Approve
-
Diff: 31 lines (+4/-4)2 files modifiedbzrlib/lazy_regex.py (+3/-3)
doc/en/release-notes/bzr-2.7.txt (+1/-1)
Changed in bzr: | |
status: | Confirmed → Fix Committed |
Changed in bzr: | |
milestone: | none → 1.17 |
status: | Fix Committed → Fix Released |
Thanks for the report. The problem is known to be related to pycurl but not yet fully diagnosed.