-
Notifications
You must be signed in to change notification settings - Fork 187
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 - service health and readiness checks #10316
Comments
we have two ways(or more) how to check health of the service service nats example: in addition to checking the endpoinds we can check CLI using cliCommand suite. @dragonchaser should we fix cli health command for all services? |
Currently, there isn't any command to stop the nats server. Starting ocis with CC. @ScharfViktor |
Need to wait for #10715 to be completed which will cover stopping and starting single ocis service. So, moving this to blocked for now. |
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
Tests:
/healthz
and/readyz
for every services: [test-only] add test for checking service ready and health #10351/healthz
and/readyz
Known bugs:
500
status code #10661Note: After this bug has been fixed, merge scenarios separated in this PR [full-ci][tests-only] Refactor service health and ready url in tests #10808
The text was updated successfully, but these errors were encountered: