Opened 7 months ago
Closed 7 months ago
#5780 closed defect (fixed)
Random errors on GHA postgis install some sort of incomplete scripts
Reported by: | robe | Owned by: | strk |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 3.5.0 |
Component: | install | Version: | master |
Keywords: | Cc: |
Description ¶
I just noticed GHA has been failing for a couple of runs, but it's random.
So guessing it has to do with parallel jobs?
https://github.com/postgis/postgis/actions/runs/10935290396/job/30356784011
Errors like
_postgis_drop_function_by_signature ------------------------------------- (1 row) psql:/src/postgis/regress/00-regress-install/share/contrib/postgis/rtpostgis_upgrade.sql:843: ERROR: syntax error at or near "DECLARE" LINE 122: DECLARE
and
(1 row) psql:/src/postgis/regress/00-regress-install/share/contrib/postgis/rtpostgis_upgrade.sql:4433: ERROR: syntax error at or near "CREATE" LINE 39: CREATE OR REPLACE FUNCTION _postgis_drop_function_by_identit... ^ CONTEXT: invalid type name "CREATE OR REPLACE FUNCTION _postgis_drop_function_by_identity( function_name text, function_arguments text, deprecated_in_version text "
I know strk had completed some changes recently for parallelism, which is around the time these failures started happening.
The bots failing is random. It's not all but across various PG versions, GEOS versions, and GDAL versions
Change History (4)
comment:1 by , 7 months ago
comment:2 by , 7 months ago
comment:4 by , 7 months ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Looks like your fix fixed it, so closing this one out.
Note:
See TracTickets
for help on using tickets.
Just a note about the commonality of these, they all involve random syntax errors in raster scripts primarily the rtpostgis_upgrade.sql script
and here is another pattern of failure not with sql script errors