pgsql: Make detach-partition-concurrently-4 less timing sensitive

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Make detach-partition-concurrently-4 less timing sensitive
Date: 2021-05-25 23:46:16
Message-ID: E1llgka-00056m-Vo@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make detach-partition-concurrently-4 less timing sensitive

Same as 5e0b1aeb2dfe, for the companion test file.

This one seems lower probability (only two failures in a month of runs);
I was hardly able to reproduce a failure without a patch, so the fact
that I was also unable to reproduce one with it doesn't say anything.
We'll have to wait for further buildfarm results to see if we need any
further adjustments.

Discussion: https://postgr.es/m/20210524090712.GA3771394@rfd.leadboat.com

Branch
------
master

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

Modified Files
--------------
.../expected/detach-partition-concurrently-4.out | 90 ++++++++++++----------
.../specs/detach-partition-concurrently-4.spec | 29 ++++---
2 files changed, 68 insertions(+), 51 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2021-05-26 10:54:46 pgsql: Fix typo in heapam.c
Previous Message Tom Lane 2021-05-25 16:56:08 pgsql: Fix use of uninitialized variable in inline_function().