Fix pg_bsaebackup checksum tests

Magnus Hagander <magnus@hagander.net>

Commit: ee9e1455310ec57774ca67158571bec5d3288cdf
Author: Magnus Hagander <magnus@hagander.net>
Date: 2018-04-04T09:37:55Z
Releases: 11.0
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

Files

PathChange+/−
src/bin/pg_basebackup/t/010_pg_basebackup.pl modified +24 −11