canonical / opensearch-operator

OpenSearch operator
Apache License 2.0
12 stars 7 forks source link

[TECH DEBT] Testing for the `node-lock` functionality #410

Closed juditnovak closed 2 months ago

juditnovak commented 3 months ago

The node-lock mechanism is missing dedicated testing.

Even if we consider this core functionality "implicitly tested" by Integartion Tests, we definitely should have Unittests for event handlers.

syncronize-issues-to-jira[bot] commented 3 months ago

Thank you for reporting us your feedback!

The internal ticket has been created: https://warthogs.atlassian.net/browse/DPE-5255.

This message was autogenerated

juditnovak commented 2 months ago

A few basic tests are added in the linked PR, however we're still missing a LOT to have base coverage for the whole workflow sketched in the opensearch_lock module (top docstring).