-
-
Notifications
You must be signed in to change notification settings - Fork 303
fix: Add endpoint validation in cluster creation commands #1569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
fix: Add endpoint validation in cluster creation commands #1569
Conversation
04121f6 to
341c351
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1569 +/- ##
=======================================
Coverage ? 32.01%
=======================================
Files ? 79
Lines ? 5872
Branches ? 0
=======================================
Hits ? 1880
Misses ? 3803
Partials ? 189 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@drivebyer I run the E2E test locally (on simpler kind cluster) and it works. Any ideas how we can get more info about the failed E2E here and in my second PR? |
Probably a flaky test. You could try debugging by uncommenting the lines at ci.yaml#L269-L279 |
|
The E2E test failed, likely not because of PR #1568 |
|
Ok, I will take a look into the debug steps. Thanks. In the meantime, can we merge the second PR? #1557 |
1c89395 to
fafe97c
Compare
341c351 to
7fb04f1
Compare
e5c21fb to
e5f1ede
Compare
Redis cluster creation was failing silently due to empty endpoint values being added to Redis CLI commands after [PR 1568](OT-CONTAINER-KIT#1568) merge. Scope: - Validate getEndpoint() returns non-empty values before using them - Return errors from createRedisReplicationCommand when endpoints fail - Prevents silent failures in cluster bootstrap process Signed-off-by: Damian Seredyn <[email protected]>
e5f1ede to
e29a1fd
Compare

Redis cluster creation was failing silently due to empty endpoint values being added to Redis CLI commands after PR 1568 merge. Scope:
Description
Type of change
Checklist
Additional Context