[PostGIS] #5724: test_grid_in_place fails on 32bit debian (gitlab-ci)
PostGIS
trac at osgeo.org
Thu May 16 06:38:28 PDT 2024
#5724: test_grid_in_place fails on 32bit debian (gitlab-ci)
----------------------+---------------------------
Reporter: strk | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.5.0
Component: postgis | Version: 3.4.x
Resolution: | Keywords:
----------------------+---------------------------
Comment (by strk):
More info:
{{{
1. /builds/postgis/postgis/liblwgeom/cunit/cu_misc.c:170 -
ASSERT_STRING_EQUAL
* Expected: LINESTRING(0 0,1 1)
* Obtained: LINESTRING(0 0,1 1,1 1,1 1)
}}}
It doesn't yet tell which test that is, but it looks like this to me:
{{{
do_grid_test(
"LINESTRING(0 0,1 1,1 1,1 1)",
"LINESTRING(0 0,1 1)",
0.001
);
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5724#comment:3>
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