pgsql: Combine initdb tests that successfully create a data directory. - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Combine initdb tests that successfully create a data directory.
Date
Msg-id E1ijCtA-0000Ml-VG@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Combine initdb tests that successfully create a data directory.

This eliminates many seconds of test duration and the cause to invoke
"rm -rf", which is typically unavailable on Windows.

This is a backpatch of 1a629c1 which has never been applied to
REL9_4_STABLE.  Per complain from buildarm member drongo.

Reported-by: Tom Lane
Author: Michael Paquier, Noah Misch
Discussion: https://postgr.es/m/11800.1577060649@sss.pgh.pa.us

Branch
------
REL9_4_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/297b9ccff44859f274b7408045a9c91d2bb1c6d1

Modified Files
--------------
src/bin/initdb/t/001_initdb.pl | 48 ++++++++++++++++++------------------------
1 file changed, 20 insertions(+), 28 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Avoid low-probability regression test failures in timestamp[tz]
Next
From: Peter Geoghegan
Date:
Subject: pgsql: Update nbtree LP_DEAD item deletion comments.