-
Notifications
You must be signed in to change notification settings - Fork 183
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
base: master
Are you sure you want to change the base?
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/serviceAvailability/serviceAvailabilityCheck.feature
Show resolved
Hide resolved
1b69cf3
to
77525f4
Compare
94c59bd
to
b168017
Compare
Quality Gate passedIssues Measures |
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? |
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: