Reviewers: mp+159443_code.launchpad.net, Message: Please take a look. Description: Do not hide dying services in an error state Due to bug 1168154, removing a service in an error state does not really destroy the service, that will be eventually destroyed once all its units are resolved. A dying unit could also fail executing the stop hook, leaving the service undead in the juju database. For this reason, we don't wont to hide services in an erro state, even if they are dying. QA: - deploy buildbot-master; - destroy it; - wait a second, you should see it return like a red zombie. https://code.launchpad.net/~frankban/juju-gui/bug-1169973-dying-services/+merge/159443 (do not edit description out of merge proposal) Please review this at https://codereview.appspot.com/8835043/ Affected files: A [revision details] M app/models/models.js M app/views/topology/service.js M test/test_model.js M test/test_service_module.js Index: [revision details] === added file '[revision details]' --- [revision details] 2012-01-01 00:00:00 +0000 +++ [revision details] 2012-01-01 00:00:00 +0000 @@ -0,0 +1,2 @@ +Old revision: