Skip to content
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

Failing test: X-Pack API Integration Tests.x-pack/test/api_integration/apis/management/index_lifecycle_management/policies·js - apis management index lifecycle management policies list should have a default policy to manage the Watcher history indices #41237

Closed
kibanamachine opened this issue Jul 16, 2019 · 5 comments · Fixed by #41263
Labels
failed-test A test failure on a tracked branch, potentially flaky-test Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more

Comments

@kibanamachine
Copy link
Contributor

kibanamachine commented Jul 16, 2019

A test failed on a tracked branch


        { Error: expected { version: 1,
  modified_date: '2019-04-30T14:30:00.000Z',
  policy: { phases: { delete: [Object] } },
  name: 'slm-history-ilm-policy' } to sort of equal { version: 1,
  modified_date: '2019-04-30T14:30:00.000Z',
  policy: { phases: { delete: [Object] } },
  name: 'watch-history-ilm-policy' }
    at Assertion.assert (/var/lib/jenkins/workspace/elastic+kibana+master/JOB/x-pack-ciGroup6/node/immutable/kibana/packages/kbn-expect/expect.js:100:11)
    at Assertion.eql (/var/lib/jenkins/workspace/elastic+kibana+master/JOB/x-pack-ciGroup6/node/immutable/kibana/packages/kbn-expect/expect.js:235:8)
    at Context.eql (test/api_integration/apis/management/index_lifecycle_management/policies.js:46:27)
  actual:
   '{\n  "modified_date": "2019-04-30T14:30:00.000Z"\n  "name": "slm-history-ilm-policy"\n  "policy": {\n    "phases": {\n      "delete": {\n        "actions": {\n          "delete": {}\n        }\n        "min_age": "60d"\n      }\n    }\n  }\n  "version": 1\n}',
  expected:
   '{\n  "modified_date": "2019-04-30T14:30:00.000Z"\n  "name": "watch-history-ilm-policy"\n  "policy": {\n    "phases": {\n      "delete": {\n        "actions": {\n          "delete": {}\n        }\n        "min_age": "7d"\n      }\n    }\n  }\n  "version": 1\n}',
  showDiff: true }
      

First failure: Jenkins Build

@kibanamachine kibanamachine added the failed-test A test failure on a tracked branch, potentially flaky-test label Jul 16, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-test-triage

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@kibanamachine
Copy link
Contributor Author

New failure: Jenkins Build

@spalger
Copy link
Contributor

spalger commented Jul 16, 2019

Disabled

master: 37892de

@spalger spalger added the Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more label Jul 16, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/es-ui

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
failed-test A test failure on a tracked branch, potentially flaky-test Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants