forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1f303fd
committed
Suppress occasional failures in brin regression test.
brin.sql included a call of brin_summarize_new_values(), and expectedit to always report exactly 5 summarization events. This failed sometimesduring parallel regression tests, as a consequence of the database-wideVACUUM in gist.sql getting there first. The most future-proof wayto avoid variation in the test results is to forget about usingbrin_summarize_new_values() and just do a plain "VACUUM brintest",which will exercise the same code anyway.Having done that, there's no need for preventing autovacuum on brintest;doing so just reduces the scope of test coverage, so let's not.1 parentfba12c8 commit1f303fd
2 files changed
+4
-9
lines changedLines changed: 2 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
| 29 | + | |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
| |||
239 | 239 |
| |
240 | 240 |
| |
241 | 241 |
| |
242 |
| - | |
243 |
| - | |
244 |
| - | |
245 |
| - | |
246 |
| - | |
247 |
| - | |
| 242 | + | |
248 | 243 |
| |
249 | 244 |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
| 29 | + | |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
| |||
247 | 247 |
| |
248 | 248 |
| |
249 | 249 |
| |
250 |
| - | |
| 250 | + | |
251 | 251 |
| |
252 | 252 |
| |
253 | 253 |
|
0 commit comments
Comments
(0)