Re: Ensure that STDERR is empty during connect_ok
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Daniel Gustafsson <daniel@yesql.se>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>,
Jacob Champion <pchampion@vmware.com>
Date: 2022-02-02T15:01:28Z
Lists: 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
Commits
-
Ensure that STDERR is empty in connect_ok tests
- 4d373e05286d 15.0 landed
-
Require version 0.98 of Test::More for TAP tests
- 405f32fc4960 15.0 cited