-
Notifications
You must be signed in to change notification settings - Fork 719
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
TestFleetAgentWithoutTLS/ES_data_should_pass_validations flaky in 8-0-1 #6956
Comments
Seems caused by Pod log: > grep "ERROR.*plugins" eckdiag/e2e-zczhn-mercury/pod/test-fleet-agent-notls-kcvx-kb-6bdf5d4f6f-hncrc/logs.txt
[2023-06-23T22:45:13.186+00:00][ERROR][plugins.fleet] uninstalling kubernetes-1.17.3 after error installing:
[Error: Encountered 2 errors creating saved objects: [
{"type":"index-pattern","id":"logs-*","error":{"type":"conflict"}},
{"type":"index-pattern","id":"metrics-*","error":{"type":"conflict"}}]]
[2023-06-23T22:45:15.311+00:00][ERROR][plugins.fleet] failed to uninstall or rollback package after installation error Error:
Saved object [epm-packages/kubernetes] not found
[2023-06-23T22:45:37.043+00:00][ERROR][plugins.fleet] Error: [Elastic Agent on ECK policy] could not be added.
[kubernetes] could not be installed due to error: [Error: Encountered 2 errors creating saved objects: [
{"type":"index-pattern","id":"logs-*","error":{"type":"conflict"}},
{"type":"index-pattern","id":"metrics-*","error":{"type":"conflict"}}]] |
This is the bug: Fixed in We already hit it and disabled the tests:
Then we re-enabled them:
Edit: I forgot that we run tests with recipes only for the latest stack version. What about |
cloud-on-k8s-operator-nightly/builds/219
🐞
TestFleetAgentWithoutTLS/ES_data_should_pass_validations
~ stack-8-0-1The text was updated successfully, but these errors were encountered: