test: verify migrate-success warnings handling (v2026-02-01)#2237
Closed
jeffredodd wants to merge 0 commit into
Closed
test: verify migrate-success warnings handling (v2026-02-01)#2237jeffredodd wants to merge 0 commit into
jeffredodd wants to merge 0 commit into
Conversation
6ff969a to
b968432
Compare
Contributor
Author
|
Superseded by the base PR #2233 — the E2E scaffold for this breaking change was moved onto the base branch so the upgrade-base CI shows the verification trail directly (per Jeff's review-flow ask). This sub-PR's diff is now empty and can be closed; no further SDK code change was needed for this breaking change. |
4 tasks
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.
Summary
v2026-02-01 adds a
warnings[]array to migrate-success responses. The migrate flow is partner-driven; no SDK component insrc/currently consumes the migrate-success response shape, so this is verify-only at the SDK layer.Changes
e2e/tests/company/04-migrate-warnings-handling.spec.ts(new): asserts the SDK doesn't choke when migrate-success carries a warnings[] array.Currently
test.skip— un-skip once we have a Demo scenario that provisions a fresh pre-migration company (tracked alongside SDK-999).Open follow-up
If we later decide to surface warnings to partners (e.g. a hook return value or a toast), that's a separate feature PR — not part of this bump.
References
Test plan
🤖 Generated with Claude Code