-
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
Stabilize dashboard filtering test #58225
Conversation
Pinging @elastic/kibana-app (Team:KibanaApp) |
@elasticmachine merge upstream |
@liza-mae could you review this one so we can check whether it stabilizes the test? |
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
@flash1293 I ran this 25 times and did not see any failures, so it looks good to me. |
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.
LGTM
Fixes #55770
I could reproduce the problem of the original issue when testing against a real cloud instance. It seems like we are hitting some kind of circuit breaker which causes the request to fail with 504, probably because we are issuing lots of requests at once.
This is the error of the proxy:
On a second request against the same index it seems like the timing is different, because I never experienced a failure after refreshing - probably because some requests are already cached. Maybe this happens because the Kibana instance is underprovisioned in terms of RAM.