[postgis-tickets] [PostGIS] #3444: Add dump/restore testing
PostGIS
trac at osgeo.org
Tue Feb 9 08:29:43 PST 2016
#3444: Add dump/restore testing
--------------------------+---------------------------
Reporter: strk | Owner: robe
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 2.3.0
Component: buildbots | Version: 2.2.x
Resolution: | Keywords:
--------------------------+---------------------------
Comment (by strk):
Running "make check RUNTESTFLAGS=--dumprestore" currently fails due to
unexpected order in restored tables (I think). Like:
{{{
--- loader/PointZ-w.select.expected 2015-08-07 18:03:05.367654370
+0200
+++ /tmp/pgis_reg/test_3_out 2016-02-09 17:27:15.740751528 +0100
@@ -1,3 +1,3 @@
POINT(0 1 2 3)
-POINT(9 -1 -2 -3)
POINT(9 -1 -20 -123)
+POINT(9 -1 -2 -3)
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3444#comment:7>
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