thelastpickle / cassandra-medusa

Apache Cassandra Backup and Restore Tool
Apache License 2.0
266 stars 143 forks source link

Fix backup man future registration and BackupStatus computation of the node backup state #799

Closed adejanovski closed 3 months ago

adejanovski commented 3 months ago

Fixes #797

Two bugs are fixed in this PR:

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
2 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

adejanovski commented 3 months ago

@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).

rzvoncek commented 3 months ago

I've retriggered the tests and they both passed.