SwitcherControllerImpl autopilot test failures in unity - 6.12.0daily13.01.29.2-0ubuntu1
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Unity |
Fix Released
|
High
|
Łukasz Zemczak | ||
unity (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
The ps unity daily release job [1] is failing with error similar to:
17:41:16.579 ERROR testresult:23 - ERROR: unity.tests.
17:41:16.580 ERROR testresult:23 - traceback: {{{
Traceback (most recent call last):
File "/usr/lib/
self.
File "/usr/lib/
attr = getattr(obj, prop_name, none_val)
File "/usr/lib/
if self.controller
File "/usr/lib/
i = self.get_
IndexError: list index out of range
}}}
The failures are believed to be caused by some switcher refactoring changes in [2].
[1] - https:/
[2] - https:/
Related branches
- Stephen M. Webb (community): Approve
- PS Jenkins bot: Pending (continuous-integration) requested
-
Diff: 29 lines (+2/-11)1 file modifiedtests/autopilot/unity/emulators/switcher.py (+2/-11)
Changed in unity: | |
status: | In Progress → Fix Committed |
Changed in unity: | |
status: | Fix Committed → Fix Released |
Last week I fixed the switcher tests to fit the new switcher implementation after Sam's refactoring, but Stephen did some more regactoring this week and all switcher tests are broken again. I'll work on those tomorrow morning.