Skip to content
Snippets Groups Projects
Select Git revision
  • benchmark-tools
  • postgres-lambda
  • master default
  • REL9_4_25
  • REL9_5_20
  • REL9_6_16
  • REL_10_11
  • REL_11_6
  • REL_12_1
  • REL_12_0
  • REL_12_RC1
  • REL_12_BETA4
  • REL9_4_24
  • REL9_5_19
  • REL9_6_15
  • REL_10_10
  • REL_11_5
  • REL_12_BETA3
  • REL9_4_23
  • REL9_5_18
  • REL9_6_14
  • REL_10_9
  • REL_11_4
23 results

TestLib.pm

  • Noah Misch's avatar
    7d7a103f
    Disable fsync throughout TAP test suites. · 7d7a103f
    Noah Misch authored
    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.
    7d7a103f
    History
    Disable fsync throughout TAP test suites.
    Noah Misch authored
    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.