-
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
[Index management] Unskip jest tests #76672
Conversation
674bd93
to
e8bdc75
Compare
7593e61
to
ecb649d
Compare
Pinging @elastic/es-ui (Team:Elasticsearch UI) |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
3 similar comments
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
Hi @sebelga ,
|
So the
The flakiness that we got on our tests only showed up in CI as all the tests are run in parallel and stress the machine. Locally we only run a tiny portion of them and the flakiness is very hard to detect. |
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.
I see, @sebelga , thanks a lot for your explanation! I'm good with merging and looking forward to learning more about tests from you :)
💚 Build SucceededBuild metricsasync chunks size
History
To update your PR or re-run it, just comment with: |
Thanks for the review @yuliacech ! Giving it another 20 passes and then merging 😊 https://kibana-ci.elastic.co/job/kibana+flaky-test-suite-runner/831/ |
Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: Elastic Machine <[email protected]>
PR to unskip our tests in the Index management app.
I fixed a small regression where the index settings were not read by the mappings editor and thus the analyzer "custom" select was not displayed to chose a possible custom analyzer defined in the index settings.
Index management
Fixes #59849
Fixes #67833
Fixes #65567
Fixes #66669
Fixes #66457