pgsql: Revert "Add recovery TAP test for race condition with slot inval

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Revert "Add recovery TAP test for race condition with slot inval
Date: 2024-03-07 01:05:22
Message-ID: E1ri2CI-002TfS-A6@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Revert "Add recovery TAP test for race condition with slot invalidations"

This reverts commit 08a52ab151ca, due to some sporadic instability in
the test. Getting the test right should require some redesign with a
second injection point, but let's revert it for now to avoid these
issues in the CI as a lot of patches are under discussion in this last
commit fest.

Per buildfarm members hachi and gokiburi.

Discussion: https://postgr.es/m/ZekQQHCrIqLVpGz5@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/65db0cfb4c036b14520a22dba5a858185b713643

Modified Files
--------------
src/backend/replication/slot.c | 9 --
.../recovery/t/035_standby_logical_decoding.pl | 116 +--------------------
2 files changed, 2 insertions(+), 123 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message John Naylor 2024-03-07 05:49:40 pgsql: Add template for adaptive radix tree
Previous Message Michael Paquier 2024-03-06 23:32:18 pgsql: Revert "Fix parallel-safety check of expressions and predicate f