-
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
[FLAKY ON MKI] x-pack/test_serverless/functional/test_suites/common/discover/group6/_sidebar·ts
#195100
Comments
Pinging @elastic/kibana-data-discovery (Team:DataDiscovery) |
see details: elastic#195100
## Summary see details: elastic#195100
@wayneseymour are there more logs, I'd focus on getting more details about TimeoutError: Request timed out because the failures following this up are a consequence of this. it failes because the the data can't be ingested, created for whatever reason: kibana/test/functional/apps/discover/group6/_sidebar.ts Lines 611 to 614 in 36a73ce
this points to a problem with the infrastructure with suche kind of data (huge amount of fields). I'd suggest to relabel it, it should not be assigned to our team, although we are always happy to help with the detective work 🕵 |
@wayneseymour that's fine and it makes sense when owners can do something to resolve it, but in this case, I doubt that. But open for suggestions of course (it's just about cleaning up our failures into stuff we we can fix and we can't :) |
Also, regarding the ingestion, the es archiver load function has params for increasing the performance. Ok so I've timeboxed some play time on this problem. I've increased the concurrency and it passes on my local. |
@wayneseymour sounds like a plan |
Looks very much like https://github.com/elastic/kibana-team/issues/928 where for some reason ES reports fields as Empty during some period of time but hard to reproduce. |
@jughosta I think it's different this time. The first test failure appears to be because there's a ingestion problem with the many fields (@wayneseymour if your approach doesn't help, we might consider to skip this test for MKI , would it be possible just skip the single one, not the whole |
@kertal Apologies but we cannot skip only one it block for mki. |
If you really only want to skip one of the tests for MKI, you would have introduce a nested |
Config
x-pack/test_serverless/functional/test_suites/security/common_configs/config.group5.ts
discover/group6 discover sidebar renders field groups should work for many fields
Error message
Screenshot
discover/group6 discover sidebar renders field groups should work correctly when time range is updated
Error message
Screenshot
Config
x-pack/test_serverless/functional/test_suites/observability/common_configs/config.group5.ts
discover/group6 discover sidebar renders field groups should work for many fields
Error message
Screenshot
discover/group6 discover sidebar renders field groups should work with ad-hoc data views and runtime fields
Error message
Screenshot
discover/group6 discover sidebar renders field groups should render even when retrieving documents failed with an error
Error message
Screenshot
discover/group6 discover sidebar renders field groups should work correctly when time range is updated
Error message
Screenshot
The text was updated successfully, but these errors were encountered: