[FOLIO-2676] Unable to build q1-2020 release from platform-complete Created: 02/Jul/20 Updated: 23/Mar/21 Resolved: 23/Mar/21 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Bug | Priority: | TBD |
| Reporter: | Wayne Schneider | Assignee: | Unassigned |
| Resolution: | Won't Do | Votes: | 0 |
| Labels: | devops, devops-backlog | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Attachments: |
|
| Sprint: | |
| Development Team: | FOLIO DevOps |
| Affected Institution: |
Lehigh
|
| Description |
|
Overview: Steps to Reproduce:
Expected Results: Actual Results: Christopher Creswell can provide more details |
| Comments |
| Comment by John Malconian [ 02/Jul/20 ] |
|
Is this as simple as upgrading mod-inventory-storage to v19.2.3 in the q1 branch? Although I suppose that might open a whole can of dependency worms. |
| Comment by Wayne Schneider [ 02/Jul/20 ] |
|
Maybe? But I don't understand why Okapi is not honoring the full install JSON request (which should include a compatible version of mod-inventory-storage) and is instead trying to give us a new version. |
| Comment by Adam Dickmeiss [ 03/Jul/20 ] |
|
I tried this and NO error. install.json has mod-inventory-storage-19.1.3 in it still. See attachment success.txt with okapi log and response.txt with result of install. |
| Comment by Wayne Schneider [ 06/Jul/20 ] |
|
I was also unable to replicate this problem. Christopher Creswell, can you verify the reproduction steps? Thanks! |
| Comment by Christopher Creswell [ 06/Jul/20 ] |
|
I don't actually submit the entire install.json all at once – perhaps that's the difference? My build script submits individual json for each module to enable, enabling them in the order they appeared in install.json, but not all at once. I had it do things this way because of problems I was having in the past, but which may no longer be present, so I could probably just submit one big file of modules to enable if that's in fact the issue. |
| Comment by Wayne Schneider [ 06/Jul/20 ] |
|
I cannot reproduce the issue posting modules one at a time to /_/proxy/tenants/tenantId/install, nor posting to /_/proxy/tenants/tenantId/modules. |