during test execution, a lot of SQLite errors are generated

Bug #1310985 reported by Dimitri John Ledkov
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
gallery-app (Ubuntu)
New
Low
Unassigned

Bug Description

From latest mako testing:

https://jenkins.qa.ubuntu.com/job/trusty-touch-mako-smoke-daily/262/artifact/clientlogs/gallery_app/application-click-com.ubuntu.gallery_gallery_2.9.1.952.log/*view*/

Opening ("/home/phablet/Pictures", "/home/phablet/Videos/camera") ...
Error executing database file: "rc/sql/1.sql"
SQLite error: QSqlError(1, "Unable to execute statement", "table MediaTable already exists")
SQLite string: "-- Media table

CREATE TABLE MediaTable (
  id INTEGER PRIMARY KEY,
  filename TEXT NOT NULL
)"
Error executing database file: "rc/sql/1.sql"
SQLite error: QSqlError(1, "Unable to execute statement", "table AlbumTable already exists")
SQLite string: "-- Album table

CREATE TABLE AlbumTable (
  id INTEGER PRIMARY KEY,
  time_added INTEGER,
  title TEXT NOT NULL,
  subtitle TEXT NOT NULL
)"

....

and so on and so worth.

Are the tests not setup / cleaned up correctly? or is the test-bed is not clean? at the moment my merge proposal is blocked from merging, and i'm not sure if this is a red herring or not.

affects: gallery-app → gallery-app (Ubuntu)
Changed in gallery-app (Ubuntu):
importance: Undecided → Low
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.