Closed dkeohane closed 2 years ago
Merging #675 (647df84) into master (b986217) will increase coverage by
0.85%
. The diff coverage is33.33%
.
@@ Coverage Diff @@
## master #675 +/- ##
==========================================
+ Coverage 31.46% 32.31% +0.85%
==========================================
Files 48 48
Lines 4783 4787 +4
==========================================
+ Hits 1505 1547 +42
+ Misses 3180 3133 -47
- Partials 98 107 +9
Impacted Files | Coverage Δ | |
---|---|---|
...controller/accountclaim/accountclaim_controller.go | 22.60% <33.33%> (+1.09%) |
:arrow_up: |
pkg/controller/accountclaim/reuse.go | 53.79% <33.33%> (+12.54%) |
:arrow_up: |
pkg/localmetrics/localmetrics.go | 52.77% <0.00%> (+0.79%) |
:arrow_up: |
Can we squash this before we merge, please.
@dkeohane: all tests passed!
Full PR test history. Your PR dashboard.
/hold cancel
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: dkeohane, iamkirkbater, NautiluX
The full list of commands accepted by this bot can be found here.
The pull request process is described here
While investigating dangling accounts I looked through our accountclaim finalize functionality to try identify areas where we may not be returning errors
Previous behaviours which have been addressed as part of this PR:
finalizeAccountClaim
function encountered an error, we would still proceed to remove the finalizer.cleanUpAwsAccount
func encountered an error, we simply logged it instead of returning it.Additions:
Ticket ref: OSD-9246