Re: Random crud left behind by aborted TAP tests

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Random crud left behind by aborted TAP tests
Дата
Msg-id 20151204163719.GB2763@alvherre.pgsql
обсуждение исходный текст
Ответ на Random crud left behind by aborted TAP tests  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Random crud left behind by aborted TAP tests  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список 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 по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: atomic reads & writes (with no barriers)
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: pg_hba_lookup function to get all matching pg_hba.conf entries