Opened 21 months ago
Closed 21 months ago
#5342 closed defect (fixed)
Garden tests hanging on ST_AsLatLon POINT(Infinity Infinity)
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.0.9 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
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.
Change History (8)
comment:1 by , 21 months ago
Owner: | changed from | to
---|
comment:2 by , 21 months ago
comment:3 by , 21 months ago
Milestone: | PostGIS 3.4.0 → PostGIS 3.0.9 |
---|
Note:
See TracTickets
for help on using tickets.
I confirmed it hangs on my computer too and my garden tests I started running in my computer before my nap are hanging in ST_ASLonLat infinity la la la land too.