[postgis-tickets] [PostGIS] #3238: SFCGAL tests failing

PostGIS trac at osgeo.org
Sun Aug 16 03:04:52 PDT 2015


#3238: SFCGAL tests failing
----------------------+---------------------------
 Reporter:  strk      |      Owner:  colivier
     Type:  defect    |     Status:  new
 Priority:  blocker   |  Milestone:  PostGIS 2.2.0
Component:  sfcgal    |    Version:  trunk
 Keywords:  testsing  |
----------------------+---------------------------
 Many SFCGAL tests started failing recently, I suspect due to adding
 support for something.

 Here's an example:
 {{{
 -----------------------------------------------------------------------------
  sfcgal/tickets .. failed (diff expected obtained:
 /tmp/pgis_reg/test_117_diff)
 -----------------------------------------------------------------------------
 --- sfcgal/tickets_expected     2015-08-07 18:03:33.327807303 +0200
 +++ /tmp/pgis_reg/test_117_out  2015-08-16 12:03:14.266430015 +0200
 @@ -1,3 +1,4 @@
 +WARNING:  'postgis.backend' is currently set to 'sfcgal' and cannot be
 changed until you reconnect
  #2|POLYGON((1 1,1 2,2 2,3 2,3 1,2 1,1 1))
  #11|0
  WARNING:  ST_Locate_Between_Measures and ST_Locate_Along_Measure were
 deprecated in 2.2.0. Please use ST_LocateAlong and ST_LocateBetween
 @@ -15,7 +16,7 @@
  #73|GEOMETRYCOLLECTION(CIRCULARSTRING(1 1,2 3,4 5,6 7,5 6))
  #80|MULTILINESTRING((0 0,1 1))
  #83|MULTICURVE(CIRCULARSTRING(220268 150415,220227 150505,220227 150406))
 -ERROR:  LWGEOM2SFCGAL: Unknown geometry type !
 +#85|0
  #112|GEOMETRYCOLLECTION(POINT(-10 50))
  WARNING:  ST_Locate_Between_Measures and ST_Locate_Along_Measure were
 deprecated in 2.2.0. Please use ST_LocateAlong and ST_LocateBetween
  ERROR:  Geometry argument does not have an 'M' ordinate
 @@ -129,7 +130,7 @@
  #723|POINT(-11.11111 55)
  #804|<gml:Point srsName="urn:ogc:def:crs:EPSG::4326"><gml:pos
 srsDimension="2">0 0</gml:pos></gml:Point>
  #845|t
 -#834|GEOMETRYCOLLECTION(POINT(0 0),LINESTRING(10 0,10 10))
 +#834|GEOMETRYCOLLECTION(POINT(0 0 5),LINESTRING(10 10 5,10 0 5))
  #884|1|f
  #884|2|t
  #938|
 }}}

 Paul, do you build/test with SFCGAL enabled ?

--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3238>
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