pgsql: Don't enable fsync in src/test/recovery/t/008_fsm_truncation.pl.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Don't enable fsync in src/test/recovery/t/008_fsm_truncation.pl.
Date: 2022-01-19 17:37:04
Message-ID: E1nAEtM-00059m-D5@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Don't enable fsync in src/test/recovery/t/008_fsm_truncation.pl.

In adverse circumstances, the fsync calls cause this test to run for
quite a long time (multiple minutes) and even suffer timeout failures.
This seems to date from before we made an effort to disable fsync in
all our test cases; there's not a lot of point in using it if there's
not a plan to force an O/S crash during the test.

Discussion: https://postgr.es/m/440239.1642560607@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a7f4171071bbcdec79e8afa4cad1bc6951b098cc

Modified Files
--------------
src/test/recovery/t/008_fsm_truncation.pl | 1 -
1 file changed, 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-01-19 20:39:08 pgsql: Make configure prefer python3 to plain python.
Previous Message Daniel Gustafsson 2022-01-19 13:50:14 pgsql: Dynamically find correct installation docs in Makefile.