canonical / redis-k8s-operator

Operator Charm for Redis
Apache License 2.0
4 stars 9 forks source link

Add integration test coverage for HA of metrics exporter #86

Open reneradoi opened 3 months ago

reneradoi commented 3 months ago

With https://github.com/canonical/redis-k8s-operator/pull/61 observability (COS lite) was added to this charm. Basic integration test coverage is already available, but test coverage for high availability (e.g. after network interruption) still has to be added.

This could be a good task for a new starter, to get to know the charm and the testing setup.

The test could be something similar like test_endpoints_network_cut in mongodb-k8s-operator.

github-actions[bot] commented 3 months ago

https://warthogs.atlassian.net/browse/DPE-4609

raffifu commented 3 months ago

Hii @reneradoi can i work on this issue? I want to try understand the project first and setup the dev env for this issue. Thanks

reneradoi commented 3 months ago

Hi @raffifu sure feel free to give it a try. There is some info on usage and contributing in README.md and DEVELOPMENT.md, and depending of your general knowledge on the topic, I also recommend https://juju.is/docs/sdk.