Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a7f4171

Browse files
committed
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
1 parent 89f059b commit a7f4171

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/recovery/t/008_fsm_truncation.pl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
$node_primary->append_conf(
1919
'postgresql.conf', qq{
20-
fsync = on
2120
wal_log_hints = on
2221
max_prepared_transactions = 5
2322
autovacuum = off

0 commit comments

Comments
 (0)