Opened 10 years ago

Last modified 7 years ago

#2699 new defect

More garden test fixes for geometry

Reported by: robe Owned by: robe
Priority: medium Milestone: PostGIS Fund Me
Component: postgis Version: 2.1.x
Keywords: Cc:

Description

Seems others I'm not testing

like ST_DelaunayTriangles. Will fix later:

catching these missing test spots with

SELECT func, max(log_end) from postgis_garden_log22 
GROUP BY func HAVING max(log_end) is null;

which will catch all function tests that never pass, most likely because the sql to test is malformed.

Change History (4)

comment:1 by robe, 10 years ago

Owner: changed from pramsey to robe

comment:2 by robe, 10 years ago

well looks like others failing all the time (besides ST_DelunayTriangles) are all the sfcgal funcs, which I know I don't have installed so that is to be expected.

comment:3 by robe, 9 years ago

Milestone: PostGIS 2.2.0PostGIS Future

comment:4 by robe, 7 years ago

Milestone: PostGIS FuturePostGIS Fund Me

Milestone renamed

Note: See TracTickets for help on using tickets.