[FOLIO-2285] module cleanup script is too aggressive for released modules Created: 25/Sep/19 Updated: 03/Jun/20 Resolved: 25/Sep/19 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Bug | Priority: | P2 |
| Reporter: | Ian Hardy | Assignee: | Ian Hardy |
| Resolution: | Done | Votes: | 0 |
| Labels: | ci, devops, platform-backlog | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Sprint: | CP: sprint 73 |
| Story Points: | 0.5 |
| Development Team: | Core: Platform |
| Description |
|
module cleanup script for k8s is cleaning up releases that aren't really expired. Saw this problem with mod-inventory-storage-17.0.0 missing from environment when preview branch was built. |
| Comments |
| Comment by Ian Hardy [ 25/Sep/19 ] |
|
There was an error in the module cleanup script where releases were getting compared to all modules (including snapshots) so they appeared expired (older than the latest snapshots). Fixed the sorting of released/expired modules and rebuilt the container used for this job. |