forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3aa858c
committed
Fix instability in 026_overwrite_contrecord.pl test.
We've seen intermittent failures in this test on slower buildfarmmachines, which I think can be explained by assuming that autovacuumemitted some additional WAL. Disable autovacuum to stabilize it.In passing, use stringwise not numeric comparison to compareWAL file names. Doesn't matter at present, but they arehex strings not decimal ...Discussion:https://postgr.es/m/1372189.1636499287@sss.pgh.pa.us1 parent0a455b8 commit3aa858c
1 file changed
+7
-2
lines changedLines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
23 | 28 |
| |
24 | 29 |
| |
25 | 30 |
| |
| |||
58 | 63 |
| |
59 | 64 |
| |
60 | 65 |
| |
61 |
| - | |
| 66 | + | |
62 | 67 |
| |
63 | 68 |
| |
64 | 69 |
| |
|
0 commit comments
Comments
(0)