-
Notifications
You must be signed in to change notification settings - Fork 707
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
agent.TestKubernetesIntegrationRecipe is failing #4360
Comments
Looks like the agent is just sitting idle:
I am not sure what OK maybe it is relevant:
|
I think I know what it is, the workaround for the HostPath issue with Agent bit us for the first time. |
This is still happening, with the same symptoms as above. My earlier assumption that these failures are related to the incorrect HostPath mount was not correct, even if the container writes its runtime state into the container filesystem the test should succeed. |
I disabled the test, please note that the issue is not fixed, even though we won't see the error for now. |
Quick test: it also fails with the 7.12.0. |
I forgot to test 7.11.1. It works.
That would mean that this could be related to a change introduced between 7.11.1 and v7.11.2. I suspect:
|
I compared bits after bits our manifest with this one elastic/beats/.../elastic-agent-standalone-daemonset-configmap.yaml and I found out why our manifest no longer works. It comes from the way we declare the environment variables directly without
Loading configuration now excludes |
The Beats team looked into this issue:
So, let's reopen #4393 to use the correct variable syntax with the |
Closed by #4393. |
test/e2e/agent.TestKubernetesIntegrationRecipe/ES_data_should_pass_validations
failed in all nightly jobs:https://devops-ci.elastic.co/job/cloud-on-k8s-e2e-tests-snapshot-versions/275/testReport/
https://devops-ci.elastic.co/job/cloud-on-k8s-e2e-tests-eks/316/testReport
https://devops-ci.elastic.co/job/cloud-on-k8s-e2e-tests-aks/648/testReport
https://devops-ci.elastic.co/job/cloud-on-k8s-e2e-tests-kind-k8s-versions/383/testReport
https://devops-ci.elastic.co/job/cloud-on-k8s-e2e-tests-stack-versions/373/testReport
cloud-on-k8s-e2e-tests-stack-versions
shows that the failure only occurs with stack version7.11.2
, which was recently updated with #4355.6.8.x
failed because of another test:kb.TestVersionUpgradeAndRespecToLatest7x
.The text was updated successfully, but these errors were encountered: