Consistent test failures with saucy
Tim Penhey
tim.penhey at canonical.com
Sun Sep 29 23:31:29 UTC 2013
Hi folks,
Most of the upgrade worked fine.
I am however finding some problems with the test suite. I have one test
that consistently fails:
bootstrap_test.go:78:
s.runAllowRetriesTest(c, test)
bootstrap_test.go:99:
c.Check(findToolsRetryValues, gc.DeepEquals, test.expectedAllowRetry)
... obtained []bool = []bool{true, true}
... expected []bool = []bool{true}
bootstrap_test.go:78:
s.runAllowRetriesTest(c, test)
bootstrap_test.go:100:
c.Assert(err, gc.ErrorMatches, test.err)
... error string = "tools not found"
... regex string = "no matching tools available"
OOPS: 164 passed, 1 FAILED
Anyone else getting this?
Tim
More information about the Juju-dev
mailing list