Opened 40 hours ago

Closed 38 hours ago

#5926 closed defect (fixed)

raster garden tests are broken

Reported by: robe Owned by: robe
Priority: medium Milestone: PostGIS 3.5.4
Component: QA/testsuite Version: 3.5.x
Keywords: Cc:

Description

I think this might have happened with the docbook xml, change, perhaps some parts I didn't account for.

During garden tests, the raster garden is failing with:


See Also
ERROR:  syntax error at or near "Raster"
LINE 1: Raster Support Data types

I traced this back to the sql generated file, and it starts spitting out the whole section of Raster Support Data Types as plain text right after ST_DFullyWithin.

Maybe I just have to excluse that section cause it doesn't fit method pattern

SELECT 'ST_DFullyWithin NULLRaster(rastA, rastB, distance_of_srid): End Testing null against other types';
		
    Raster Support Data types
            
                This section lists the PostgreSQL data types specifically created to support raster functionality.
           

Change History (3)

comment:1 by Regina Obe <lr@…>, 38 hours ago

Resolution: fixed
Status: assignedclosed

In 8060d5e/git:

GARDEN FIXINS

  • Fix raster garden tests - Closes #5926 for PostGIS 3.6.0
  • More input handlings for postgis_garden core
  • Lower case all topogeometry type references to match with other type casing Needed cause garden test is looking for lower case
  • other topology garden type replace Closes #2297 for PostGIS 3.6.0

comment:2 by robe, 38 hours ago

Resolution: fixed
Status: closedreopened

comment:3 by Regina Obe <lr@…>, 38 hours ago

Resolution: fixed
Status: reopenedclosed

In ee62ab03/git:

Fix raster garden, closes #5926 for PostGIS 3.5.4

Note: See TracTickets for help on using tickets.