Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#2012 closed defect (fixed)

Regress failures on 9.3dev

Reported by: robe Owned by: pramsey
Priority: medium Milestone: PostGIS 2.1.0
Component: postgis Version: master
Keywords: history Cc:

Description

Running tests

 loader/Point .............. ok
 loader/PointM .............. ok
 loader/PointZ .............. ok
 loader/MultiPoint .............. ok
 loader/MultiPointM .............. ok
 loader/MultiPointZ .............. ok
 loader/Arc .............. ok
 loader/ArcM .............. ok
 loader/ArcZ .............. ok
 loader/Polygon .............. ok
 loader/PolygonM .............. ok
 loader/PolygonZ .............. ok
 loader/TSTPolygon ......... ok
 loader/TSIPolygon ......... ok
 loader/TSTIPolygon ......... ok
 loader/PointWithSchema ..... ok
 loader/NoTransPoint ......... ok
 loader/NotReallyMultiPoint ......... ok
 loader/MultiToSinglePoint ......... ok
 loader/ReprojectPts ........ ok
 loader/ReprojectPtsGeog ........ ok
 loader/Latin1 .... ok
 binary .. ok
 regress .. ok
 regress_index .. ok
 regress_index_nulls .. ok
 lwgeom_regress .. ok
 regress_lrs .. ok
 removepoint .. ok
 setpoint .. ok
 simplify .. ok
 snaptogrid .. ok
 summary .. ok
 affine .. ok
 empty .. ok
 measures .. ok
 legacy .. ok
 long_xact .. ok
 ctors .. ok
 sql-mm-serialize .. ok
 sql-mm-circularstring .. ok
 sql-mm-compoundcurve .. ok
 sql-mm-curvepoly .. ok
 sql-mm-general .. ok
 sql-mm-multicurve .. ok
 sql-mm-multisurface .. ok
 polyhedralsurface .. ok
 polygonize .. ok
 postgis_type_name .. ok
 geography .. ok
 out_geometry .. ok
 out_geography .. ok
 in_gml .. ok
 in_kml .. ok
 iscollection .. ok
 regress_ogc .. ok
 regress_ogc_cover .. ok
 regress_ogc_prep .. ok
 regress_bdpoly .. ok
 regress_proj .. ok
 regress_management .. failed (diff expected obtained: /tmp/pgis_reg/test_
f)
 dump .. ok
 dumppoints .. ok
 wmsservers .. failed (diff expected obtained: /tmp/pgis_reg/test_64_diff)
 wkt .. ok
 wkb .. ok
 tickets .. ok
 typmod .. ok
 remove_repeated_points .. ok
 split .. ok
 relate .. ok
 bestsrid .. ok
 concave_hull .. ok
 hausdorff .. ok
 regress_buffer_params .. ok
 offsetcurve .. ok
 relatematch .. ok
 isvaliddetail .. ok
 sharedpaths .. ok
 snap .. ok
 node .. ok
 unaryunion .. ok
 clean .. ok
 relate_bnr .. ok
 delaunaytriangles .. ok
 in_geojson .. ok
)uninstall .. ok (4077

This is under mingw64.

I'll confirm with debbie after I've committed the 9.3 fix to get trunk to compile with 9.3

Attachments (1)

pgis_reg93mingw.zip (1.4 KB ) - added by robe 12 years ago.

Download all attachments as: .zip

Change History (6)

by robe, 12 years ago

Attachment: pgis_reg93mingw.zip added

comment:1 by robe, 12 years ago

confirmed same failures on debbie

PostgreSQL 9.3devel on x86_64-unknown-linux-gnu, compiled by gcc (Debian 4.4.5-8) 4.4.5, 64-bit
  Postgis 2.1.0SVN - r10321 - 2012-09-22 14:55:14
  GEOS: 3.4.0dev-CAPI-1.8.0 r3716
  PROJ: Rel. 4.7.1, 23 September 2009

comment:2 by robe, 12 years ago

Harmless errors, but what to do. Difference seems 9.3 is not outputting the CREATE TABLE notices.

e.g. for regress_management we are expecting:

NOTICE:  CREATE TABLE will create implicit sequence "test_pt_gid_seq" for serial column "test_pt.gid"
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "test_pt_pkey" for table "test_pt"
1
The result: public.test_pt dropped.
NOTICE:  table "unexistent" does not exist, skipping
Unexistant: public.unexistent dropped.

But 9.3 is giving

1
The result: public.test_pt dropped.
NOTICE:  table "unexistent" does not exist, skipping
Unexistant: public.unexistent dropped.

On regress_management, we've even got at the top:

\set VERBOSITY terse

But 9.3's idea of terse must be more terse than other versions

comment:3 by robe, 12 years ago

okay solved these errors at r10326, I'm still checking raster. I have a failure, but think it might be just my gdal-data path setting.

comment:4 by robe, 12 years ago

Resolution: fixed
Status: newclosed

cool 9.3 regresses cleanly now even with raster and topology. I'll add to the standard regression test suite now.

comment:5 by robe, 12 years ago

Keywords: history added
Note: See TracTickets for help on using tickets.