kibana/x-pack/test/functional
Frank Hassanabad ede8ed3f95
[Security Solutions ] Fixes failed to query DNS data - too_many_buckets_exception (#97069)
## Summary

Fixes a bug where on the DNS tab of networks you can get a `too_many_buckets_exception`. Worked through the query with @angorayc and together I think we figured out that the query could be re-written with aggregations in a way to get the same results without having to query a large amount of terms which causes the buckets exception.

Added a e2e test and one way of being able to call bsearch in the e2e when it returns the search is still in progress so we don't have the large query test cause flakiness 🤞 .

### Checklist

- [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios
2021-04-15 09:22:56 -06:00
..
apps [Maps] Add cache control to mvt endpoints (#94861) 2021-04-15 09:07:34 -04:00
es_archives [Security Solutions ] Fixes failed to query DNS data - too_many_buckets_exception (#97069) 2021-04-15 09:22:56 -06:00
page_objects [ILM] Add UI validation for min age value (#96718) 2021-04-13 18:47:20 +01:00
screenshots/baseline
services [ML] Functional tests - stabilize swim lane pagination test (#97214) 2021-04-15 14:15:10 +02:00
config.coverage.js
config.edge.js
config.firefox.js
config.js Remove /src/legacy (#95510) 2021-04-06 09:25:36 +02:00
config_security_basic.ts
ftr_provider_context.d.ts
README.md

Kibana Functional Testing

See our Functional Testing Guide