Installer tests fail on non-LTS Ubuntu versions
Metadata
Current evaluation
Integration test test_installer.py raised KeyError on non-LTS Ubuntu codenames (e.g. mantic) because RELEASE_TO_CLOUD used direct dict access. Fixed in PR #115 by switching to .get() and making cloud archive tests optional by distro.
Suggested action: close stale
Reason: The original problem is no longer reproducible: commit ff30dc3 (PR #115, 'test: make cloud archive tests optional by distro') changed line 58 from RELEASE_TO_CLOUD[VERSION_CODENAME] to RELEASE_TO_CLOUD.get(VERSION_CODENAME), eliminating the KeyError. The issue is 1049 days old with only a bot Jira-sync comment in the last 157 days, and the fix is already merged into the codebase.
Issue body
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.8-27b |
Impact:
30
Quick Win:
27.0
Staleness:
75
Complexity:
10
Confidence:
88
Support Request:
5
|
close stale | Integration test test_installer.py raised KeyError on non-LTS Ubuntu codenames (e.g. mantic) because RELEASE_TO_CLOUD used direct dict access. Fixed in PR #115 by switching to .get() and making cloud archive tests optional by distro. | |
| qwen/qwen3.6-35b-a3b |
Staleness:
70
Complexity:
15
Confidence:
85
Support Request:
5
|
keep open | Integration tests fail on non-LTS Ubuntu releases due to missing codename mappings in RELEASE_TO_CLOUD. Issue is triaged but has seen no maintainer activity in over a year. | |
| qwen3.6-35b-a3b-mtp-q6 |
Staleness:
80
Complexity:
15
Confidence:
85
Support Request:
5
|
close stale | Integration tests fail with a KeyError on non-LTS Ubuntu codenames due to an incomplete RELEASE_TO_CLOUD mapping. Triaged by maintainer, awaiting fix. | |
| qwen3.6-35b-a3b-mtp-q6 |
Staleness:
70
Complexity:
20
Confidence:
75
Support Request:
5
|
keep open | Installer tests fail on non-LTS Ubuntu versions due to missing codename mappings in RELEASE_TO_CLOUD. Triaged and awaiting cleanup. Last activity 81 days ago. |
Update history
No update history recorded yet.
Related work
-
Likely Fixed By:
craft-archives#115
(confidence 92%)
Commit ff30dc3 'test: make cloud archive tests optional by distro (#115)' changed RELEASE_TO_CLOUD[VERSION_CODENAME] to RELEASE_TO_CLOUD.get(VERSION_CODENAME) and added conditional logic for CLOUD_DATA, directly addressing the KeyError reported in this issue.
Related issues
No related issues found above the similarity threshold.