Closed
Bug 817462
Opened 12 years ago
Closed 12 years ago
setupdb_app complains that "type citext does not exist" during "make test"
Categories
(Socorro :: Database, task)
Tracking
(Not tracked)
RESOLVED
FIXED
30
People
(Reporter: rhelmer, Assigned: selenamarie)
Details
(Whiteboard: [qa-])
Not sure why this doesn't happen for Jenkins, I found that modifying socorro/external/postgresql/setupdb_app.py and moving the "CREATE EXTENSION" block to always run (not just in the "no schema" case) worked.
Assignee | ||
Comment 1•12 years ago
|
||
r? https://github.com/mozilla/socorro/pull/973
Passes tests!
Comment 2•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/7e747fa537871e605d4a4d2637e8b4cb2b9495fe
bug 817462 Move create CITEXT to be done always - thx rhelmer
https://github.com/mozilla/socorro/commit/98d5a229b90afee0a4ecd19b776e02390fdf4919
Merge pull request #973 from selenamarie/bug817462-setupapp-citext
bug 817462 Move create CITEXT to be done always - thx rhelmer
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → sdeckelmann
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → 30
Assignee | ||
Updated•12 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•