forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit93759c6
committed
Fix slow animal timeouts in 032_relfilenode_reuse.pl.
Per BF animal chipmunk: CREATE DATABASE could apparently fail due to anAV process being in the template database and not quitting fast enoughfor the 5 second timeout in CountOtherDBBackends(). The test script hadautovacuum_naptime=1s to encourage more activity and opening of fds, butthat wasn't strictly necessary for this test. Take it out.Per BF animal skink: there was a 300s timeout for all tests in thescript, but apparently that was not enough under valgrind. Let's usethe standard timeout $PostgreSQL::Test::Utils::timeout_default, butrestart it for each query we run.Reviewed-by: Robert Haas <robertmhaas@gmail.com>Discussion:https://postgr.es/m/CA%2BhUKGKa8HNJaA24gqiiFoGy0ysndeVoJsHvX_q1-DVLFaGAmw%40mail.gmail.com1 parentfcab82a commit93759c6
1 file changed
+8
-6
lines changedLines changed: 8 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
19 | 18 |
| |
20 | 19 |
| |
21 | 20 |
| |
| |||
29 | 28 |
| |
30 | 29 |
| |
31 | 30 |
| |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 |
| - | |
| 31 | + | |
| 32 | + | |
37 | 33 |
| |
38 | 34 |
| |
39 | 35 |
| |
| |||
208 | 204 |
| |
209 | 205 |
| |
210 | 206 |
| |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
211 | 213 |
| |
212 | 214 |
| |
213 | 215 |
| |
|
0 commit comments
Comments
(0)