Skip to content
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

[Search] Functional tests for async search #78703

Merged
merged 15 commits into from
Oct 7, 2020

Conversation

lukasolson
Copy link
Member

@lukasolson lukasolson commented Sep 29, 2020

Summary

Depends on #77423.

Adds functional tests to ensure that when async search is used, we get results both when the queries run quickly and when they take longer. This is possible due to the shard delay aggregation which introduces a configurable delay between shards. We introduce a 5s delay to ensure that when async searches require multiple requests, we still get the results we expect (and don't get any errors).

It simply adds a dataset with two visualizations: "Delay 5s", "Delay 15s", and "No delay" (which has no delay at all), and dashboards with either of the visualizations.

To limit the changelog to the scope of this pull request, see lukasolson/kibana@search-delay...lukasolson:test-async-search.

Checklist

@lukasolson lukasolson added review Feature:Search Querying infrastructure in Kibana v8.0.0 Team:AppArch release_note:skip Skip the PR/issue when compiling release notes v7.10.0 Feature:Functional Testing labels Sep 29, 2020
@lukasolson lukasolson requested a review from lizozom September 29, 2020 00:48
@lukasolson lukasolson requested a review from a team as a code owner September 29, 2020 00:48
@lukasolson lukasolson self-assigned this Sep 29, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app-arch (Team:AppArch)

@botelastic botelastic bot added the Feature:Embedding Embedding content via iFrame label Sep 29, 2020
@lukasolson
Copy link
Member Author

@elasticmachine merge upstream

2 similar comments
@lukasolson
Copy link
Member Author

@elasticmachine merge upstream

@lukasolson
Copy link
Member Author

@elasticmachine merge upstream

Copy link
Contributor

@lizozom lizozom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM once green

@lizozom
Copy link
Contributor

lizozom commented Oct 7, 2020

@elasticmachine merge upstream

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

page load bundle size

id before after diff
data 1.1MB 1.1MB +38.0B
embeddable 290.8KB 290.9KB +82.0B
total +120.0B

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@lukasolson lukasolson merged commit 25b1db1 into elastic:master Oct 7, 2020
lukasolson added a commit to lukasolson/kibana that referenced this pull request Oct 7, 2020
* [Search] [WIP] Add shard delay aggregation

* Add expression functions

* Register function

* Fix test

* Add comment

* [Search] Add async search functional tests

* Add import

* Add additional test

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
lukasolson added a commit that referenced this pull request Oct 7, 2020
* [Search] [WIP] Add shard delay aggregation

* Add expression functions

* Register function

* Fix test

* Add comment

* [Search] Add async search functional tests

* Add import

* Add additional test

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
lukasolson added a commit to lukasolson/kibana that referenced this pull request Oct 26, 2020
* [Search] [WIP] Add shard delay aggregation

* Add expression functions

* Register function

* Fix test

* Add comment

* [Search] Add async search functional tests

* Add import

* Add additional test

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
lukasolson added a commit that referenced this pull request Oct 27, 2020
* [Search] [WIP] Add shard delay aggregation

* Add expression functions

* Register function

* Fix test

* Add comment

* [Search] Add async search functional tests

* Add import

* Add additional test

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Embedding Embedding content via iFrame Feature:Functional Testing Feature:Search Querying infrastructure in Kibana release_note:skip Skip the PR/issue when compiling release notes review v7.10.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants