feat(domain multi-tenancy): Update Cassandra schema to be synced with recent IDL changes#7727
Conversation
… recent IDL changes
🔍 CI failure analysis for ad23a15: Five CI failures: (1) breaking-change-pr-template-reminder still missing template, (2) TestWatchLoopDisabled flaky test persisting, (3) NEW: TestQueryWorkflow_DecisionTaskDispatch_Complete query failure, (4-5) cassandra and sqlite integration tests - all test failures appear unrelated to schema changes.Issue 1: breaking-change-pr-template-reminder (STILL FAILING)The CI check failed because it detected schema changes but the PR description does not include the required breaking change template. Issue 2: codecov - TestWatchLoopDisabled (STILL FLAKY - PERSISTING)Test Issue 3: codecov - TestQueryWorkflow_DecisionTaskDispatch_Complete (NEW FAILURE - LIKELY FLAKY)Test Issue 4: Golang integration test with running history queue v2 (LIKELY UNRELATED)Test Issue 5: Golang integration test with sqlite (INSUFFICIENT DETAILS - LIKELY UNRELATED)Integration test suite DetailsAll test failures appear unrelated to the PR changes:
The schema changes add nullable fields to task types, which should not affect query dispatch logic, shard distributor behavior, or execution manager operations. Code Review ✅ Approved 1 resolved / 1 findingsClean, additive Cassandra schema change following established patterns. Previous comment concern resolved — ✅ 1 resolved✅ Quality: Missing inline comment for
|
| Auto-apply | Compact |
|
|
Was this helpful? React with 👍 / 👎 | Gitar
What changed?
Update Cassandra schema to add original_task_list and task_list to transfer and timer tasks.
Why?
#7724
How did you test it?
N/A
Potential risks
N/A
Release notes
N/A
Documentation Changes
N/A
Detailed Description
Update Cassandra schema to add original_task_list and task_list to transfer and timer tasks.
Impact Analysis
Testing Plan
Rollout Plan
Reviewer Validation
PR Description Quality (check these before reviewing code):
go testinvocation)