pgsql: Combine initdb tests that successfully create a data directory.

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Combine initdb tests that successfully create a data directory.
Дата
Msg-id E1ijCtA-0000Ml-VG@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Avoid low-probability regression test failures in timestamp[tz]
Следующее
От: Peter Geoghegan
Дата:
Сообщение: pgsql: Update nbtree LP_DEAD item deletion comments.