[Buildbot-devel] Much fewer test failures, but no cigar (was Re: Different test failures on master)
Gary Poster
gary.poster at canonical.com
Mon Jan 26 20:12:03 UTC 2009
On Sun, 2009-01-25 at 18:45 -0500, Dustin J. Mitchell wrote:
> On Fri, Jan 23, 2009 at 10:01 AM, Gary Poster <gary.poster at canonical.com> wrote:
> > Now, with updates from last night, only the bzr test fails. As I said
> > before, I'm using the newest bzr, so maybe that's the issue.
>
> Perhaps. The failing case is:
>
> 2278 def _testRetry_1(self, bs):
> 2279 # make sure there was mention of the retry attempt in the logs
> 2280 l = bs.getLogs()[0]
> 2281 self.failUnlessIn("ERROR: Not a branch: ", l.getText(),
> 2282 "funny, VC operation didn't fail at least once")
>
> can you add
> open("/tmp/log.txt", "w").write(l.getText())
> before the self.failUnlessIn invocation?
bzr: ERROR: No such file: 'http://localhost:43663/Bzr-Repository/trunk'
And for the next question:
$ bzr --version
Bazaar (bzr) 1.10
So, it looks like the test is in the right ballpark. So this is
supposed to be a failing bzr pull or something, right? (I didn't look
to closely at this.) Would you like me to see if a bzr dev I know might
know why this error message changed, or do you just want to make the
test able to accept either string?
Gary
More information about the devel
mailing list