forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9959a07
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 parent8a94efd commit9959a07
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)