test(mv3): prove extension update migration in real Chromium - #60
Draft
seonghobae wants to merge 5 commits into
Draft
test(mv3): prove extension update migration in real Chromium#60seonghobae wants to merge 5 commits into
seonghobae wants to merge 5 commits into
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This was referenced Aug 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Partial implementation of #27.
Buyer-visible gap
The pinned real-Chromium lane proved restart persistence but did not prove extension update/version migration behavior, which issue #27 explicitly requires. Restart success cannot substitute for an extension-version transition with state migration.
Dependency
This Draft remains stacked on PR #59 exact head
b0d9c905fd7a50128eb1dde643b8a3a0f9cb1dc8, and transitively on #56/#43. It is not independently integrable before those prerequisites.TDD evidence
Exact test-only head
a60875f70f8412db27ff1025b75d7ad4b8ddc38eadded the fail-first repository contract. CI run31433305976, job93601619973, checked out that exact head and failed only because the runner/fixture had no trial-local extension copy, controlled version transition, versioned storage migration evidence, orupdate-migrationsurface. That is the intended RED; no predecessor success is reused.Current exact head is
e696e19c9eaf3dedb104a5de4bdbd7970abf90d4.Implemented boundary
The compatibility runner now:
1.0.0→1.0.1manifest transition;chrome.runtime.getManifest().version;extension_version/storage_migrationevidence tokens; andExact-head proof
On unchanged exact head
e696e19c9eaf3dedb104a5de4bdbd7970abf90d4:31433968874: success;31433968931: success against Chrome for Testing150.0.7871.129/ Chromium revisionr1639810;1.0.0/initialized → restart1.0.0/current → update1.0.1/migrated with persisted storage and monotonically increasing worker-start count; andNo predecessor-head check is transferred to this exact head.
Scope boundary
Compatibility evidence only. This does not implement Chrome Web Store update, enterprise distribution, arbitrary extension installation, native messaging, Agent capability grants, default-profile mutation, durable OriginWeave persistence, model calls, or release publication. It proves one deterministic unpacked-extension version transition in the isolated compatibility profile.
Keep Draft while #59/#56/#43 remain active. This scheduled actor does not merge or self-approve.