Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: wrap migration_iterator lambda in a try/except block #773

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

CyanVoxel
Copy link
Member

This PR adds a try/except block around the creation of the migration_iterator, including its lambda. It's goal is to (hopefully) help catch and diagnose issues such as the fleeting one found in #772.

@CyanVoxel CyanVoxel added Type: Bug Something isn't working as intended Type: Refactor Code that needs to be restructured or cleaned up Priority: High An important issue requiring attention Status: Review Needed A review of this is needed labels Feb 2, 2025
@CyanVoxel CyanVoxel added this to the SQL Parity milestone Feb 2, 2025
@CyanVoxel CyanVoxel removed the Status: Review Needed A review of this is needed label Feb 3, 2025
@CyanVoxel CyanVoxel merged commit 6a54323 into main Feb 3, 2025
10 checks passed
@CyanVoxel CyanVoxel deleted the catch-migration-iterator branch February 3, 2025 23:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: High An important issue requiring attention Type: Bug Something isn't working as intended Type: Refactor Code that needs to be restructured or cleaned up
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

1 participant