[postgis-tickets] [PostGIS] #4508: Regression Failures at r17812

PostGIS trac at osgeo.org
Mon Sep 16 15:50:04 PDT 2019


#4508: Regression Failures at r17812
---------------------+---------------------------
 Reporter:  pramsey  |      Owner:  Algunenano
     Type:  defect   |     Status:  assigned
 Priority:  high     |  Milestone:  PostGIS 3.0.0
Component:  postgis  |    Version:  trunk
 Keywords:           |
---------------------+---------------------------
 From the tests failing, I suspect the source is the repeated points / MVT
 work recently committed.
 {{{
 --- snaptogrid_expected 2019-09-03 19:53:59.000000000 -0700
 +++ /tmp/pgis_reg/test_89_out   2019-09-16 15:41:16.000000000 -0700
 @@ -3,5 +3,5 @@
  t
  t
  t
 -POLYGON((0 0,10 0,10 10,0 10,0 0))|BOX(0 0,10 10)
 -POLYGON((0 0,10 0,10 10,0 10,0 0))|BOX(0 0,10 10)
 +POLYGON((0 0,10 0,10 10,0 10,0 0))|BOX(0 0,10.6000003814697 10.5)
 +POLYGON((0 0,10 0,10 10,0 10,0 0))|BOX(0 0,10.6000003814697 10.5)
 }}}
 and
 {{{
 --- remove_repeated_points_expected 2019-09-03 19:53:59.000000000 -0700
 +++ /tmp/pgis_reg/test_82_out   2019-09-16 15:41:15.000000000 -0700
 @@ -17,4 +17,4 @@
  16|MULTIPOINT(0 0,1 1,2 2)
  17|MULTIPOINT(0 0,4 4)
  18|POLYGON((-215922 5325694,-218693 5322119,-216112 5325812,-215922
 5325694))
 -19|POLYGON((0 0,10 0,10 10,0 10,0 0))|BOX(0 0,10 10)
 +19|POLYGON((0 0,10 0,10 10,0 10,0 0))|BOX(0 0,10.5 10.5)
 }}}
 and
 {{{
 --- measures_expected   2019-09-03 19:53:59.000000000 -0700
 +++ /tmp/pgis_reg/test_57_out   2019-09-16 15:41:02.000000000 -0700
 @@ -68,14 +68,14 @@
  #4278.3|f
  #4278.4|1
  NOTICE:  One or both of the geometries is missing z-value. The unknown
 z-value will be regarded as "any value"
 -#4328.1|t|t
 +ERROR:  lw_dist2d_distribute_bruteforce: Unsupported geometry type: Tin
  NOTICE:  One or both of the geometries is missing z-value. The unknown
 z-value will be regarded as "any value"
 -#4328.2|t|t
 +ERROR:  lw_dist2d_distribute_bruteforce: Unsupported geometry type: Tin
  NOTICE:  One or both of the geometries is missing z-value. The unknown
 z-value will be regarded as "any value"
 -#4328.3|t|t
 +ERROR:  lw_dist2d_distribute_bruteforce: Unsupported geometry type: Tin
  NOTICE:  One or both of the geometries is missing z-value. The unknown
 z-value will be regarded as "any value"
 -#4328.4|t|t
 +ERROR:  lw_dist2d_distribute_bruteforce: Unsupported geometry type: Tin
  NOTICE:  One or both of the geometries is missing z-value. The unknown
 z-value will be regarded as "any value"
 -#4328.5|t|t
 +ERROR:  lw_dist2d_distribute_bruteforce: Unsupported geometry type: Tin
  NOTICE:  One or both of the geometries is missing z-value. The unknown
 z-value will be regarded as "any value"
 -#4328.6|t|t
 +ERROR:  lw_dist2d_distribute_bruteforce: Unsupported geometry type: Tin
 }}}
 the last one looks like komzpa.

 Darwin Sparrow.local 18.7.0 Darwin Kernel Version 18.7.0: Tue Aug 20
 16:57:14 PDT 2019; root:xnu-4903.271.2~2/RELEASE_X86_64 x86_64

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4508>
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-tickets mailing list