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

-- 
Juju-dev mailing list
Juju-dev@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju-dev

Reply via email to