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

Improve account migration error handling #5409

Merged
merged 4 commits into from
Feb 23, 2024

Conversation

janezpodhostnik
Copy link
Contributor

closes: #5364

Made errors on init, close and during account migrations propagate out of the migration job itself.

@janezpodhostnik janezpodhostnik requested review from a team February 16, 2024 15:50
@janezpodhostnik janezpodhostnik self-assigned this Feb 16, 2024
@codecov-commenter
Copy link

codecov-commenter commented Feb 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 56.03%. Comparing base (8afb152) to head (63286fc).
Report is 72 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5409      +/-   ##
==========================================
+ Coverage   56.00%   56.03%   +0.02%     
==========================================
  Files        1024     1026       +2     
  Lines       99327    99918     +591     
==========================================
+ Hits        55632    55986     +354     
- Misses      39455    39646     +191     
- Partials     4240     4286      +46     
Flag Coverage Δ
unittests 56.03% <100.00%> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@turbolent turbolent left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Thank you for fixing this 👌

CI is failing because of flaky tests, should be good to merge

@turbolent turbolent mentioned this pull request Feb 23, 2024
@turbolent turbolent added this pull request to the merge queue Feb 23, 2024
Merged via the queue into master with commit e40084b Feb 23, 2024
50 of 51 checks passed
@turbolent turbolent deleted the janez/improve-migration-err-handling branch February 23, 2024 22:33
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.

Improve account-based migration error handling
5 participants