🧪 test(topic): add status and completed_at to create snapshots#13976
Merged
arvinxx merged 1 commit intoApr 19, 2026
Merged
Conversation
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release/db-migration-topic-status #13976 +/- ##
=====================================================================
+ Coverage 83.78% 86.05% +2.27%
=====================================================================
Files 539 599 +60
Lines 36730 49808 +13078
Branches 6073 8522 +2449
=====================================================================
+ Hits 30774 42863 +12089
- Misses 5832 6821 +989
Partials 124 124
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
eff220f
into
release/db-migration-topic-status
24 of 26 checks passed
arvinxx
added a commit
that referenced
this pull request
Apr 20, 2026
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
arvinxx
added a commit
that referenced
this pull request
Apr 20, 2026
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Update
topic.create.test.tssnapshots to include the newstatusandcompletedAtcolumns added in the parent release PR #13974. Without this, Test Database shard fails with a shape mismatch on the twotopicModel.createcases.Targets: #13974