| From: | Thomas Munro <tmunro(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Fix LDAP test instability. |
| Date: | 2019-07-25 22:17:32 |
| Message-ID: | E1hqm3I-0005BF-6r@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Fix LDAP test instability.
After starting slapd, wait until it can accept a connection before
beginning the real test work. This avoids occasional test failures.
Back-patch to 11, where the LDAP tests arrived.
Author: Thomas Munro
Reviewed-by: Michael Paquier
Discussion: https://postgr.es/m/20190719033013.GI1859%40paquier.xyz
Branch
------
REL_11_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/77d5dea386f5747ca56bac1ae745e4604111adda
Modified Files
--------------
src/test/ldap/t/001_auth.pl | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2019-07-26 01:05:55 | pgsql: doc: PG 12 relnotes, add item - pg_test_fsync fix on Windows |
| Previous Message | Thomas Munro | 2019-07-25 22:17:15 | pgsql: Fix LDAP test instability. |