pgsql: Fix pg_bsaebackup checksum tests - Mailing list pgsql-committers

From Magnus Hagander
Subject pgsql: Fix pg_bsaebackup checksum tests
Date
Msg-id E1f3es0-0005CH-Rn@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix pg_bsaebackup checksum tests

Hopefully fix the fact that these checks are unstable, by introducing
the corruption in a separate table from pg_class, and also explicitly
disable autovacuum on those tables. Also make sure PostgreSQL is
stopped while the corruption is introduced to avoid possible caching
effects.

Author: Michael Banck

Branch
------
master

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

Modified Files
--------------
src/bin/pg_basebackup/t/010_pg_basebackup.pl | 35 +++++++++++++++++++---------
1 file changed, 24 insertions(+), 11 deletions(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Use ARMv8 CRC instructions where available.
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix the new ARMv8 CRC code for short and unaligned input.