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

Testplan for #10281 #10316

Open
dragonchaser opened this issue Oct 16, 2024 · 1 comment
Open

Testplan for #10281 #10316

dragonchaser opened this issue Oct 16, 2024 · 1 comment
Assignees
Labels

Comments

@dragonchaser
Copy link
Member

dragonchaser commented Oct 16, 2024

We need to test the /healthz and /readyz of every service mentioned in #10281 for functionality (e2e). Therefore we need additional tests in our PHP-Suite.

IMHO there is no need to test them in k8s or k3s. It should be sufficient to check the output of the two endpoints with their conditions being met or unmet.

refs #8783

@ScharfViktor
Copy link
Contributor

we have two ways(or more) how to check health of the service

service nats example:
curl http://127.0.0.1:9234/healthz - 200
and using CLI ocis/bin/ocis nats health - doesn't work (`ocis/bin/ocis nats version - also doesn't work)

in addition to checking the endpoinds we can check CLI using cliCommand suite. @dragonchaser should we fix cli health command for all services?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Needs Tests
Development

No branches or pull requests

2 participants