]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix rare failure in LDAP tests.
authorThomas Munro <tmunro@postgresql.org>
Mon, 3 Aug 2020 00:39:15 +0000 (12:39 +1200)
committerThomas Munro <tmunro@postgresql.org>
Mon, 3 Aug 2020 00:43:11 +0000 (12:43 +1200)
commitf5293fb09e7346bb663f2f5c63081e8aabe61a8e
treeb42c4faa9671ae6bac11fab2d19b93ca131bd7d4
parent719304a3043d9f60247df371f55236058a7f3caa
Fix rare failure in LDAP tests.

Instead of writing a query to psql's stdin, use -c.  This avoids a
failure where psql exits before we write, seen a few times on the build
farm.  Thanks to Tom Lane for the suggestion.

Back-patch to 11, where the LDAP tests arrived.

Reviewed-by: Noah Misch <noah@leadboat.com>
Discussion: https://postgr.es/m/CA%2BhUKGLFmW%2BHQYPeKiwSp5sdFFHtFViCpw4Mh6yAgEx74r5-Cw%40mail.gmail.com
src/test/ldap/t/001_auth.pl