-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[Lens] Unload canvas test properly #102101
Conversation
💚 Build SucceededMetrics [docs]
History
To update your PR or re-run it, just comment with: |
Pinging @elastic/kibana-app (Team:KibanaApp) |
Pinging @elastic/kibana-presentation (Team:Presentation) |
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.
Tested locally by grepping for all lens
tests, where Canvas runs first. LGTM
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.
Good catch!
💚 Backport successful
This backport PR will be merged automatically after passing CI. |
Fixes #101999
Fixes #102003
In CI, Canvas tests run in ci group 2 and Lens tests in ci group 4, so they can't interfere. But in cloud tests, Lens runs after canvas so Canvas adding a document to the
logstash-lens
index causes issues for the Lens tests to run.This PR makes sure the index is properly unloaded after the test