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

Unify exceptions handling during VPC deletion #342

Merged
merged 2 commits into from
Jan 5, 2024

Conversation

asmorodskyi
Copy link
Collaborator

@asmorodskyi asmorodskyi commented Jan 4, 2024

There was two different attempts to handle known exceptions in VPC deletion. It appears that having both of them cause collisions. So I unify them into one.

@asmorodskyi asmorodskyi changed the title Remove optional parameter because sometimes we do not have it Unify exceptions handling during VPC deletion Jan 4, 2024
@asmorodskyi asmorodskyi force-pushed the fix_vpc12 branch 2 times, most recently from f192c69 to a2026a1 Compare January 4, 2024 16:49
Copy link

codecov bot commented Jan 4, 2024

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (3e4583f) 78.78% compared to head (7fcfaae) 78.81%.

Files Patch % Lines
ocw/lib/ec2.py 33.34% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #342      +/-   ##
==========================================
+ Coverage   78.78%   78.81%   +0.04%     
==========================================
  Files          22       22              
  Lines        1649     1647       -2     
==========================================
- Hits         1299     1298       -1     
+ Misses        350      349       -1     

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

There was two different attempts to handle known exceptions in VPC deletion.
It appears that having both of them cause collisions. So I unify them into one.
@asmorodskyi asmorodskyi merged commit 19258e9 into SUSE:master Jan 5, 2024
9 checks passed
@asmorodskyi asmorodskyi deleted the fix_vpc12 branch February 8, 2024 14:13
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.

2 participants