]> git.ipfire.org Git - thirdparty/postgresql.git/commit
When a TAP file has non-zero exit status, retain temporary directories.
authorNoah Misch <noah@leadboat.com>
Wed, 5 Feb 2020 16:26:41 +0000 (08:26 -0800)
committerNoah Misch <noah@leadboat.com>
Wed, 5 Feb 2020 16:26:44 +0000 (08:26 -0800)
commit78a26c3edd85b439265c067c45f04ce017c2eaff
treefcb0bb9d0ab421f3a38dc99dd1fc043a43930710
parent1fb8976b9cdd28f2986d63118fe64c00f600c531
When a TAP file has non-zero exit status, retain temporary directories.

PostgresNode already retained base directories in such cases.  Stop
using $SIG{__DIE__}, which is redundant with the exit status check, in
lieu of proliferating it to TestLib.  Back-patch to 9.6, where commit
88802e068017bee8cea7a5502a712794e761c7b5 introduced retention on
failure.

Reviewed by Daniel Gustafsson.

Discussion: https://postgr.es/m/20200202170155.GA3264196@rfd.leadboat.com
src/test/perl/PostgresNode.pm
src/test/perl/TestLib.pm