]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Ensure that STDERR is empty in connect_ok tests
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Tue, 15 Feb 2022 10:35:17 +0000 (11:35 +0100)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Tue, 15 Feb 2022 10:35:17 +0000 (11:35 +0100)
commit4d373e05286daff05d7fd0f6e4ab7ff4e5304d81
tree7980381cc4e8040272783cf34e11878cf174fd90
parent6538be9e1e412224c69f447d2b08342ba47ce9f1
Ensure that STDERR is empty in connect_ok tests

Connections performed via connect_ok() in TAP tests should not write
anything to STDERR.

Author: Jacob Champion <pchampion@vmware.com>
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Reviewed-by: Michael Paquier <michael@paquier.xyz>
Discussion: https://postgr.es/m/9D4FFB61-392B-4A2C-B7E4-911797B4AC14@yesql.se
Discussion: https://postgr.es/m/ec146256e31afa0542f9fa970ec258c5f1a5f98.camel@vmware.com
src/test/perl/PostgreSQL/Test/Cluster.pm