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

Rollback on backfill failure #317

Merged
merged 2 commits into from
Mar 12, 2024
Merged

Conversation

andrew-farries
Copy link
Collaborator

Ensure that migrations that fail during backfill are rolled back.

Add testcases to ensure rollback occurs when an error occurs:

  • during the DDL phase of migration start
  • during the backfill phase of migration start

Fixes #316

Add two testcases to ensure that migrations are rolled back when
migrations fail either during the DDL or backfill phases.
@andrew-farries andrew-farries merged commit 631d642 into main Mar 12, 2024
42 checks passed
@andrew-farries andrew-farries deleted the rollback-on-backfill-failure branch March 12, 2024 13:58
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.

Errors during backfill don't cause a rollback
2 participants