Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
all: prefer AddCleanup to TearDown #5025
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Tests failed |
|
Build failed: Does not match ['fixes-1568312'] |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Tests failed |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Tests failed |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Tests failed |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Generating tarball failed |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Tests failed |
|
Too much churn underneath to attempt to make good to land. |
davecheney commentedApr 7, 2016
A common failure mode of our tests is when an issue occurs during
the SetUp phase of the suite or test, not only does the test fail, but
the Tear down phase blows up because it is rarely written to handle the
case where the setup phase did not complete.
(Review request: http://reviews.vapour.ws/r/4467/)