Subject: | t/72pg.t test fails: relation "artist_artistid_seq" does not exist [PATCH] |
t/72pg.t ......................................... 2/? DBIx::Class::Storage::DBI::__ANON__(): DBI Exception:
DBD::Pg::db do failed: ERROR: relation "artist_artistid_seq" does not exist at t/72pg.t line 403
# Tests were run but no plan was declared and done_testing() was not seen.
t/72pg.t ......................................... Dubious, test returned 255 (wstat 65280, 0xff00)
[12:28] ribasushi: timbunce++ # looks reasonable, I'll try to purge the db and test again
[12:28] ribasushi: timbunce: nobody caught it because we all run things on the same db
I posted a possible patch here: http://paste.scsys.co.uk/42462 though I'm not at all sure it's
correct. There are no comments to indicate the intent of the 'ambiguous' reference to artist_artistid_seq.
Also, after applying that change I now get a different failure (relation "artist" does not exist) that
seems unrelated but may share the same origins ("db was stale when developer was testing").