Re: Random crud left behind by aborted TAP tests - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Random crud left behind by aborted TAP tests
Date
Msg-id 20151204163719.GB2763@alvherre.pgsql
Whole thread Raw
In response to Random crud left behind by aborted TAP tests  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Random crud left behind by aborted TAP tests
List pgsql-hackers
Tom Lane wrote:
> Yesterday I was fooling around with the TAP tests, and at least once
> I changed my mind and control-C'd out of a run.  Today I find:
> 
> [postgres@sss1 pgsql]$ git status
> On branch master
> Your branch is up-to-date with 'origin/master'.
> 
> Untracked files:
>   (use "git add <file>..." to include in what will be committed)
> 
>         src/bin/scripts/tmp_testGvBC/

Hmm ... I would have supposed that this directory should have been
removed by File::Temp's END block.  Are END blocks abandoned completely
when a signal is received?  That seems pretty surprising.

-- 
Á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: atomic reads & writes (with no barriers)
Next
From: Pavel Stehule
Date:
Subject: Re: pg_hba_lookup function to get all matching pg_hba.conf entries