-
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
Fixes "servers.elasticsearch.auth" must be a string error #105095
Fixes "servers.elasticsearch.auth" must be a string error #105095
Conversation
Pinging @elastic/security-solution (Team: SecuritySolution) |
@elasticmachine merge upstream |
I am still unable to get these tests to run on cloud with these changes, steps to reproduce found here: https://github.com/elastic/elastic-stack-testing/pull/934#issuecomment-877272865 It failed first with this path Don't know how to debug these tests, first time I run them, but seems like there is still something missing. |
Paired with @MadameSheema we resolved first issue unauthorized. Now the error
BTW that error was caught via visual not headless - in headless it does not error it appears to hang, not sure why. |
The fixes we found:
|
…eema/kibana into fixes-stack-testing-integration
@elasticmachine merge upstream |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - tests pass now on staging
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
💚 Build SucceededMetrics [docs]
History
To update your PR or re-run it, just comment with: |
…5095) * fixes integration with stack testing upgrade framework * fixes the provider name flexibility * fixes type check error Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
…5095) * fixes integration with stack testing upgrade framework * fixes the provider name flexibility * fixes type check error Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
…105961) * fixes integration with stack testing upgrade framework * fixes the provider name flexibility * fixes type check error Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
…105960) * fixes integration with stack testing upgrade framework * fixes the provider name flexibility * fixes type check error Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Summary
Fixes "servers.elasticsearch.auth" must be a string error when running the upgrade config using the functional_test_runner script.
At the upgrade config, we were loading the general configuration as well causing the above error. For the upgrade testing we don't need that general configuration that referentiates to the ELS and KBN instances since we are passing those values from the stack testing repo.