-
Notifications
You must be signed in to change notification settings - Fork 4.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
System test for kibana module, xpack code path #12506
Conversation
Pinging @elastic/stack-monitoring |
jenkins, test this |
Unfortunately, I get errors though it is unclear to me if they are due to this change or a missing configuration step on my end:
|
Sorry @cachedout, this is my fault. I missed a step in the instructions for testing this PR. I've added it now. Please try again. Thanks! |
I now only receive one error:
|
After running |
Related: #12256.
This PR introduces a system test to exercise the xpack code path (
xpack.enabled: true
) of the Kibana Metricbeat module.Testing this PR
Activate the virtual env for system tests.
Build the test binary.
Run the integration tests
Assert that there are no errors.