[postgis-tickets] [PostGIS] #5245: Regression failure with relate_bnr
PostGIS
trac at osgeo.org
Mon Sep 19 18:46:50 PDT 2022
#5245: Regression failure with relate_bnr
---------------------+---------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 3.4.0
Component: postgis | Version: master
Keywords: |
---------------------+---------------------------
I'm assuming this is a GEOS change?
I'm seeing a failure on winnie
{{{
PostgreSQL 14.5, compiled by Visual C++ build 1914, 64-bit
Postgis 3.4.0dev - (3.3.0rc2-115-gcb7577657) - 2022-09-19 04:41:50
scripts 3.4.0dev 3.3.0rc2-115-gcb7577657
raster scripts 3.4.0dev 3.3.0rc2-115-gcb7577657
GEOS: 3.12.0dev-CAPI-1.18.0
PROJ: 7.2.1
SFCGAL: 1.4.1
GDAL: GDAL 3.4.3, released 2022/04/22
./regress/core/relate_bnr .. failed (diff expected obtained:
/projects/postgis/tmp/3.4.0dev_pg14_geos3.12_gdal3.4.3w64/test_99_diff)
-----------------------------------------------------------------------------
--- ./regress/core/relate_bnr_expected 2022-08-27 01:03:00.888083800
-0400
+++ /projects/postgis/tmp/3.4.0dev_pg14_geos3.12_gdal3.4.3w64/test_99_out
2022-09-19 01:01:32.833635900 -0400
@@ -28,7 +28,7 @@
28|10FF0FFF2|10FF0FFF2|1FFFFFFF2|10FF0FFF2
29|FF1FF0102|FF1FF0102|FF1FF0102|FF1FF0102
30|FF1FF0102|FF1FF0102|FF1FFF1F2|FF1FF0102
-31|FF1FF01F2|FF1FF01F2|FF1FF01F2|FF1FF01F2
+31|FF1FF01F2|FF1FF0102|FF1FF0102|FF1FF01F2
32|FF1FF01F2|FF1FF0102|FF1FFF1F2|FF1FF01F2
33|1FFF0FFF2|1FFF0FFF2|1FFFFFFF2|1FFF0FFF2
34|1FFF0FFF2|1FFF0FFF2|1FFFFFFF2|1FFF0FFF2
-----------------------------------------------------------------------------
}}}
debbie seems okay, but I realized ack she's not running against GEOS main
for PostGIS master
{{{
GEOS: 3.11.1dev-CAPI-1.17.1
}}}
Although GH pg15-geos311-gdal35-proj90 is failing with same error
{{{
PostgreSQL 15beta4 on x86_64-pc-linux-gnu, compiled by gcc (Debian
10.2.1-6) 10.2.1 20210110, 64-bit
Postgis 3.4.0dev - (cb75776) - 2022-09-19 04:06:13
scripts 3.4.0dev cb75776
raster scripts 3.4.0dev cb75776
GEOS: 3.11.1dev-CAPI-1.17.1
PROJ: 9.0.1
SFCGAL: 1.4.1
GDAL: GDAL 3.5.2, released 2022/09/02
./regress/core/relate_bnr .. failed (diff expected obtained:
/tmp/pgis_reg/test_99_diff)
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5245>
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