Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request juju#12178 from ycliuhw/fix/destroy-caas-controlle…
…r-hangs juju#12178 *Fix destroying caas controller/models hang issue by constructing Unit properly in cleanupUnitsForDyingApplication;* ## Checklist - [ ] ~Requires a [pylibjuju](https://github.com/juju/python-libjuju) change~ - [ ] ~Added [integration tests](https://github.com/juju/juju/tree/develop/tests) for the PR~ - [ ] ~Added or updated [doc.go](https://discourse.jujucharms.com/t/readme-in-packages/451) related to packages changed~ - [x] Comments answer the question of why design decisions were made ## QA steps ```console $ juju add-model t1 microk8s $ juju deploy cs:~juju/mariadb-k8s-3 $ juju deploy cs:~juju/mediawiki-k8s-4 --config kubernetes-service-type=LoadBalancer $ juju relate mediawiki-k8s:db mariadb-k8s:server $ juju destroy-controller k1 --destroy-all-models --destroy-storage --debug -y ``` ## Documentation changes No ## Bug reference https://bugs.launchpad.net/juju/+bug/1900937
- Loading branch information