pgsql: Fix race in 032_relfilenode_reuse.pl.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix race in 032_relfilenode_reuse.pl.
Date: 2022-05-08 07:20:55
Message-ID: E1nnbDq-000YMu-Q1@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix race in 032_relfilenode_reuse.pl.

Add wait_for_catchup() call to the test added by commit e2f65f42. Per
slow build farm animal grison.

Also fix a comment.

Discussion: https://postgr.es/m/CA%2BhUKGLJ2Vy8hVQmnYotmTaEKZK0%3D-GcXgNAgcHzArZvtS4L_g%40mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/test/recovery/t/032_relfilenode_reuse.pl | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2022-05-08 16:30:05 Re: pgsql: Under has_wal_read_bug, skip contrib/bloom/t/001_wal.pl.
Previous Message Noah Misch 2022-05-07 16:15:27 pgsql: Fix back-patch of "Under has_wal_read_bug, skip .../001_wal.pl."