pgsql: Disable fsync throughout TAP test suites.

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Disable fsync throughout TAP test suites.
Дата
Msg-id E1ZXME3-0001b3-Ab@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Disable fsync throughout TAP test suites.

Most suites already did so via start_test_server(), but the pg_rewind,
pg_ctl and pg_controldata suites ran a postmaster or initdb with fsync
enabled.  This halves the pg_rewind suite's runtime on buildfarm member
tern.  It makes tern and that machine's other buildfarm members less
vulnerable to noise failures from postmaster startup overrunning the 60s
pg_ctl timeout.  Back-patch to 9.5, where pg_rewind was introduced.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7d7a103f41fbdc54e608c431ead866061289307d

Modified Files
--------------
src/bin/pg_controldata/t/001_pg_controldata.pl |    2 +-
src/bin/pg_ctl/t/001_start_stop.pl             |    4 +++-
src/test/perl/TestLib.pm                       |    3 ++-
3 files changed, 6 insertions(+), 3 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Update the SSL test suite for recent changes to TAP testing fram
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: Disable fsync throughout TAP test suites.