forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita7f4171
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 forquite a long time (multiple minutes) and even suffer timeout failures.This seems to date from before we made an effort to disable fsync inall our test cases; there's not a lot of point in using it if there'snot a plan to force an O/S crash during the test.Discussion:https://postgr.es/m/440239.1642560607@sss.pgh.pa.us1 parent89f059b commita7f4171
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
21 | 20 |
| |
22 | 21 |
| |
23 | 22 |
| |
|
0 commit comments
Comments
(0)