Skip to content

fix(ingest): accept empty convex run output for the complete migration lock - #539

Merged
isuttell merged 1 commit into
mainfrom
fix/migration-lock-null-output
Sep 14, 2026
Merged

isuttell merged 1 commit into
mainfrom
fix/migration-lock-null-output

Conversation

@isuttell

@isuttell isuttell commented Sep 14, 2026

Copy link
Copy Markdown
Contributor

Summary

Deploy 34887581345 completed the organization migration (baselines, snapshots, canonical parity) and then failed in controlPlaneMigrationLock(..., 'complete') with a JSON parse error on empty stdout. The Convex CLI prints nothing when a function returns null, which is exactly the agentIngestionMigration:complete contract (returns: v.null()). Treat empty output as null for that phase.

Refs TRA-276.

🤖 Generated with Claude Code


View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.

…n lock

Convex CLI prints nothing when a function returns null, so the complete phase failed with a JSON
parse error after the organization migration had already finished.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Sep 14, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Team

Run ID: f8b1d92a-5ff7-4703-b5a1-28113697ed86

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands.

@isuttell
isuttell merged commit 05c12b9 into main Sep 14, 2026
21 checks passed
@isuttell
isuttell deleted the fix/migration-lock-null-output branch September 14, 2026 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant