[postgis-tickets] [PostGIS] #3226: interrupt relate regress fails on PostgreSQL 9.5
PostGIS
trac at osgeo.org
Sun Aug 2 20:34:40 PDT 2015
#3226: interrupt relate regress fails on PostgreSQL 9.5
---------------------+---------------------------
Reporter: robe | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.2.0
Component: postgis | Version: trunk
Keywords: |
---------------------+---------------------------
{{{
interrupt_relate .. failed (diff expected obtained:
/var/lib/jenkins/workspace/postgis/regress_pgdev/tmp/2_2_pg9.5w64/test_105_diff)
-----------------------------------------------------------------------------
--- interrupt_relate_expected 2014-11-15 20:10:13.000000000 -0800
+++
/var/lib/jenkins/workspace/postgis/regress_pgdev/tmp/2_2_pg9.5w64/test_105_out
2015-07-31 16:49:09.000000000 -0700
@@ -6,7 +6,7 @@
coveredby interrupted on time
ERROR: canceling statement due to statement timeout
crosses interrupted on time
-ERROR: canceling statement due to statement timeout
+t
crosses interrupted on time
ERROR: canceling statement due to statement timeout
crosses interrupted on time
-----------------------------------------------------------------------------
}}}
I accidentally left the interrupt tests enabled on the run that debbie
does to test out PostgreSQL Git changes. Looks like something changed in
the output (not sure what that extra t is for), that is causing the
interrupt_relate to consistently fail.
This started failing July 31st consistently. Can't see anything we
changed or that changed in postgresql that would cause this change so a
bit puzzled.
the postgres commit that triggered the run was this:
http://debbie.postgis.net:8080/job/PG_Version_9.5_Git/77/changes#detail0
which corresponds to this:
https://github.com/postgres/postgres/commit/edf26ed033f18bddc9bfe5c239388330150766a1
but in that period (there were also a ton of PostGIS changes)
up thru r13865
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3226>
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