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/ingest_pipelines/databases·ts - management Ingest pipelines Manage databases List returns existing databases #196765

Closed
kibanamachine opened this issue Oct 17, 2024 · 17 comments · Fixed by #197361
Assignees
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 Oct 17, 2024

A test failed on a tracked branch

Error: expected [ { name: 'GeoIP2-Anonymous-IP',
    id: 'geoip2-anonymous-ip',
    type: 'maxmind' },
  { name: 'asn', id: 'asn', type: 'ipinfo' } ] to sort of equal [ { id: 'asn', name: 'asn', type: 'ipinfo' },
  { id: 'geoip2-anonymous-ip',
    name: 'GeoIP2-Anonymous-IP',
    type: 'maxmind' } ]
    at Assertion.assert (expect.js:100:11)
    at Assertion.eql (expect.js:244:8)
    at Context.<anonymous> (databases.ts:68:25)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at Object.apply (wrap_function.js:74:16) {
  actual: '[\n' +
    '  {\n' +
    '    "id": "geoip2-anonymous-ip"\n' +
    '    "name": "GeoIP2-Anonymous-IP"\n' +
    '    "type": "maxmind"\n' +
    '  }\n' +
    '  {\n' +
    '    "id": "asn"\n' +
    '    "name": "asn"\n' +
    '    "type": "ipinfo"\n' +
    '  }\n' +
    ']',
  expected: '[\n' +
    '  {\n' +
    '    "id": "asn"\n' +
    '    "name": "asn"\n' +
    '    "type": "ipinfo"\n' +
    '  }\n' +
    '  {\n' +
    '    "id": "geoip2-anonymous-ip"\n' +
    '    "name": "GeoIP2-Anonymous-IP"\n' +
    '    "type": "maxmind"\n' +
    '  }\n' +
    ']',
  showDiff: true
}

First failure: kibana-on-merge - main

@kibanamachine kibanamachine added the failed-test A test failure on a tracked branch, potentially flaky-test label Oct 17, 2024
@botelastic botelastic bot added the needs-team Issues missing a team label label Oct 17, 2024
@kibanamachine kibanamachine added the Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more label Oct 17, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-management (Team:Kibana Management)

@botelastic botelastic bot removed the needs-team Issues missing a team label label Oct 17, 2024
@kibanamachine
Copy link
Contributor Author

New failure: kibana-on-merge - main

@kibanamachine
Copy link
Contributor Author

New failure: kibana-on-merge - main

@kibanamachine
Copy link
Contributor Author

New failure: kibana-on-merge - main

@kibanamachine
Copy link
Contributor Author

New failure: kibana-on-merge - main

@kibanamachine
Copy link
Contributor Author

New failure: kibana-on-merge - main

@kibanamachine
Copy link
Contributor Author

New failure: kibana-on-merge - main

@kibanamachine
Copy link
Contributor Author

New failure: kibana-on-merge - main

@kibanamachine
Copy link
Contributor Author

New failure: kibana-on-merge - main

@kibanamachine
Copy link
Contributor Author

New failure: kibana-on-merge - main

@kibanamachine
Copy link
Contributor Author

New failure: kibana-on-merge - 8.16

@kibanamachine
Copy link
Contributor Author

New failure: kibana-on-merge - 8.16

@kibanamachine
Copy link
Contributor Author

New failure: kibana-on-merge - 8.16

@kibanamachine
Copy link
Contributor Author

Skipped

main: 0fb641c
8.16: 8d11f93

@kibanamachine
Copy link
Contributor Author

New failure: kibana-on-merge - 8.x

@kibanamachine
Copy link
Contributor Author

Skipped

main: d56651b
8.16: c899e7d
8.x: e323bce

@kibanamachine
Copy link
Contributor Author

New failure: kibana-elasticsearch-snapshot-verify - 8.x

@ElenaStoeva ElenaStoeva self-assigned this Oct 22, 2024
@ElenaStoeva ElenaStoeva assigned mattkime and unassigned ElenaStoeva Oct 23, 2024
mattkime added a commit that referenced this issue Oct 24, 2024
…ent output (#197361)

## Summary

Sort ip location database list for api output. Consistent results are
testable results.

Closes: #196765
mattkime added a commit to mattkime/kibana that referenced this issue Oct 24, 2024
…ent output (elastic#197361)

## Summary

Sort ip location database list for api output. Consistent results are
testable results.

Closes: elastic#196765
(cherry picked from commit fb2452e)

# Conflicts:
#	x-pack/test/api_integration/apis/management/ingest_pipelines/databases.ts
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.

5 participants