pgsql: Stabilize 039_end_of_wal test.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Stabilize 039_end_of_wal test.
Date: 2024-08-31 03:03:10
Message-ID: E1skEOL-002DHw-UC@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Stabilize 039_end_of_wal test.

The first test was sensitive to the insert LSN after setting up the
catalogs, which depended on environmental things like the locales on the
OS and usernames. Switch to a new WAL file before the first test, as a
simple way to put every computer into the same state.

Back-patch to all supported releases.

Reported-by: Anton Voloshin <a(dot)voloshin(at)postgrespro(dot)ru>
Reported-by: Nathan Bossart <nathandbossart(at)gmail(dot)com>
Reviewed-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Reviewed-by: Nathan Bossart <nathandbossart(at)gmail(dot)com>
Discussion: https://postgr.es/m/b26aeac2-cb6d-4633-a7ea-945baae83dcf%40postgrespro.ru

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/d1d0fe1feb23e76daa6c3e0ea995b927dcf4cfe3

Modified Files
--------------
src/test/recovery/t/039_end_of_wal.pl | 6 ++++++
1 file changed, 6 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2024-08-31 03:03:26 pgsql: Stabilize 039_end_of_wal test.
Previous Message Thomas Munro 2024-08-31 03:02:56 pgsql: Stabilize 039_end_of_wal test.