<br><br><div class="gmail_quote">On Fri, Jul 3, 2009 at 10:16 AM, Russel Winder <span dir="ltr"><<a href="mailto:russel.winder@concertant.com">russel.winder@concertant.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I wanted to run the tests for the installed bzrtools plugin. I had<br>
thought "bzr selftest bzrtools" might do teh trick. However, this<br>
results in the following. Am I just doing something stupid, or is this<br>
a Bazaar bug?<br>
<br>
Thanks.<br>
</blockquote><div><br>I'm sure you're not doing anything wrong. I wonder the same thing sometimes. So I spend a fair bit of time keeping up with selftest for the plugins I use because I often find surprises. Here's what I see on Jaunty with a minimal set of plugins.<br>
<br>[ Since you're using bzr 1.17dev, here's what I find with bzr 1.17dev (r4507) and bzrtools 1.17 (r715) ]<br><br>bzr selftest bztools <br></div></div><br>Ran 78 tests in 8.389s<br><br>OK<br>tests passed <br><br>
Note that when I used use bzr 1.16.1 to run the same tests, I got<br><br>Ran 78 tests in 4.972s<br><br>FAILED (failures=35, errors=1)<br>tests failed<br><br>So the developers are definitely headed in the right direction. :)<br>
<br>Is it possible that you're seeing an interaction between plugins. I gather from other comments on the mailing list that specifying which plugins to test is quite different from actually specifying --no-plugins. I remove all doubt by simply disabling all plugins and testing them one by one before adding them back. It's a combinatoric zoo, but I don't see a good way around it.<br>
<br>~M<br><br>