Skip to content

Un-skip Metricbeat kibana module flaky tests#11827

Merged
ycombinator merged 2 commits intoelastic:masterfrom
ycombinator:mb-kb-flaky-tests
Apr 16, 2019
Merged

Un-skip Metricbeat kibana module flaky tests#11827
ycombinator merged 2 commits intoelastic:masterfrom
ycombinator:mb-kb-flaky-tests

Conversation

@ycombinator
Copy link
Copy Markdown
Contributor

@ycombinator ycombinator commented Apr 15, 2019

Resolves #11261.

This PR:

  • un-skips the currently-skipped flaky integration tests for the Metricbeat kibana module
  • makes the Kibana docker health check more robust, similar to the one in
    healthcheck:
    test: ["CMD-SHELL", 'python -c ''import urllib, json; response = urllib.urlopen("http://myelastic:changeme@localhost:5601/api/status"); data = json.loads(response.read()); exit(1) if data["status"]["overall"]["state"] != "green" else exit(0);''']
    retries: 1200
    interval: 5s
    start_period: 60s

@ycombinator ycombinator requested a review from a team as a code owner April 15, 2019 19:24
@ycombinator
Copy link
Copy Markdown
Contributor Author

jenkins, test this

@ycombinator ycombinator requested a review from ph April 16, 2019 01:05
Copy link
Copy Markdown
Contributor

@ruflin ruflin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jenkins, test this

@ycombinator ycombinator merged commit fc4d8f6 into elastic:master Apr 16, 2019
@ycombinator ycombinator deleted the mb-kb-flaky-tests branch December 25, 2019 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Kibana stats integration test failling on version key not found.

3 participants