Daniel Gustafsson <dan...@yesql.se> writes: > The proposed patch admittedly seems a bit like a hack, and the client_tmo.key > handling is wrong as mentioned above. I propose that we instead add the key > to > the @keys array and have clean up handle all files uniformly. The attached > fixes both of the files.
Hmm ... so I guess my reaction to both of these is "what guarantees that we get to the part of the script that does the unlinks?". I've certainly seen lots of TAP tests fail to complete. Could we do the cleanup in an END block or the like? (I'm a poor enough Perl programmer to be uncertain what's the best way, but I know Perl has constructs like that.) regards, tom lane