Opened 13 years ago

Closed 13 years ago

#760 closed defect (fixed)

Topology fail some checks

Reported by: aperi2007 Owned by: strk
Priority: medium Milestone: PostGIS 2.0.0
Component: topology Version: master
Keywords: Cc:

Description

Running "make check", I'm having some error in topology section.

the logs report these errors:


PostgreSQL 9.0.2 on i686-pc-linux-gnu, compiled by GCC gcc (Debian 4.3.2-1.1) 4.3.2, 32-bit Postgis 2.0.0SVN - 2011-01-09 17:48:56

GEOS: 3.3.0-CAPI-1.7.0 PROJ: Rel. 4.7.1, 23 September 2009

Running tests

regress/legacy_validate. failed (diff expected obtained: /tmp/pgis_reg_22895/test_1_diff) regress/legacy_predicate. ok regress/legacy_invalid. failed (diff expected obtained: /tmp/pgis_reg_22895/test_3_diff) regress/sqlmm. failed (diff expected obtained: /tmp/pgis_reg_22895/test_4_diff) regress/legacy_query. failed (diff expected obtained: /tmp/pgis_reg_22895/test_5_diff) regress/addnode. failed (diff expected obtained: /tmp/pgis_reg_22895/test_6_diff) regress/addedge. failed (diff expected obtained: /tmp/pgis_reg_22895/test_7_diff) regress/addface. failed (diff expected obtained: /tmp/pgis_reg_22895/test_8_diff) regress/st_getfacegeometry. failed (diff expected obtained: /tmp/pgis_reg_22895/test_9_diff) regress/topoelementarray_agg. ok regress/droptopology. ok

Run tests: 11 Failed: 8 make[2]: * [check] Error 8 make[2]: Leaving directory `/home/postgres/software/postgis/postgis-2.0.0SVN/topology/test' make[1]: * [check] Error 2 make[1]: Leaving directory `/home/postgres/software/postgis/postgis-2.0.0SVN/topology' make: * [check] Error 1 postgres@deb:~/software/postgis/postgis-2.0.0SVN$


Added a zip with diffs from tmp.

Attachments (1)

pgis_reg_22895.zip (11.9 KB ) - added by aperi2007 13 years ago.
some diffs files for error reported.

Download all attachments as: .zip

Change History (6)

by aperi2007, 13 years ago

Attachment: pgis_reg_22895.zip added

some diffs files for error reported.

comment:1 by aperi2007, 13 years ago

Version: 1.5.Xtrunk

comment:2 by robe, 13 years ago

Strk,

These failures are all because I removed the deprecated functions intersects, x,y,z,issimple etc.

I was meaning to make check on topology, but I can't. It seems as far as I can tell, its not inheriting my path settings. Says psql does not exist etc. I have similar issue with raster since the configure change you made a month or so ago.

comment:3 by robe, 13 years ago

Also add linemerge to that list.

comment:4 by robe, 13 years ago

Andrea,

Can you give this another try. I fixed all the legacy function calls so that it would pass regress, but I suspect there are still some lurking that regress isn't testing. Hopefully I'll catch whatever is left once I have topology garden tests up and running.

anyrate if you run into any more while using — Please let us know. Thanks for testing these things. Very much appreciated.

Regina

comment:5 by aperi2007, 13 years ago

Resolution: fixed
Status: newclosed

Hi Regina.

I tested it. Now is all ok.

close the ticket.

Note: See TracTickets for help on using tickets.