Checkbox should recover gracefully when failing to connect to the backend
Bug #446693 reported by
Marc Tardif
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Checkbox |
Fix Released
|
High
|
Marc Tardif |
Bug Description
Currently, when Checkbox fails to connect to the DBus backend, all tests are skipped because eval'ing the registry just returns False. Instead, the behavior should be that only tests or registries needing to run as a particular user such as root should be skipped.
Related branches
Changed in checkbox: | |
assignee: | nobody → Marc Tardif (cr3) |
importance: | Undecided → High |
milestone: | none → 0.8-beta |
status: | New → In Progress |
status: | In Progress → Fix Committed |
Changed in checkbox: | |
status: | In Progress → Fix Committed |
Changed in checkbox: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
The fix should also include recovering gracefully when dbus is not even running.