Alarms AP tests need to cleanup alarms after the test is complete
Bug #1283031 reported by
Nekhelesh Ramananthan
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Clock App |
Triaged
|
Medium
|
Unassigned |
Bug Description
Currently the autopilot test cleans up timers and world clocks created during the AP tests by creating a test U1dB database. However it doesn't take that into account for alarms since alarms use EDS for alarm storage. As a result the AP tests could pollute the test environment (Jenkins or user) alarm database.
Either the alarm test should add a delete_alarm statement when they finish or a separate EDS collection be created while running the alarms test db.
Changed in ubuntu-clock-app: | |
milestone: | backlog → alarm-blockers |
Changed in ubuntu-clock-app: | |
milestone: | alarm-blockers → rtm |
To post a comment you must log in.
EDS data (like alarms) is in ~/.local/ share/evolution /, but we can't go playing in that sandbox directly :-) We should mock home completely yes?