forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4817da5
committed
worker_spi: Bump up max_worker_processes in TAP tests
mamba has detected a failure in the last test that should start abgworker while bypassing the role login check. The buildfarm did notprovide any information about its failure in the logs, but I suspectthat this is caused by an exhaustion of the max_worker_processes slotsset at 8 by default.In "normal" test runs, the number of bgworkers running at this stage ofthe test is already 7, so, if one of them spawns for example a parallelworker all the slots would be taken, preventing the last worker of thetest to start.Reviewed-by: Tom LaneDiscussion:https://postgr.es/m/ZSyebsiub88pyJJO@paquier.xyz1 parent1f89b73 commit4817da5
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
| 66 | + | |
| 67 | + | |
66 | 68 |
| |
67 | 69 |
| |
68 | 70 |
| |
69 | 71 |
| |
70 | 72 |
| |
| 73 | + | |
71 | 74 |
| |
72 | 75 |
| |
73 | 76 |
| |
|
0 commit comments
Comments
(0)