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:49:36 +0000 (12:49 +1200)
commitf44b9b625bedd8e0bca67b3b42ba10ce482fa31b
treeecf6d268829a81aebef0c6d42451646d16305a25
parent63e9aa6879cc5b87c77bab9afea3740748a4f00b
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