Re: Ensure that STDERR is empty during connect_ok - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Ensure that STDERR is empty during connect_ok
Date
Msg-id 1118264.1643814088@sss.pgh.pa.us
Whole thread Raw
In response to Ensure that STDERR is empty during connect_ok  (Daniel Gustafsson <daniel@yesql.se>)
Responses Re: Ensure that STDERR is empty during connect_ok
List pgsql-hackers
Daniel Gustafsson <daniel@yesql.se> writes:
> As part of the NSS patchset, quite a few bugs (and NSS quirks) were found by
> inspecting STDERR in connect_ok and require it to be empty.  This is not really
> NSS specific, and could help find issues in other libraries as well so I
> propose to apply it regardless of the fate of the NSS patchset.

+1

> (The change in the SCRAM tests stems from this now making all testruns have the
> same number of tests.  While I prefer to not plan at all and instead run
> done_testing(), doing that consistently is for another patch, keeping this with
> the remainder of the suites.)

+1 to that too, counting the tests is a pretty useless exercise.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Ensure that STDERR is empty during connect_ok
Next
From: Pavel Borisov
Date:
Subject: Re: Add 64-bit XIDs into PostgreSQL 15