-
Notifications
You must be signed in to change notification settings - Fork 196
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
[test-only] add test for checking service ready and health #10351
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
daaa9fd
to
1976941
Compare
f8de1a5
to
a38ae28
Compare
tests/acceptance/features/apiCollaboration/serviceAvailabilityCheck.feature
Outdated
Show resolved
Hide resolved
tests/acceptance/features/apiAntivirus/serviceAvailabilityCheck.feature
Outdated
Show resolved
Hide resolved
tests/acceptance/features/apiAntivirus/serviceAvailabilityCheck.feature
Outdated
Show resolved
Hide resolved
tests/acceptance/features/apiCollaboration/serviceAvailabilityCheck.feature
Outdated
Show resolved
Hide resolved
tests/acceptance/features/serviceAvailability/serviceAvailabilityCheck.feature
Outdated
Show resolved
Hide resolved
tests/acceptance/features/serviceAvailability/serviceAvailabilityCheck.feature
Outdated
Show resolved
Hide resolved
tests/acceptance/features/serviceAvailability/serviceAvailabilityCheck.feature
Outdated
Show resolved
Hide resolved
tests/acceptance/features/apiAntivirus/serviceAvailabilityCheck.feature
Outdated
Show resolved
Hide resolved
tests/acceptance/features/serviceAvailability/serviceAvailabilityCheck.feature
Outdated
Show resolved
Hide resolved
94c59bd
to
b168017
Compare
CI red 🤯 tests start to run, but after a while the server crashes. can't understand the reason from the logs my running was:
|
Could be related to #10405? |
b168017
to
e0a41e4
Compare
e834c88
to
2b90255
Compare
82315bf
to
d43dce5
Compare
2f1edd6
to
e552201
Compare
dc7bdf2
to
652c844
Compare
652c844
to
34dc52d
Compare
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good 👍
[test-only] add test for checking service ready and health
[test-only] add test for checking service ready and health
releated #8783 #10316
I checked
/healthz
and/readyz
of every servicesmy steps:
ocis/bin/ocis nats server
OCIS_INSECURE=true PROXY_ENABLE_BASIC_AUTH=true IDM_CREATE_DEMO_USERS=true OCIS_EXCLUDE_RUN_SERVICES=nats ocis/bin/ocis server
Okay
http://127.0.0.1:9243/healthz
-> okayhttp://127.0.0.1:9243/readyz
- should be 500run nats again
@saw-jan regarding stop and start nats during the test:
let do it in the next PR:
I see two ways:
Default Services:
Other Services
Depriciated Services