pgsql: tests: Consistently use pg_basebackup -cfast --no-sync to accele - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: tests: Consistently use pg_basebackup -cfast --no-sync to accele
Date
Msg-id E1n9bjG-0006Tn-Mj@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: tests: Consistently use pg_basebackup -cfast --no-sync to accele  (Michael Paquier <michael@paquier.xyz>)
List pgsql-committers
tests: Consistently use pg_basebackup -cfast --no-sync to accelerate tests.

Most tests invoking pg_basebackup themselves did not yet use -cfast, which
makes pg_basebackup take considerably longer. The only reason this didn't
cause the tests to take many minutes is that spread checkpoints only throttle
when writing out a buffer and there aren't that many dirty buffers in the
tests...

Discussion: https://postgr.es/m/20220117195711.xx4qbxutrrlmo2dg@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/839f9636b374d67952fdb2b048f055393bc5a8f4

Modified Files
--------------
src/bin/pg_basebackup/t/010_pg_basebackup.pl | 104 ++++++++++++++-------------
src/bin/pg_verifybackup/t/002_algorithm.pl   |   2 +-
src/bin/pg_verifybackup/t/003_corruption.pl  |   2 +-
src/bin/pg_verifybackup/t/004_options.pl     |   2 +-
src/bin/pg_verifybackup/t/006_encoding.pl    |   2 +-
src/bin/pg_verifybackup/t/007_wal.pl         |   4 +-
6 files changed, 61 insertions(+), 55 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: heap pruning: Only call BufferGetBlockNumber() once.
Next
From: Michael Paquier
Date:
Subject: Re: pgsql: tests: Consistently use pg_basebackup -cfast --no-sync to accele