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

Fix fleet-server healthcheck for 8.6 #1042

Merged
merged 2 commits into from
Nov 16, 2022

Conversation

jsoriano
Copy link
Member

Fleet server healthcheck has changed its capitalization, before 8.6, it was:

{"name":"fleet-server","status":"HEALTHY"}

In 8.6 it is:

{"name":"fleet-server","status":"healthy"}

Copy link
Contributor

@mrodm mrodm left a comment

Choose a reason for hiding this comment

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

Good catch! 👍

@elasticmachine
Copy link
Collaborator

elasticmachine commented Nov 16, 2022

💚 Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview preview

Expand to view the summary

Build stats

  • Start Time: 2022-11-16T10:58:49.436+0000

  • Duration: 33 min 39 sec

Test stats 🧪

Test Results
Failed 0
Passed 863
Skipped 0
Total 863

🤖 GitHub comments

Expand to view the GitHub comments

To re-run your PR in the CI, just comment with:

  • /test : Re-trigger the build.

@elasticmachine
Copy link
Collaborator

🌐 Coverage report

Name Metrics % (covered/total) Diff
Packages 100.0% (35/35) 💚
Files 66.923% (87/130) 👍
Classes 61.622% (114/185) 👍
Methods 47.865% (370/773) 👍
Lines 30.726% (3319/10802) 👍
Conditionals 100.0% (0/0) 💚

@@ -61,7 +61,7 @@ test-stack-command-7x:
./scripts/test-stack-command.sh 7.17.3-SNAPSHOT

test-stack-command-8x:
./scripts/test-stack-command.sh 8.3.0-SNAPSHOT
./scripts/test-stack-command.sh 8.6.0-SNAPSHOT
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

@jsoriano jsoriano merged commit f1cda2b into elastic:main Nov 16, 2022
@jsoriano jsoriano deleted the fleet-server-8.6-health-check branch November 16, 2022 11:39
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.

3 participants