| From: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | pgsql-hackers(at)postgreSQL(dot)org |
| Subject: | Re: Random crud left behind by aborted TAP tests |
| Date: | 2015-12-04 16:37:19 |
| Message-ID: | 20151204163719.GB2763@alvherre.pgsql |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(at)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Pavel Stehule | 2015-12-04 16:41:13 | Re: pg_hba_lookup function to get all matching pg_hba.conf entries |
| Previous Message | Alvaro Herrera | 2015-12-04 16:34:08 | Re: pg_hba_lookup function to get all matching pg_hba.conf entries |