<br>Ok.  I don&#39;t get this.  Please someone help me understand this.<br><br>System is jaunty jackelope x86_64 up to date and with PPA 1.15-1<br><br><u>Observation #1</u><br>If I say <br><br>    bzr --no-plugins selftest test_http<br>
<br>testing stalls at <br><br>    test_http.TestAuth.test_wrong_pass(pycurl,HTTP/1.1,basicdigest)<br><br><u>Observation #2</u><br>But if I say<br><br>    bzr --no-plugins selftest test_http -v<br><br>testing stalls at <br>
<br>    test_http.TestActivity.test_get(urllib,HTTP/1.0,https)<br><br><br><u>Observation #3</u><br>What&#39;s even more remarkable is that the test_wrong_pass which stalled the non-verbose run actually passes in verbose mode:<br>
<br>    test_http.TestAuth.test_wrong_pass(pycurl,HTTP/1.1,basicdigest)            OK                  49ms<br><br><br>Each of these observations was 100% reproducible in ten consecutive trials.<br>
<br>I suppose this could be explained by test order (shouldn&#39;t order by the same for the commands quoted above?) or by sensitivity to timing differences between verbose and non-verbose modes.  But I have no evidence to support this pure speculation.<br>
<br>-M<br><br>