]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Ignore more environment variables in TAP tests
authorMichael Paquier <michael@paquier.xyz>
Thu, 3 Jun 2021 02:52:03 +0000 (11:52 +0900)
committerMichael Paquier <michael@paquier.xyz>
Thu, 3 Jun 2021 02:52:03 +0000 (11:52 +0900)
commita886e2ff2413ee6420b84077f6cb991a5d97b45b
tree99a567e26372e4ab3b6dd4c3ba5ac3c43ca16e04
parent3eca18522e1908f7a61ab2545bb9238fce4d1ba7
Ignore more environment variables in TAP tests

Various environment variables were not getting reset in the TAP tests,
which would cause failures depending on the tests or the environment
variables involved.  For example, PGSSL{MAX,MIN}PROTOCOLVERSION could
cause failures in the SSL tests.  Even worse, a junk value of
PGCLIENTENCODING makes a server startup fail.  The list of variables
reset is adjusted in each stable branch depending on what is supported.

While on it, simplify a bit the code per a suggestion from Andrew
Dunstan, using a list of variables instead of doing single deletions.

Reviewed-by: Andrew Dunstan, Daniel Gustafsson
Discussion: https://postgr.es/m/YLbjjRpucIeZ78VQ@paquier.xyz
Backpatch-through: 9.6
src/test/perl/TestLib.pm