Combine initdb tests that successfully create a data directory.
authorMichael Paquier <michael@paquier.xyz>
Mon, 23 Dec 2019 01:51:00 +0000 (10:51 +0900)
committerMichael Paquier <michael@paquier.xyz>
Mon, 23 Dec 2019 01:51:00 +0000 (10:51 +0900)
commit297b9ccff44859f274b7408045a9c91d2bb1c6d1
tree8381ca2295cd9e72a55f8a09bb17eb9cf5141d03
parent8f735c0488c68d02ed9a484851277fd5df4570c5
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: http://postgr.es/m/11800.1577060649@sss.pgh.pa.us
src/bin/initdb/t/001_initdb.pl