[Buildbot-devel] Much fewer test failures, but no cigar (was Re: Different test failures on master)

Dustin J. Mitchell dustin at zmanda.com
Sun Jan 25 23:45:26 UTC 2009


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?

Dustin

-- 
Storage Software Engineer
http://www.zmanda.com




More information about the devel mailing list