Make PG_TEST_USE_UNIX_SOCKETS work for tap tests on windows.
Andres Freund <andres@anarazel.de>
Make PG_TEST_USE_UNIX_SOCKETS work for tap tests on windows. We need to replace windows-style \ path separators with / when putting socket directories either in postgresql.conf or libpq connection strings, otherwise they are interpreted as escapes. Author: Andres Freund <andres@anarazel.de> Reviewed-By: Peter Eisentraut <peter.eisentraut@enterprisedb.com> Discussion: https://postgr.es/m/4da250a5-4222-1522-f14d-8a72bcf7e38e@enterprisedb.com
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_ctl/t/001_start_stop.pl | modified | +1 −0 |
| src/test/perl/PostgreSQL/Test/Cluster.pm | modified | +12 −1 |
Discussion
- port conflicts when running tests concurrently on windows. 12 messages · 2021-12-08 → 2021-12-15