Skip to content

Conversation

@naimadswdn
Copy link
Contributor

@naimadswdn naimadswdn commented Oct 29, 2025

Description

  • Retry health checks 3 times with exponential backoff
  • Check all leader nodes instead of only leader-0
  • Add better error handling and logging

Type of change

  • New feature (non-breaking change which adds functionality)

Checklist

  • Tests have been added/modified and all tests pass.
  • Functionality/bugs have been confirmed to be unchanged or fixed.
  • I have performed a self-review of my own code.
  • Documentation has been updated or added where necessary.

Additional Context

Issue motivated by frequent E2E failure with Redis Cluster creation.

…idation

- Retry health checks 3 times with exponential backoff
- Check all leader nodes instead of only leader-0
- Add better error handling and logging

Signed-off-by: Damian Seredyn <[email protected]>
@codecov
Copy link

codecov bot commented Oct 29, 2025

Codecov Report

❌ Patch coverage is 0% with 34 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (main@1cc6cf1). Learn more about missing BASE report.

Files with missing lines Patch % Lines
internal/k8sutils/redis.go 0.00% 34 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1575   +/-   ##
=======================================
  Coverage        ?   32.13%           
=======================================
  Files           ?       79           
  Lines           ?     5844           
  Branches        ?        0           
=======================================
  Hits            ?     1878           
  Misses          ?     3782           
  Partials        ?      184           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@drivebyer drivebyer added the enhancement New feature or request label Oct 29, 2025
Copy link
Collaborator

@drivebyer drivebyer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@drivebyer drivebyer merged commit e23140a into OT-CONTAINER-KIT:main Oct 29, 2025
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants