- Notifications
You must be signed in to change notification settings - Fork5
Commit7d7a103
committed
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 fsyncenabled. This halves the pg_rewind suite's runtime on buildfarm membertern. It makes tern and that machine's other buildfarm members lessvulnerable to noise failures from postmaster startup overrunning the 60spg_ctl timeout. Back-patch to 9.5, where pg_rewind was introduced.1 parenta09009e commit7d7a103
File tree
3 files changed
+6
-3
lines changed- src
- bin
- pg_controldata/t
- pg_ctl/t
- test/perl
3 files changed
+6
-3
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
| 17 | + | |
| 18 | + | |
18 | 19 |
| |
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
22 | 23 |
| |
| 24 | + | |
23 | 25 |
| |
24 | 26 |
| |
25 | 27 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
143 | 143 |
| |
144 | 144 |
| |
145 | 145 |
| |
| 146 | + | |
146 | 147 |
| |
147 | 148 |
| |
148 | 149 |
| |
| |||
189 | 190 |
| |
190 | 191 |
| |
191 | 192 |
| |
192 |
| - | |
| 193 | + | |
193 | 194 |
| |
194 | 195 |
| |
195 | 196 |
| |
|
0 commit comments
Comments
(0)