Closed benfiola closed 1 week ago
Hi @benfiola. Thanks for your PR.
I'm waiting for a backube member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test
on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test
label.
I understand the commands that are listed here.
@benfiola thanks for this!
I'm the one who introduced this bug :grimacing: I've just pushed another commit that makes the same fix for other movers that have the same issue.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 66.2%. Comparing base (
b36e2df
) to head (840adbd
). Report is 13 commits behind head on main.
🚨 Try these New Features:
Sounds good! Closing this one in favor of your changes!
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
100.0% Duplication on New Code
@benfiola Oops, I should've been clearer - the commit I pushed was to your branch - so still need to get this PR merged (contains your change, plus my additional change to do the same for other movers).
OH, my bad! 😅 I’ll stop touching the buttons.
/ok-to-test
/retest /approve /lgtm
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: benfiola, tesshuflower
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Describe what this PR does It appears that the restic mover will suppress errors when
EnsurePVCFromSource
is called. If theReplicationSource
has incorrect values (- in my case, I had forgotten thespec.restic.copyMethod
field) - the resource will silently fail to re-reconcile.Is there anything that requires special attention? None that I can immediately see.
Related issues: This PR addresses the following issue
(Aside from this hiccup caused by user error - thank you for the excellent controller! It's exactly what I've been looking for and works great.)