Skip to content
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

Dev: scripts: Filter out unreachable nodes in cluster health #1570

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

liangxin1300
Copy link
Collaborator

So that the cluster health check can be continued even if some nodes are unreachable.

@liangxin1300 liangxin1300 marked this pull request as ready for review September 29, 2024 03:31
So that the cluster health check can be continued even if some nodes are
unreachable.
Copy link

codecov bot commented Sep 29, 2024

Codecov Report

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

Project coverage is 69.77%. Comparing base (113b211) to head (4c07bb7).

Files with missing lines Patch % Lines
crmsh/scripts.py 70.00% 3 Missing ⚠️
Additional details and impacted files
Flag Coverage Δ
integration 54.58% <66.66%> (+<0.01%) ⬆️
unit 52.61% <75.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
crmsh/utils.py 66.73% <100.00%> (+0.03%) ⬆️
crmsh/scripts.py 71.88% <70.00%> (-0.03%) ⬇️

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

@liangxin1300 liangxin1300 force-pushed the 20240929_cluster_health_single_mode branch from e7ee31d to 4c07bb7 Compare September 29, 2024 03:31
@nicholasyang2022
Copy link
Collaborator

How does this affect other scripts? Do they work as expected if some unreachable nodes are filtered?

@liangxin1300
Copy link
Collaborator Author

How does this affect other scripts? Do they work as expected if some unreachable nodes are filtered?

Don't clear yet, but in the future we might drop the whole scripts part

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants