Opened 3 months ago

Last modified 2 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 strk, 3 months ago

Possibly a duplicate of #5683

comment:2 by Sandro Santilli <strk@…>, 2 months ago

In a14fb01/git:

Have test_grid_in_place test print obtained result

References #5724

comment:3 by strk, 2 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.