Opened 13 years ago

Closed 12 years ago

#911 closed defect (fixed)

regress_managment ticket failing on 9.1 alpha5 and hudson

Reported by: robe Owned by: pramsey
Priority: medium Milestone: PostGIS 2.0.0
Component: postgis Version: master
Keywords: Cc:

Description

I think these two might be the same issue.

My regress_management is failing on my 9.1 alpha5 windows vc++ install and its simply because the line numbers in the error are different.

expected: PL/pgSQL function "dropgeometrytable" line 22 at EXECUTE statement

mine: PL/pgSQL function "dropgeometrytable" line 23 at EXECUTE statement

I'm sure its some setting in postgres as to where to start counting or something. Is there a way for us to squash this, perhaps disregard any lines that start with

PL/pgSQL function

though not sure where else we rely on that so perhaps that won't work.

Change History (2)

comment:1 by strk, 13 years ago

Try adding '\set VERBOSITY terse' into the test file.

comment:2 by strk, 12 years ago

Resolution: fixed
Status: newclosed

I'm assuming this is fixed. Can't belive hudson is still failing after all this time…

Note: See TracTickets for help on using tickets.