pgsql: Retry initial slurp_file("current_logfiles"), in test 004_logrot - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Retry initial slurp_file("current_logfiles"), in test 004_logrot
Date
Msg-id E1kjFf6-0007Be-8e@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Retry initial slurp_file("current_logfiles"), in test 004_logrotate.pl.

Buildfarm member topminnow failed when the test script attempted this
before the syslogger would have created the file.  Back-patch to v12,
which introduced the test.

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9a02dbdd03e8eadbe5331311c122548fac156f56

Modified Files
--------------
src/bin/pg_ctl/t/004_logrotate.pl | 17 +++++++++++++----
1 file changed, 13 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Clean up after tests in src/test/locale/.
Next
From: Tom Lane
Date:
Subject: pgsql: Doc: clarify behavior of PQconnectdbParams().