[FOLIO-3336] testing/testing-backend Vagrant build failures Created: 04/Nov/21 Updated: 11/Nov/21 Resolved: 11/Nov/21 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Bug | Priority: | TBD |
| Reporter: | Wayne Schneider | Assignee: | Wayne Schneider |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Sprint: | DevOps Sprint 126, DevOps Sprint 127 |
| Development Team: | FOLIO DevOps |
| Description |
|
The folio-blackbox Vagrant builds for testing and testing-backend are failing at the post to the tenant install endpoint: testing-backend: TASK [okapi-tenant-deploy : Post install list for deployment and enabling] testing-backend: fatal: [default]: FAILED! => {"changed": false, "elapsed": 1200, "msg": "Status code was -1 and not [200]: Connection failure: timed out", "redirected": false, "status": -1, "url": "http://10.0.2.15:9130/_/proxy/tenants/diku/install?deploy=true&tenantParameters=loadSample%3Dtrue%2CloadReference%3Dtrue%2CrunReindex%3Dtrue"} Will need to try a manual build to see what is failing or maybe what is taking so long that the install call times out. |
| Comments |
| Comment by Wayne Schneider [ 11/Nov/21 ] |
|
It appears to be an issue with the deploy_timeout for the testing builds (doesn't affect snapshot, because snapshot deploys before tenant init, while testing builds do this in one operation). Increasing the variable from 1200 to 1800 allows the build to succeed. |