Opened 3 months ago

#5783 new defect

PostGIS 3.6 regress failure on sfcgal deprecation notices

Reported by: robe Owned by: lbartoletti
Priority: blocker Milestone: PostGIS 3.6.0
Component: sfcgal Version: master
Keywords: Cc:

Description

I just flipped the switch to start the 3.6 dev cycle, and so the regression tests on sfcgal need changing

+WARNING:  ST_ForceLHR signature was deprecated in 3.5.0. Please use CG_ForceLHR
+WARNING:  ST_Orientation signature was deprecated in 3.5.0. Please use CG_Orientation
 ST_Orientation_1|-1
+WARNING:  ST_Orientation signature was deprecated in 3.5.0. Please use CG_Orientation
 ST_Orientation_2|1
+WARNING:  ST_MinkowskiSum signature was deprecated in 3.5.0. Please use CG_MinkowsikSum
 ST_MinkowskiSum|MULTIPOLYGON(((0 0,1 0,5 0,5 1,4 1,0 1,0 0)))
+WARNING:  ST_ConstrainedDelaunayTriangles signature was deprecated in 3.5.0. Please use CG_ConstrainedDelaunayTriangles
 ST_ConstrainedDelaunayTriangles|TIN(((4 0,2 2,2 -2,4 0)),((2 2,0 0,2 -2,2 2)))
+WARNING:  ST_3DConvexHull signature was deprecated in 3.5.0. Please use CG_3DConvexHull
+WARNING:  ST_3DArea signature was deprecated in 3.5.0. Please use CG_3DArea
 ST_3DConvexHull|80.9227
+WARNING:  ST_Extrude signature was deprecated in 3.5.0. Please use CG_Extrude
+WARNING:  ST_Extrude signature was deprecated in 3.5.0. Please use CG_Extrude
+WARNING:  ST_3DUnion signature was deprecated in 3.5.0. Please use CG_3DUnion
+WARNING:  ST_Volume signature was deprecated in 3.5.0. Please use CG_Volume
 ST_3DUnion|t
+WARNING:  ST_Extrude signature was deprecated in 3.5.0. Please use CG_Extrude
+WARNING:  ST_Extrude signature was deprecated in 3.5.0. Please use CG_Extrude
+WARNING:  ST_Volume signature was deprecated in 3.5.0. Please use CG_Volume
 ST_3DUnion (aggregate)|t
 CG_Tesselate|GEOMETRYCOLLECTION(POINT(4 4),TIN(((0 1,1 0,1 1,0 1)),((0 1,0 0,1 0,0 1))))
 CG_3DArea|1
-----------------------------------------------------------------------------
 sfcgal/regress/approximatemedialaxis .. failed (diff expected obtained: /tmp/pgis_reg/test_170_diff)
-----------------------------------------------------------------------------
--- ./sfcgal/regress/approximatemedialaxis_expected	2024-09-25 19:33:42.477404521 +0000
+++ /tmp/pgis_reg/test_170_out	2024-09-25 19:35:22.527722829 +0000
@@ -1,2 +1,4 @@
+WARNING:  ST_ApproximateMedialAxis signature was deprecated in 3.5.0. Please use CG_ApproximateMedialAxis
 square|SRID=3857;MULTILINESTRING EMPTY
+WARNING:  ST_ApproximateMedialAxis signature was deprecated in 3.5.0. Please use CG_ApproximateMedialAxis
 rect1|SRID=4326;MULTILINESTRING((0.5 0.5,1.5 0.5))
-----------------------------------------------------------------------------
 sfcgal/regress/alphashape .. failed (diff expected obtained: /tmp/pgis_reg/test_171_diff)
-----------------------------------------------------------------------------

Change History (0)

Note: See TracTickets for help on using tickets.