TAP tests still sensitive to various PG* environment variables
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-06-02T01:49:01Z
Lists: pgsql-hackers
Attachments
- testlib-envs.patch (text/x-diff) patch
Hi all, While looking at a separate issue, I have noticed that TestLib.pm is lagging behind in terms of environment variables it had better mask to avoid failures: https://www.postgresql.org/message-id/YLXjFOV3teAPirmS@paquier.xyz Once I began playing with the variables not covered yet, and tested fancy cases with junk values, I have been able to see various failures in the TAP tests, mainly with authentication and SSL. Attached is a patch to strengthen all that, which I think we'd better backpatch. Any objections to that? -- Michael
Commits
-
Ignore more environment variables in TAP tests
- a886e2ff2413 9.6.23 landed
- c63bb6950735 10.18 landed
- 36ac9f6af230 11.13 landed
- ebd542bf4fd3 12.8 landed
- 9d660670541c 13.4 landed
- 8279f68a1b13 14.0 landed