Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#4178 closed defect (fixed)

bessie failures - JSON-C required

Reported by: robe Owned by: robe
Priority: blocker Milestone: PostGIS 3.0.0
Component: QA/buildbots Version: master
Keywords: Cc:

Description

Who put a test in tickets that requires JSON-C it should go in a JSON-C guarded file

17:43:47  tickets .. failed (diff expected obtained: /home/jenkins/tmp/pgis_reg_720bdb57ecf75e9b3cb7805d07675e99519ced30/test_95_diff)
17:43:49 -----------------------------------------------------------------------------
17:43:49 --- tickets_expected	2018-09-13 17:35:01.785971000 +0000
17:43:49 +++ /home/jenkins/tmp/pgis_reg_720bdb57ecf75e9b3cb7805d07675e99519ced30/test_95_out	2018-09-13 17:42:30.207129000 +0000
17:43:49 @@ -335,6 +335,6 @@
17:43:49  #4089|LINESTRING Z (1 1 1,3 3 1)
17:43:49  ERROR:  lwgeom_pointonsurface: GEOS Error: TopologyException: Input geom 1 is invalid: Self-intersection
17:43:49  #4081|f|t
17:43:49 -ERROR:  The 'coordinates' in GeoJSON polygon are not sufficiently nested
17:43:49 +ERROR:  You need JSON-C for ST_GeomFromGeoJSON
17:43:49  NOTICE:  table "bug_4144_table" does not exist, skipping
17:43:49  #4176|t
17:43:49 -----------------------------------------------------------------------------

Change History (2)

comment:1 by robe, 6 years ago

Resolution: fixed
Status: newclosed

In 16807:

Move geofromjson test from tickets to in_geojson so JSON-C guard can be applied.
Closes #4178 for PostGIS 3.0.0

comment:2 by robe, 6 years ago

In 16814:

Move geofromjson test from tickets to in_geojson so JSON-C guard can be applied.
Closes #4178 for PostGIS 2.5.0

Note: See TracTickets for help on using tickets.