Disable fsync throughout TAP test suites.
Noah Misch <noah@leadboat.com>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_controldata/t/001_pg_controldata.pl | modified | +1 −1 |
| src/bin/pg_ctl/t/001_start_stop.pl | modified | +3 −1 |
| src/test/perl/TestLib.pm | modified | +6 −1 |