Opened 5 months ago

Last modified 5 months ago

#5636 new defect

berrie 32bit failing on garden tests on ST_MakePolygon

Reported by: robe Owned by: robe
Priority: medium Milestone: Website Management, Bots
Component: QA/buildbots Version: master
Keywords: Cc:

Description

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 

Change History (1)

comment:1 by robe, 5 months ago

Summary: berrie 32bit failing on garden testsberrie 32bit failing on garden tests on ST_MakePolygon
Note: See TracTickets for help on using tickets.