[postgis-devel] [PostGIS] #1707: Regress on topology running make check - r9529

PostGIS trac at osgeo.org
Fri Mar 23 23:28:50 PDT 2012


#1707: Regress on topology running make check - r9529
----------------------+-----------------------------------------------------
 Reporter:  sindile   |       Owner:  strk         
     Type:  defect    |      Status:  new          
 Priority:  medium    |   Milestone:  PostGIS 2.0.0
Component:  topology  |     Version:  2.0.x        
 Keywords:            |  
----------------------+-----------------------------------------------------

Comment(by sindile):

 >> cd topology/test
  >>../../regress/run_test --topology --nodrop -v
 regress/legacy_validate.sql

 Creating spatial db postgis_reg
 createlang: language "plpgsql" is already installed in database
 "postgis_reg"
 Preparing spatial db postgis_reg
 Adding topology support
 TMPDIR is /tmp/pgis_reg
 PATH is
 /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:$JAVA_HOME:$JRE_HOME

  PostgreSQL 9.1.3 on x86_64-unknown-linux-gnu, compiled by gcc
 (Ubuntu/Linaro 4.6.3-1ubuntu2) 4.6.3, 64-bit
  Postgis 2.0.0beta5SVN - r9529 - 2012-03-22 17:57:17
    GEOS: 3.3.2-CAPI-1.7.2
    PROJ: Rel. 4.8.0, 6 March 2012

 Running tests

  regress/legacy_validate .. failed (diff expected obtained:
 /tmp/pgis_reg/test_1_diff)
 -----------------------------------------------------------------------------
 --- regress/legacy_validate_expected    2012-03-22 17:49:10.972343541
 +0200
 +++ /tmp/pgis_reg/test_1_out    2012-03-24 08:19:47.981553143 +0200
 @@ -7,6 +7,6 @@
  Topology validation errors follow:
  End of topology validation errors
  Topology 'city_data' dropped
 -t
 -Empty topology errors|0
 -Topology 'tt' dropped
 +ERROR:  function createtopology(unknown) does not exist at character 8
 +ERROR:  function validatetopology(unknown) does not exist at character 47
 +ERROR:  function droptopology(unknown) does not exist at character 8
 -----------------------------------------------------------------------------

 Run tests: 1
 Failed: 1psq


 >>>show search_path;

  search_path
 -------------
  public
 (1 row)


 >>> select createtopology('tt1'); select createtopology('tt1');

 ERROR:  function createtopology(unknown) does not exist
 LINE 1: select createtopology('tt1');
                ^
 HINT:  No function matches the given name and argument types. You might
 need to add explicit type casts.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1707#comment:6>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-devel mailing list