pgsql: Silence assorted annoying test output.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Silence assorted annoying test output.
Date: 2024-10-08 18:13:07
Message-ID: E1syEhn-002jmF-5a@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Silence assorted annoying test output.

Remove unnecessary chatter about "checking if IO::Socket::UNIX works";
our tests should never print anything on stderr unless there's a
problem.

Add .gitignore entry for temporary directory now being left behind
in src/test/postmaster.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/01fce8dab16385573ba0f2ddd3d52ba3514a6562

Modified Files
--------------
src/test/perl/PostgreSQL/Test/Cluster.pm | 1 -
src/test/postmaster/.gitignore | 2 ++
2 files changed, 2 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2024-10-08 23:14:51 pgsql: Introduce two fields in EState to track parallel worker activity
Previous Message Tom Lane 2024-10-08 17:52:19 pgsql: Add min and max aggregates for bytea type.