Re: The real reason why TAP testing isn't ready for prime time - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: The real reason why TAP testing isn't ready for prime time
Date
Msg-id 20150619171636.GF133014@postgresql.org
Whole thread Raw
In response to Re: The real reason why TAP testing isn't ready for prime time  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-hackers
Alvaro Herrera wrote:

> We discussed this when that patch got in (82233ce7ea42d6b).  The reason
> for not waiting, it was argued, is that the most likely reason for those
> processes not to have already gone away by the time we send SIGKILL was
> that they are stuck somewhere in the kernel, and so we might not be able
> to actually get them to go away with the SIGKILL.  As I recall, that was
> the actual problem that MauMau was trying to get fixed.

Hm, I reviewed the discussion and actually I'm wrong: I came up with
the unkillable process argument on my own.  MauMau's problem was a
deadlocked process because of trying to malloc() on its way out.
I still think that unkillable processes are an issue, but perhaps it's
sane to have postmaster wait for some time instead of just going away
immediately.

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: The real reason why TAP testing isn't ready for prime time
Next
From: Andres Freund
Date:
Subject: Re: 9.5 release notes