-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
testingTest coverage and testing improvementsTest coverage and testing improvements
Description
Context
From QA review of issue-37-cli-add-bundle-update-awareness branch.
Problem
The PR test plan has one unchecked item: "Test with an actually outdated bundle (manually downgrade cache metadata)". This is the one scenario that exercises the full happy path end-to-end — detecting an outdated bundle and downloading the update.
Suggested Approach
- Run
mpak run @nimblebraininc/echoto cache the bundle - Manually edit
~/.mpak/cache/nimblebraininc-echo/.mpak-meta.jsonto downgrade the version - Run
mpak outdated— should list echo as outdated - Run
mpak update— should download and replace with latest - Run
mpak outdated— should report all up to date
Could also be captured as an integration test with a mock registry.
Severity
Suggestion — test coverage gap for the primary use case.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
testingTest coverage and testing improvementsTest coverage and testing improvements