<!-- Thank you for submitting a bug report! All fields are required unless marked optional. --> ## Steps to reproduce <!-- Please enable debug logging by running `juju model-config logging-config="<root>=INFO;unit=DEBUG"` (if possible) --> 1. on an offline unit, call `get_cluster_status` action ## Expected behavior Event fail ## Actual behavior <!-- If applicable, add screenshots --> On [line](https://github.com/canonical/mysql-operator/blob/411fb45ecfe200d22b46af9cbacaf72e8eb09da7/lib/charms/mysql/v0/mysql.py#L580) the failure to get status will set a result instead of calling `event.fail` , rendering a non standard output for the user. ## Versions All