-
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
Failing test: X-Pack API Integration Tests.x-pack/test/api_integration/apis/entity_manager/search·ts - Entity Manager _search API includes source and additional metadata fields #203982
Comments
New failure: kibana-on-merge - 8.x |
New failure: kibana-on-merge - 8.x |
New failure: kibana-on-merge - 8.x |
New failure: kibana-on-merge - main |
New failure: kibana-on-merge - main |
New failure: kibana-on-merge - main |
New failure: kibana-on-merge - main |
/skip |
@klacabane - I can see this is a new test. It seems to be quite flaky on CI, so I skipped it for now |
New failure: kibana-on-merge - main |
New failure: kibana-on-merge - main |
New failure: kibana-on-merge - 8.x |
New failure: kibana-on-merge - 8.x |
New failure: kibana-on-merge - 8.x |
New failure: kibana-on-merge - 8.x |
New failure: kibana-on-merge - 8.x |
The problem lies in the merging logic, I reproduced it with this unit test[1] which fails in a similary way. Now the flakiness comes from the random arrival time of the queries. since we execute two queries in parallel, if the first one has the null value for a field the merging logic will ignore it and test succeeds, if the null value arrives second it fails. I'll send a fix
|
Closes elastic#203982 Ignore nulls when merging metadata fields. The flakiness comes from the random arrival time of the queries. since we execute two queries in parallel, if the first one has the null value for a field the merging logic will ignore it and test succeeds, if the null value arrives second it fails. (cherry picked from commit d89153d)
A test failed on a tracked branch
First failure: kibana-on-merge - main
The text was updated successfully, but these errors were encountered: