pgsql: Stabilize xid_wraparound tests - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Stabilize xid_wraparound tests
Date
Msg-id E1sYk57-001sP0-2A@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Stabilize xid_wraparound tests

The tests had a race condition if autovacuum was set to off. Instead we
create all the tables we are interested in with autovacuum disabled, so
they are only ever touched when in danger of wraparound.

Discussion: https://postgr.es/m/3e2cbd24-f45e-4b2b-ba83-8149214f0a4d@dunslane.net

Masahiko Sawada (slightly tweaked by me)

Backpatch to release 17 where these tests were introduced.

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/787ea8c9d812e5ae76b7a8981e5f93cee80c8a36

Modified Files
--------------
.../xid_wraparound/t/001_emergency_vacuum.pl       | 28 ++++++++++------------
src/test/modules/xid_wraparound/t/002_limits.pl    |  6 ++---
.../modules/xid_wraparound/t/003_wraparounds.pl    |  6 ++---
3 files changed, 19 insertions(+), 21 deletions(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Stabilize xid_wraparound tests
Next
From: Peter Eisentraut
Date:
Subject: pgsql: pg_createsubscriber: Remove obsolete comment