Query cancel seems to be broken in master since Oct 17

From: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
To: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Query cancel seems to be broken in master since Oct 17
Date: 2016-10-18 08:00:11
Message-ID: CAB=Je-FaFPN-r00L2yZFar98Prsr7B+gZ50u--c_emQ-Eu3cGA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

In pgjdbc we have regular regression testing against "build from
master" PostgreSQL, and recent master builds fail for "statement cancel"
test.

The PostgreSQL as of Mon Oct 17 00:09:39 UTC 2016 was fine, then "statement
cancel" started to fail.
The test executes "select pg_sleep(10)" and tries to cancel it. In recent
master builds, cancel seems to be ignored, and the statement lasts for 10
seconds.

Exactly the same driver and test version works fine for 8.4, 9.1, 9.2, 9.3,
9.4, 9.5, and 9.6:
Here's a sample build report:
https://travis-ci.org/pgjdbc/pgjdbc/builds/168444341

Any hints what could be the issue?
Was the breakage intentional?

Vladimir

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2016-10-18 08:05:39 Re: Query cancel seems to be broken in master since Oct 17
Previous Message Erik Rijkers 2016-10-18 07:41:14 simplehash.h typo fix