Merged
Conversation
Closed
db060d8 to
02ae1f3
Compare
c6ef046 to
705c51e
Compare
YulNaumenko
approved these changes
Nov 17, 2022
Contributor
YulNaumenko
left a comment
There was a problem hiding this comment.
Security Solution LGTM
pgayvallet
approved these changes
Nov 18, 2022
vitaliidm
approved these changes
Nov 18, 2022
ashokaditya
approved these changes
Nov 18, 2022
Member
ashokaditya
left a comment
There was a problem hiding this comment.
Thanks for this update. security_solution/management changes LGTM.
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Unknown metric groupsESLint disabled in files
ESLint disabled line counts
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: |
Contributor
Author
|
Hey all, we're merging this early with a few pending reviews. With the breaking changes involved, it's difficult to keep up to date. We'll use the weekend to monitor for stability and give open PRs a chance to merge latest in. There's three skipped tests, I'll follow up with issues for their respective teams. Thanks for all the feedback! |
This was referenced Nov 18, 2022
2 tasks
cnasikas
added a commit
that referenced
this pull request
Dec 13, 2022
## Summary This PR unskips a test that was skipped during the [Jest upgrade](#143319) to version 29. Fixes #145751 ### Checklist Delete any items that are not applicable to this PR. - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios ### For maintainers - [x] This was checked for breaking API changes and was [labeled appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
nreese
pushed a commit
to nreese/kibana
that referenced
this pull request
Dec 16, 2022
## Summary This PR unskips a test that was skipped during the [Jest upgrade](elastic#143319) to version 29. Fixes elastic#145751 ### Checklist Delete any items that are not applicable to this PR. - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios ### For maintainers - [x] This was checked for breaking API changes and was [labeled appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Contributor
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
Ikuni17
added a commit
that referenced
this pull request
Jun 9, 2023
Closes #157436 Unblocks: #157111 # Backport This will backport the following commits from `main` to `7.17`: - [Upgrade to Jest 29 (#143319)](#143319) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Jonathan Budzenski","email":"jon@elastic.co"},"sourceCommit":{"committedDate":"2022-11-18T15:40:16Z","message":"Upgrade to Jest 29 (#143319)\n\nhttps://jestjs.io/blog/2022/04/25/jest-28\r\nhttps://jestjs.io/blog/2022/08/25/jest-29\r\n\r\n- jest.useFakeTimers('legacy') -> jest.useFakeTimers({ legacyFakeTimers:\r\ntrue });\r\n- jest.useFakeTimers('modern'); -> jest.useFakeTimers();\r\n- tests can either use promises or callbacks, but not both\r\n- test runner jasmine is no longer included, switch all suites to\r\njest-circus\r\n\r\nCo-authored-by: Andrew Tate <andrew.tate@elastic.co>","sha":"2ac7ebe3bf9bd3a8e18c71df5f7c51541ecec339","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","Feature:Embedding","Team:APM","Feature:ExpressionLanguage","Team:uptime","release_note:skip","backport:skip","Team:Fleet","v8.7.0"],"number":143319,"url":"https://github.com/elastic/kibana/pull/143319","mergeCommit":{"message":"Upgrade to Jest 29 (#143319)\n\nhttps://jestjs.io/blog/2022/04/25/jest-28\r\nhttps://jestjs.io/blog/2022/08/25/jest-29\r\n\r\n- jest.useFakeTimers('legacy') -> jest.useFakeTimers({ legacyFakeTimers:\r\ntrue });\r\n- jest.useFakeTimers('modern'); -> jest.useFakeTimers();\r\n- tests can either use promises or callbacks, but not both\r\n- test runner jasmine is no longer included, switch all suites to\r\njest-circus\r\n\r\nCo-authored-by: Andrew Tate <andrew.tate@elastic.co>","sha":"2ac7ebe3bf9bd3a8e18c71df5f7c51541ecec339"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/143319","number":143319,"mergeCommit":{"message":"Upgrade to Jest 29 (#143319)\n\nhttps://jestjs.io/blog/2022/04/25/jest-28\r\nhttps://jestjs.io/blog/2022/08/25/jest-29\r\n\r\n- jest.useFakeTimers('legacy') -> jest.useFakeTimers({ legacyFakeTimers:\r\ntrue });\r\n- jest.useFakeTimers('modern'); -> jest.useFakeTimers();\r\n- tests can either use promises or callbacks, but not both\r\n- test runner jasmine is no longer included, switch all suites to\r\njest-circus\r\n\r\nCo-authored-by: Andrew Tate <andrew.tate@elastic.co>","sha":"2ac7ebe3bf9bd3a8e18c71df5f7c51541ecec339"}}]}] BACKPORT--> --------- Co-authored-by: Tiago Costa <tiago.costa@elastic.co> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
e40pud
added a commit
that referenced
this pull request
Aug 8, 2023
…est.tsx" tests (#163169) ## Summary Original ticket: #145749 This PR un-skips tests which were disabled due to [upgrade to Jest 29 here](#143319). Fixes: 1. Restructured test which checks the `isLoading` state returned by the `useFetchOrCreateRuleExceptionList` hook 2. Make sure we call `await waitForNextUpdate();` right amount of times --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
bryce-b
pushed a commit
to bryce-b/kibana
that referenced
this pull request
Aug 9, 2023
…est.tsx" tests (elastic#163169) ## Summary Original ticket: elastic#145749 This PR un-skips tests which were disabled due to [upgrade to Jest 29 here](elastic#143319). Fixes: 1. Restructured test which checks the `isLoading` state returned by the `useFetchOrCreateRuleExceptionList` hook 2. Make sure we call `await waitForNextUpdate();` right amount of times --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://jestjs.io/blog/2022/04/25/jest-28
https://jestjs.io/blog/2022/08/25/jest-29