kibana/test/functional
Liza Katz f26596145e
Clean up search service (#53766)
* deprecate msearch

* Missing export

* adjust tests, revert loading method of esaggs/boot

* getInjectedMetadata

* Fix jest tests

* update default strategy abort test

* notice update

* Allow running discover errors test independently

* Remove batchSearches

* Detect painless script error

* don't show notifications for aborted requests

* Fix jest tests

* Restore loader indicator

* Decreace loading count on error

* update search test

* Trigger digest after fetching fresh index patterns

* Revert isEqual

* accurate revert

* Return full error details to client from search endpoint

* Re-throw AbortError from http when user aborts request.

* fix typo

* typo

* Adjust routes jest test

* Restore msearch using a separate es connection

* typescript fixes

* set http service mock

* Move es client to dat aplugin, for follow up PR

* Add karma mock

* krma mock

* fix tests

* ts

* Pass in version dynamically

* add headers to esClient host

* Restored fetch soon test
Use tap for loadingCount side effects

* Cleanup search params

* Cleanup search params test

* Revert "Cleanup search params"

This reverts commit ca9dea01d5.

* Revert "Cleanup search params test"

This reverts commit 30b9478612.

* Revert code to use old es client until  #44302 is resolved

* Revert changes to getPainlessError

* Fix jest test

* Refactor esClient to trigger loadingIndicator

* fixing tests

* use esClient from searchService

* git remove comment

* fix jest

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-01-21 18:49:57 +02:00
..
apps Clean up search service (#53766) 2020-01-21 18:49:57 +02:00
fixtures/es_archiver [Discover] Fix context view for date_nanos format with custom timestamps (#54089) 2020-01-14 15:15:30 +01:00
page_objects [Vis: Default editor] EUIficate and Reactify the sidebar (#49864) 2020-01-17 14:01:44 +03:00
screenshots unskip dashboard_screenshot tests by using new setScreenshotSize (#46311) 2019-09-27 13:49:51 -05:00
services [Vis: Default editor] EUIficate and Reactify the sidebar (#49864) 2020-01-17 14:01:44 +03:00
config.firefox.js autofix all violations 2019-12-13 23:17:13 -07:00
config.ie.js autofix all violations 2019-12-13 23:17:13 -07:00
config.js autofix all violations 2019-12-13 23:17:13 -07:00
ftr_provider_context.d.ts [WIP] FTR Percy changes (#36897) 2019-06-14 10:35:23 -06:00
README.md Creates functional test README files (#42389) 2019-07-31 15:41:15 -04:00

Kibana Functional Testing

See our Functional Testing Guide