[PostGIS] #5636: berrie 32bit failing on garden tests
PostGIS
trac at osgeo.org
Sun Dec 3 15:07:02 PST 2023
#5636: berrie 32bit failing on garden tests
--------------------------+--------------------------------------
Reporter: robe | Owner: robe
Type: defect | Status: new
Priority: medium | Milestone: Website Management, Bots
Component: QA/buildbots | Version: master
Keywords: |
--------------------------+--------------------------------------
This one I need to rerun. berrie64 is still doing garden testing and I
think has gone passed this test
Given this is several minors behind probably not much of a concern. I'll
up to pg16 and rebuild pg15 to see if issue still continues
{{{
-------------- Dependencies --------------
17:13:42 GEOS config:
/home/jenkins/workspace/geos/rel-3.13.0/bin/geos-config
17:13:42 GEOS version: 3.13.0dev
17:13:42 GDAL config: /usr/bin/gdal-config
17:13:42 GDAL version: 3.2.2
17:13:42 PostgreSQL config:
/home/jenkins/workspace/pg/label/berrie/rel/pg15w32/bin/pg_config
17:13:42 PostgreSQL version: PostgreSQL 15.0
17:13:42 PROJ4 version: 72
17:13:42 Libxml2 config: /usr/bin/xml2-config
17:13:42 Libxml2 version: 2.9.10
17:13:42 JSON-C support: yes
17:13:42 protobuf support: no
17:13:42 PCRE support: Version 1
17:13:42 Perl: /usr/bin/perl
17:13:42
}}}
{{{
SELECT ST_MakePolygon(foo1.the_geom,
ARRAY[foo2.the_geom]
) As result,
ST_AsText(foo1.the_geom) As ref1_geom, ST_AsText(foo2.the_geom) As
ref2_geom
FROM (
(SELECT ST_GeomFromText('LINESTRING ZM (1 2 3 NaN,3 4 10
5,5 6 NaN NaN)',4326) As the_geom) ) As foo1 CROSS JOIN ((SELECT CAST(Null
As geometry) As the_geom)) As foo2 LIMIT 10;
}}}
On my system, the above returns the expected:
{{{
ERROR: Hole 0 is not a line
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5636>
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