pgsql: Add more logging to new 028_pitr_timelines.pl test.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add more logging to new 028_pitr_timelines.pl test.
Date: 2022-02-15 10:02:30
Message-ID: E1nJufG-0005Kl-M2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add more logging to new 028_pitr_timelines.pl test.

The test has failed a couple of times on buildfarm member 'hoverfly'. It
gets stuck waiting for the standby to archive 000000020000000000000003
WAL segment. I don't understand why, but with DEBUG1, we will get messages
in the log whenever a segment is archived, which hopefully will give a
clue the next time it happens.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3279cef0727a0fd285f3f1f459a7094acff9f629

Modified Files
--------------
src/test/recovery/t/028_pitr_timelines.pl | 2 ++
1 file changed, 2 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2022-02-15 10:15:16 pgsql: Fix XML namespace declarations
Previous Message Peter Eisentraut 2022-02-15 09:18:52 pgsql: Remove IS_AF_UNIX macro