Merge lp://staging/~abentley/juju-ci-tools/fix-assess-public-clouds into lp://staging/juju-ci-tools
Status: | Merged | ||||
---|---|---|---|---|---|
Merged at revision: | 1824 | ||||
Proposed branch: | lp://staging/~abentley/juju-ci-tools/fix-assess-public-clouds | ||||
Merge into: | lp://staging/juju-ci-tools | ||||
Diff against target: |
239 lines (+77/-36) 5 files modified
assess_cloud.py (+5/-1) assess_public_clouds.py (+7/-4) deploy_stack.py (+6/-2) tests/test_assess_public_clouds.py (+35/-18) tests/test_deploy_stack.py (+24/-11) |
||||
To merge this branch: | bzr merge lp://staging/~abentley/juju-ci-tools/fix-assess-public-clouds | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Curtis Hovey (community) | code | Approve | |
Review via email: mp+314019@code.staging.launchpad.net |
Commit message
Fix assess-
Description of the change
This branch provides fixes for assess_
It fixes bug #1650295: assess_
The error handling was broken; tests that failed were
1. being treated as successful
2. preventing all other tests from running.
This was due to BootstrapManage
The timeout for remove-machine on Azure was too short, causing spurious test failures. This branch changes the timeout based on whether the provider is Azure.
Thank you.