OT-CONTAINER-KIT / redis-operator

A golang based redis operator that will make/oversee Redis standalone/cluster/replication/sentinel mode setup on top of the Kubernetes.
https://ot-redis-operator.netlify.app/
Apache License 2.0
731 stars 207 forks source link

fix: check redis replication after handling finalizer #936

Closed drivebyer closed 1 month ago

drivebyer commented 1 month ago

Description

Fixes #935

Type of change

Checklist

Additional Context

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 0% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 39.08%. Comparing base (d121d86) to head (4c91e5c). Report is 47 commits behind head on master.

Files Patch % Lines
controllers/redissentinel_controller.go 0.00% 2 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #936 +/- ## ========================================== + Coverage 35.20% 39.08% +3.88% ========================================== Files 19 20 +1 Lines 3213 2720 -493 ========================================== - Hits 1131 1063 -68 + Misses 2015 1586 -429 - Partials 67 71 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.