[postgis-tickets] [PostGIS] #5342: Garden tests hanging on ST_AsLatLon POINT(Infinity Infinity)
PostGIS
trac at osgeo.org
Fri Feb 17 23:51:02 PST 2023
#5342: Garden tests hanging on ST_AsLatLon POINT(Infinity Infinity)
---------------------+---------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.4.0
Component: postgis | Version: master
Keywords: |
---------------------+---------------------------
I changed the master to include infinite varieties of geometries.
On first run after that change, it seems the berries are having trouble
with this test
{{{
SELECT ST_AsLatLonText(foo1.the_geom, 'monkey') As result
FROM ((SELECT
'0101000020E6100000000000000000F07F000000000000F07F'::geometry AS the_geom
) ) As foo1 LIMIT 10
}}}
This test runs fine on my pc, so not sure what the problem could be here.
They don't look like they've crashed yet, just waiting there in forever
land. They've been still on the garden tests since I went to nap about 6
hours ago.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5342>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list