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

[Automatic Import] Add base for ftr api tests #200169

Merged
merged 12 commits into from
Dec 3, 2024

Conversation

bhapas
Copy link
Contributor

@bhapas bhapas commented Nov 14, 2024

Summary

This PR adds a baseline for FTR API tests for Automatic Import.

@bhapas bhapas self-assigned this Nov 14, 2024
@bhapas bhapas added test_api backport:prev-minor Backport to (8.x) the previous minor version (i.e. one version back from main) Team:Security-Scalability Team label for Security Integrations Scalability Team Feature:AutomaticImport labels Nov 14, 2024
@bhapas bhapas marked this pull request as ready for review December 2, 2024 10:35
@bhapas bhapas requested review from a team as code owners December 2, 2024 10:35
@elasticmachine
Copy link
Contributor

Pinging @elastic/security-scalability (Team:Security-Scalability)

@bhapas bhapas added the release_note:skip Skip the PR/issue when compiling release notes label Dec 2, 2024
@bhapas bhapas requested a review from a team December 2, 2024 10:36
@bhapas bhapas force-pushed the automatic_import_ftr_api_tests branch from 041ffdf to 6b50cba Compare December 2, 2024 10:37
Copy link
Member

@pheyos pheyos left a comment

Choose a reason for hiding this comment

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

x-pack/test/tsconfig.json changes LGTM

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

Unknown metric groups

ESLint disabled line counts

id before after diff
@kbn/test-suites-xpack 722 728 +6

Total ESLint disabled count

id before after diff
@kbn/test-suites-xpack 747 753 +6

History

cc @bhapas

@bhapas bhapas merged commit 6ef0284 into elastic:main Dec 3, 2024
8 checks passed
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 8.x

https://github.com/elastic/kibana/actions/runs/12142272514

kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Dec 3, 2024
## Summary

This PR adds a baseline for FTR API tests for Automatic Import.

- Relates elastic#196063

---------

Co-authored-by: kibanamachine <[email protected]>
(cherry picked from commit 6ef0284)
@kibanamachine
Copy link
Contributor

💚 All backports created successfully

Status Branch Result
8.x

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

kibanamachine added a commit that referenced this pull request Dec 3, 2024
# Backport

This will backport the following commits from `main` to `8.x`:
- [[Automatic Import] Add base for ftr api tests
(#200169)](#200169)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Bharat
Pasupula","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-12-03T14:56:10Z","message":"[Automatic
Import] Add base for ftr api tests (#200169)\n\n## Summary\r\n\r\nThis
PR adds a baseline for FTR API tests for Automatic Import.\r\n\r\n-
Relates
https://github.com/elastic/kibana/issues/196063\r\n\r\n---------\r\n\r\nCo-authored-by:
kibanamachine
<[email protected]>","sha":"6ef0284bce0e2fb86d2de6377916dce647aace26","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["test_api","release_note:skip","v9.0.0","backport:prev-minor","Team:Security-Scalability","Feature:AutomaticImport"],"title":"[Automatic
Import] Add base for ftr api
tests","number":200169,"url":"https://github.com/elastic/kibana/pull/200169","mergeCommit":{"message":"[Automatic
Import] Add base for ftr api tests (#200169)\n\n## Summary\r\n\r\nThis
PR adds a baseline for FTR API tests for Automatic Import.\r\n\r\n-
Relates
https://github.com/elastic/kibana/issues/196063\r\n\r\n---------\r\n\r\nCo-authored-by:
kibanamachine
<[email protected]>","sha":"6ef0284bce0e2fb86d2de6377916dce647aace26"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/200169","number":200169,"mergeCommit":{"message":"[Automatic
Import] Add base for ftr api tests (#200169)\n\n## Summary\r\n\r\nThis
PR adds a baseline for FTR API tests for Automatic Import.\r\n\r\n-
Relates
https://github.com/elastic/kibana/issues/196063\r\n\r\n---------\r\n\r\nCo-authored-by:
kibanamachine
<[email protected]>","sha":"6ef0284bce0e2fb86d2de6377916dce647aace26"}}]}]
BACKPORT-->

Co-authored-by: Bharat Pasupula <[email protected]>
hop-dev pushed a commit to hop-dev/kibana that referenced this pull request Dec 5, 2024
## Summary

This PR adds a baseline for FTR API tests for Automatic Import.

- Relates elastic#196063

---------

Co-authored-by: kibanamachine <[email protected]>
CAWilson94 pushed a commit to CAWilson94/kibana that referenced this pull request Dec 9, 2024
## Summary

This PR adds a baseline for FTR API tests for Automatic Import.

- Relates elastic#196063

---------

Co-authored-by: kibanamachine <[email protected]>
CAWilson94 pushed a commit to CAWilson94/kibana that referenced this pull request Dec 12, 2024
## Summary

This PR adds a baseline for FTR API tests for Automatic Import.

- Relates elastic#196063

---------

Co-authored-by: kibanamachine <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:prev-minor Backport to (8.x) the previous minor version (i.e. one version back from main) Feature:AutomaticImport release_note:skip Skip the PR/issue when compiling release notes Team:Security-Scalability Team label for Security Integrations Scalability Team test_api v8.18.0 v9.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants