-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[ingest pipeline mgmt] sort list of ip location databases for consistent output #197361
[ingest pipeline mgmt] sort list of ip location databases for consistent output #197361
Conversation
Flaky Test Runner Stats🟠 Some tests failed. - kibana-flaky-test-suite-runner#7212[❌] x-pack/test/api_integration/apis/management/config.ts: 0/1 tests passed. |
Flaky Test Runner Stats🟠 Some tests failed. - kibana-flaky-test-suite-runner#7225[❌] x-pack/test/api_integration/apis/management/config.ts: 0/1 tests passed. |
Flaky Test Runner Stats🎉 All tests passed! - kibana-flaky-test-suite-runner#7233[✅] x-pack/test/api_integration/apis/management/config.ts: 25/25 tests passed. |
/ci |
d6d512d
to
0dc493b
Compare
/ci |
Flaky Test Runner Stats🎉 All tests passed! - kibana-flaky-test-suite-runner#7235[✅] x-pack/test/api_integration/apis/content_management/config.ts: 200/200 tests passed. |
/ci |
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]
History
cc @mattkime |
Pinging @elastic/kibana-management (Team:Kibana Management) |
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.
Thanks for fixing the tests! Changes lgtm.
Starting backport for target branches: 8.x |
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…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
…onsistent output (#197361) (#197672) # Backport This will backport the following commits from `main` to `8.x`: - [[ingest pipeline mgmt] sort list of ip location databases for consistent output (#197361)](#197361) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Matthew Kime","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-24T10:06:06Z","message":"[ingest pipeline mgmt] sort list of ip location databases for consistent output (#197361)\n\n## Summary\r\n\r\nSort ip location database list for api output. Consistent results are\r\ntestable results.\r\n\r\nCloses: https://github.com/elastic/kibana/issues/196765","sha":"fb2452e1a129fbefe0866b734ae4111e63222cad","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Kibana Management","release_note:skip","v9.0.0","Feature:Ingest Node Pipelines","backport:prev-minor"],"number":197361,"url":"https://github.com/elastic/kibana/pull/197361","mergeCommit":{"message":"[ingest pipeline mgmt] sort list of ip location databases for consistent output (#197361)\n\n## Summary\r\n\r\nSort ip location database list for api output. Consistent results are\r\ntestable results.\r\n\r\nCloses: https://github.com/elastic/kibana/issues/196765","sha":"fb2452e1a129fbefe0866b734ae4111e63222cad"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/197361","number":197361,"mergeCommit":{"message":"[ingest pipeline mgmt] sort list of ip location databases for consistent output (#197361)\n\n## Summary\r\n\r\nSort ip location database list for api output. Consistent results are\r\ntestable results.\r\n\r\nCloses: https://github.com/elastic/kibana/issues/196765","sha":"fb2452e1a129fbefe0866b734ae4111e63222cad"}}]}] BACKPORT-->
Summary
Sort ip location database list for api output. Consistent results are testable results.
Closes: #196765