Opened 4 years ago
Closed 4 years ago
#4904 closed defect (fixed)
ClipByBox2D against GEOS 3.10 head failing
Reported by: | robe | Owned by: | pramsey |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 3.2.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
Both winnie and debbie are failing with this regress failure and are running using last GEOS main commit.
04:05:50 ./regress/core/clipbybox2d .. failed (diff expected obtained: /var/lib/jenkins/workspace/postgis/tmp/3_2_pg14w64/test_89_diff) 04:05:50 ----------------------------------------------------------------------------- 04:05:50 --- ./regress/core/clipbybox2d_expected 2020-12-16 21:48:07.371171208 +0000 04:05:50 +++ /var/lib/jenkins/workspace/postgis/tmp/3_2_pg14w64/test_89_out 2021-05-02 08:05:50.739289748 +0000 04:05:50 @@ -4,7 +4,7 @@ 04:05:50 4|POINT(2 2) 04:05:50 5|POLYGON((2 2,8 2,2 8,8 8,2 2)) 04:05:50 6|POLYGON((2.5 2,5 4,5 5,5 4,7.5 2,2.5 2)) 04:05:50 -7|POLYGON((2 2,2 5,5 5,5 2,2 2)) 04:05:50 +7|GEOMETRYCOLLECTION EMPTY 04:05:50 8|SRID=3857;POLYGON EMPTY 04:05:50 9|SRID=4326;POINT(0 0) 04:05:50 10| 04:05:50 -----------------------------------------------------------------------------
Note:
See TracTickets
for help on using tickets.
I'm actually getting a crash on that test.