[Bug 1990154] Re: Integration test failure - xxx has no attribute named avail_list
Olivier Gayot
1990154 at bugs.launchpad.net
Mon Sep 19 14:31:09 UTC 2022
async def _answers_action(self, action):
from subiquitycore.ui.stretchy import StretchyOverlay
from subiquity.ui.views.filesystem.delete import ConfirmDeleteStretchy
log.debug("_answers_action %r", action)
if 'obj' in action:
obj = self._action_get(action['obj'])
action_name = action['action']
if action_name == "MAKE_BOOT":
action_name = "TOGGLE_BOOT"
if action_name == "CREATE_LV":
action_name = "PARTITION"
if action_name == "PARTITION":
obj = gaps.largest_gap(obj)
meth = getattr(
self.ui.body.avail_list,
"_{}_{}".format(obj.type, action_name)) <--- probable failing instruction
meth(obj)
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to subiquity in Ubuntu.
https://bugs.launchpad.net/bugs/1990154
Title:
Integration test failure - xxx has no attribute named avail_list
Status in subiquity package in Ubuntu:
New
Bug description:
I ran into an integration test failure today. It happened just this
one time.
I'm attaching the logs directory. Sadly, the exact stack trace was
only printed on the screen and I can't find it anymore in the logs.
I'm pretty sure the error was:
AttributeError: RefreshView has no attribute named avail_list
I will check the logs to see if something obvious comes up. Otherwise,
I guess we can mark invalid.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/subiquity/+bug/1990154/+subscriptions
More information about the foundations-bugs
mailing list