Closed adejanovski closed 3 months ago
Issues
2 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
@rzvoncek, this is ready for review. I added some tests to check the behavior and manually checked that it works as expected in K8ssandra. There are 2 failing tests which seem unrelated but I'll leave that up to you to decide (one seems to be a gcs communication issue and the other a webhook issue).
I've retriggered the tests and they both passed.
Fixes #797
Two bugs are fixed in this PR:
BackupMan.register_backup()
function was always registering the backup, even if it existed and overwrite was set to false due to bad code structure.