-
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
Metricbeat system test fixes (Python3 branch) #15779
Metricbeat system test fixes (Python3 branch) #15779
Conversation
This test was running with the unit test target and failing.
Locally I'm still seeing x-pack/metricbeat's ActiveMQ system tests failing. Let's see if Travis has the same issue. |
@@ -74,6 +74,7 @@ def test_metricsets(self, metricset): | |||
self.check_metricset("elasticsearch", metricset, self.get_hosts(), self.FIELDS + | |||
["service"], extras={"index_recovery.active_only": "false"}) | |||
|
|||
@unittest.skipUnless(metricbeat.INTEGRATION_TESTS, "integration test") |
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.
Umm, isn't it failing in master?
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.
It probably should be failing in master. Perhaps we don't run these tests outside of the INTEGRATION_TEST=true environment any where on CI.
x-pack/metricbeat/docker-compose.yml
Outdated
@@ -23,11 +23,11 @@ services: | |||
kibana: | |||
# Copied configuration from OSS metricbeat because services with depends_on | |||
# cannot be extended with extends | |||
image: docker.elastic.co/integrations-ci/beats-kibana:${KIBANA_VERSION:-7.4.0}-1 | |||
image: docker.elastic.co/integrations-ci/beats-kibana:${KIBANA_VERSION:-7.5.2}-1 |
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.
If we upgrade kibana here we should also do it in the OSS docker-compose.yml
, and we should also upgrade ES.
The issue with the lambda dashboard is already fixed in master (#15682) so it should be fixed in the next update we do.
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.
Will remove.
Issue with dashboards should be also fixed by #15807 |
I think we can merge this branch with the change for the ES integration tests only. |
7eb1e52
to
0af1703
Compare
…#15779) This test was running with the unit test target and failing.
0af1703 - Add missing integration_tests check to metricbeat xpack test
This Elasticsearch test was running with the unit test target and failing since ES wasn't available.
7eb1e52 - Update Kibana version used in x-pack/metricbeat
It was failing with: