<br>I&#39;ve been trying to get the test suite to run as reported in other posts to this mailing list.<br><br>Along the way I have found an obstacle which may be of more general interest.<br><br>Vincent has noted that some tests which run for the bzr sources do not run for teh bzr PPA.<br>
<br>I want to do a similar test.  But I cannot -- because of version skew between PPA and tarballs.<br><br>Let&#39;s look at just the 1.15 series (the latest for which PPA is available as of right now).<br><br>The PPA has 1.15-1~1bazaar1~januty1 which gives<br>
<br>bzr version<br><br>Bazaar (bzr) 1.15<br>  Python interpreter: /usr/bin/python 2.6.2<br>  Python standard library: /usr/lib/python2.6<br>  bzrlib: /usr/lib/python2.6/dist-packages/bzrlib<br>  Bazaar configuration: /home/martitza/.bazaar<br>
  Bazaar log file: /home/martitza/.bzr.log<br><br>but there is no corresponding tarball available at <a href="https://launchpad.net/bzr/+download">https://launchpad.net/bzr/+download</a> (surprise!)<br><br>Instead what we find at <a href="https://launchpad.net/bzr/+download">https://launchpad.net/bzr/+download</a> is only the more recent 1.15.1.tar.gz which gives<br>
<br>./bzr-1.15.1 version<br><br>Bazaar (bzr) 1.15.1<br>  Python interpreter: /usr/bin/python 2.6.2<br>  Python standard library: /usr/lib/python2.6<br>  bzrlib: /home/martitza/Desktop/bzr-1.15.1/bzrlib<br>  Bazaar configuration: /home/martitza/.bazaar<br>
  Bazaar log file: /home/martitza/.bzr.log<br><br>Notice the different point-release levels.<br><br>So I am should not be surprised to find that the tests which <b>stall</b> for the PPA (1.15) actually <b>run</b> (and pass) for the tarball (1.15.1).<br>
<br>So right from the start comparisons of test results are potentailly unsafe.  But let&#39;s push a little farther.<br><br>Getting deltas between the two versions of bzrlib at least shows that the actual tests I have reported on (elsewhere) have not changed:<br>
<br>test_http.py<br>test_read_bundle<br>
test-transport_implementations.py<br><br>So we can at least conclude that the difference in selftest behavior (reported elsewhere) is driven by a real change in bzr and not an artifact of the tests themselves changing.<br>
<br>Beyond that, I can&#39;t say much.<br><br>Is there a complete archive of older tarballs?  Or PPA&#39;s?  All I&#39;m trying to do is a fair apples to apples comparison with a common baseline.<br><br>Thanks<br>-M<br><br>