Autopilot tests fail to create fake account on device
Bug #1347905 reported by
Nicholas Skaggs
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Notes app |
Fix Released
|
Critical
|
Nicholas Skaggs | ||
reminders-app (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
On the device, the code to create a fake account fails. This short snippet of python runs properly on a desktop, creating an account. On a phablet device, the same code fails, leaving the account object null with nothing to print.
from pprint import pprint
from gi.repository import Accounts, GLib, Signon
manager = Accounts.
account = manager.
pprint(
Related branches
lp://staging/~nskaggs/reminders-app/workaround-1347905
- Ubuntu Phone Apps Jenkins Bot: Approve (continuous-integration)
- Michael Zanetti (community): Approve
- Brendan Donegan: Needs Fixing
- Leo Arias: Pending requested
-
Diff: 64 lines (+10/-1)3 files modifiedtests/autopilot/reminders/tests/__init__.py (+2/-1)
tests/autopilot/reminders/tests/test_credentials.py (+4/-0)
tests/autopilot/reminders/tests/test_reminders.py (+4/-0)
lp://staging/~nskaggs/reminders-app/bug-1347905
Rejected
for merging
into
lp://staging/reminders-app
- Ubuntu Phone Apps Jenkins Bot: Approve (continuous-integration)
- Nicholas Skaggs (community): Needs Fixing
-
Diff: 86 lines (+4/-12)4 files modifiedtests/autopilot/reminders/credentials.py (+2/-2)
tests/autopilot/reminders/tests/__init__.py (+0/-1)
tests/autopilot/reminders/tests/test_credentials.py (+2/-6)
tests/autopilot/reminders/tests/test_reminders.py (+0/-3)
lp://staging/~nskaggs/reminders-app/fix-1347905
- Ubuntu Phone Apps Jenkins Bot: Approve (continuous-integration)
- Omer Akram (community): Approve (code)
- Ubuntu Notes app developers: Pending requested
-
Diff: 59 lines (+2/-8)4 files modifieddebian/control (+1/-0)
manifest.json (+1/-1)
tests/autopilot/reminders/tests/test_credentials.py (+0/-4)
tests/autopilot/reminders/tests/test_reminders.py (+0/-3)
Changed in reminders-app: | |
status: | New → Triaged |
importance: | Undecided → Critical |
tags: | added: qa-removed-test |
Changed in reminders-app: | |
status: | Confirmed → In Progress |
assignee: | nobody → Nicholas Skaggs (nskaggs) |
Changed in reminders-app: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Althought this is upstream code; I'm not sure who to place the bug against.