forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8d60549
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 parente2e78ac commit8d60549
File tree
3 files changed
+10
-3
lines changed- src
- bin
- pg_controldata/t
- pg_ctl/t
- test/perl
3 files changed
+10
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
126 | 131 | | |
127 | 132 | | |
128 | 133 | | |
| |||
138 | 143 | | |
139 | 144 | | |
140 | 145 | | |
141 | | - | |
| 146 | + | |
142 | 147 | | |
143 | 148 | | |
144 | 149 | | |
| |||
0 commit comments
Comments
(0)