pgsql: Make new SSL TAP test for channel_binding more robust - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Make new SSL TAP test for channel_binding more robust
Date
Msg-id E1k2pd6-0005qa-UM@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Make new SSL TAP test for channel_binding more robust

The test would fail in an environment including a certificate file in
~/.postgresql/.  bdd6e9b fixed a similar failure, and d6e612f introduced
the same problem again with a new test.

Author: Kyotaro Horiguchi
Discussion: https://postgr.es/m/20200804.120033.31225582282178001.horikyota.ntt@gmail.com
Backpatch-through: 13

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/1a01595cc2ffb20ef9f2bc1a92d39728b65e3797

Modified Files
--------------
src/test/ssl/t/002_scram.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: Fix replica backward scan race condition.
Next
From: Tom Lane
Date:
Subject: pgsql: Increase hard-wired timeout values in ecpg regression tests.