#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)
Change History (6)
by , 12 years ago
Attachment: | pgis_reg93mingw.zip added |
---|
comment:1 by , 12 years ago
comment:2 by , 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 , 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 , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
cool 9.3 regresses cleanly now even with raster and topology. I'll add to the standard regression test suite now.
comment:5 by , 12 years ago
Keywords: | history added |
---|
confirmed same failures on debbie