-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
[CI] ConfigurationTests test20HostnameSubstitution failing #109660
Comments
Pinging @elastic/es-delivery (Team:Delivery) |
This looks more like a timeout as the node simply wasn't up yet. This has failed only one time in the last 30 days and hasn't reproduced since. I'm just going to close this for now. We can reopen if this continues to fail. |
I hit this again. Reopening. |
I believe issue here is simply that the node is not yet ready to server responses. It seems that when security is enabled on a test node, we use a considerably less reliable heuristic for determining if the node is "up". In For now I've opened #111216 to simply wrap the assertion in an |
…astic#111216) This is an attempt to fix occasional test failures where asserting on a request response fails because the cluster has not finished initialization and cannot yet serve requests. Closes elastic#109660
…astic#111216) This is an attempt to fix occasional test failures where asserting on a request response fails because the cluster has not finished initialization and cannot yet serve requests. Closes elastic#109660
Yes, I think so. However, we don't run the readiness service except in cloud environments. Ultimately the node itself should wait on the readiness service (see #102325). Until that work is finished, I think using an assertBusy is an ok workaround. |
Build scan:
https://gradle-enterprise.elastic.co/s/rszk57krw5vti/tests/:qa:packaging:destructiveDistroTest.default-linux-archive/org.elasticsearch.packaging.test.ConfigurationTests/test20HostnameSubstitution
Reproduction line:
Applicable branches:
main
Reproduces locally?:
Didn't try
Failure history:
Failure dashboard for
org.elasticsearch.packaging.test.ConfigurationTests#test20HostnameSubstitution
Failure excerpt:
The text was updated successfully, but these errors were encountered: