-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Functional test runner just stops in certain cases #28103
Comments
Pinging @elastic/kibana-operations |
This problem was opened around the time of 6.6 release back in Jan, then it went away and I have not seen again until now when testing 7.3. Looks like we have more debug messages available, so far I have been able to reproduce this after several attempts.
|
Pinging @elastic/kibana-test-triage |
How often is this happening? |
Hard to say, some releases it would happen more often than others. It is not cloud specific though, I was able to reproduce it running node functional_tests_server and in another terminal running node functional_test_runner. |
This started happening again 7.8, 7.9 and master test runs.
|
I consider this high priority since it is preventing the test suites from completing. |
@liza-mae the I've traced all the uses of Additionally, it doesn't seem like we're seeing the same spontaneous and unexplained shutdowns anymore, so I'm going to close this issue. |
Recently I am seeing the functional test runner just stop and there is no indication as to why. It is difficult to reproduce and it is blocking tests from running to completion. There is no summary of what already ran, it just stops and nothing else is printed. Other errors are thrown before and tests continued, so not sure what is going on - it occurred for me locally a couple times too but is not consistent.
@spalger can you help?
See:
https://internal-ci.elastic.co/view/Stack%20Tests/job/elastic+estf-cloud-kibana+master+multijob-selenium/1/consoleText
Tests are being run with command: node scripts/functional_test_runner with --debug option, not sure if there is more logging we can obtain, if it occurs again.
The text was updated successfully, but these errors were encountered: