[FOLIO-1158] CI: postgresql-embedded timeout Created: 22/Mar/18 Updated: 15/Jan/19 |
|
| Status: | Open |
| Project: | FOLIO |
| Components: | Continuous Integration |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Bug | Priority: | P3 |
| Reporter: | Julian Ladisch | Assignee: | John Malconian |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | ci, for-next-sprint | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Sprint: | |
| Development Team: | Core: Platform |
| Description |
|
postgresql-embedded downloads the postgres binary from a postgresql.org site. This may take too long failing a CI build. I've had several pull requests with such a timeout and there is a report in #coreteam today. There are several possible solutions: a) The CI provides a running postgres. The module is configured to use that instead of the postgresql-embedded. b) Configure postgresql-embedded to use a nearby mirror of the postgres binary at a folio site. c) Switch from postgresql-embedded to a different maven package that includes the postgresql binary so that the CI's maven package cache can handle it. |