Opened 6 months ago
Last modified 6 months ago
#5724 new defect
test_grid_in_place fails on 32bit debian (gitlab-ci)
Reported by: | strk | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.5.0 |
Component: | postgis | Version: | 3.4.x |
Keywords: | Cc: |
Description
Change History (3)
comment:1 by , 6 months ago
comment:3 by , 6 months ago
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 );
Note:
See TracTickets
for help on using tickets.
Possibly a duplicate of #5683