add index creation to migration scripts#4296
Conversation
Code reviewNo issues found. Checked for bugs and CLAUDE.md compliance. |
🔄 Flaky Test DetectedAnalysis: The e2e test suite hit the hard 900s timeout with no individual test assertion failures, indicating a CI infrastructure slowdown or a hung test rather than a code regression. ✅ Automatically retrying the workflow |
🔄 Flaky Test DetectedAnalysis: The e2e test suite in the maria/8.0 CI matrix job hit the hard 900s timeout limit (ran for 900.754s) with no assertion failures, indicating a flaky timeout rather than a code regression. ✅ Automatically retrying the workflow |
❌ Test FailureAnalysis: All four e2e ClickHouse test suites fail |
❌ Test FailureAnalysis: Real bug: |
|
test failure is unrelated. |
and remove the one-off
run_non_transactional_migrations.For existing prod DBs this is a no-op; for fresh DBs the table is empty, so a non-concurrent build is fine.
Will add a comment in the next release note about this so anyone using this in prod can also create this index before performing the upgrade.