kibana/x-pack/test
Marco Liberati 0ce4f2de8a
[Lens] Reenable reporting functional tests (#155118)
## Summary

Fixes #155047, #154958, #154957, #154956, #154955, #154954

Flaky runner with 50 runs:
https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/2146

### Checklist

Delete any items that are not applicable to this PR.

- [ ] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)
- [ ]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
- [ ] [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
- [ ] Any UI touched in this PR is usable by keyboard only (learn more
about [keyboard accessibility](https://webaim.org/techniques/keyboard/))
- [ ] Any UI touched in this PR does not create any new axe failures
(run axe in browser:
[FF](https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/),
[Chrome](https://chrome.google.com/webstore/detail/axe-web-accessibility-tes/lhdoppojpmngadmnindnejefpokejbdd?hl=en-US))
- [ ] If a plugin configuration key changed, check if it needs to be
allowlisted in the cloud and added to the [docker
list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)
- [ ] This renders correctly on smaller devices using a responsive
layout. (You can test this [in your
browser](https://www.browserstack.com/guide/responsive-testing-on-local-server))
- [ ] This was checked for [cross-browser
compatibility](https://www.elastic.co/support/matrix#matrix_browsers)


### Risk Matrix

Delete this section if it is not applicable to this PR.

Before closing this PR, invite QA, stakeholders, and other developers to
identify risks that should be tested prior to the change/feature
release.

When forming the risk matrix, consider some of the following examples
and how they may potentially impact the change:

| Risk | Probability | Severity | Mitigation/Notes |

|---------------------------|-------------|----------|-------------------------|
| Multiple Spaces—unexpected behavior in non-default Kibana Space.
| Low | High | Integration tests will verify that all features are still
supported in non-default Kibana Space and when user switches between
spaces. |
| Multiple nodes—Elasticsearch polling might have race conditions
when multiple Kibana nodes are polling for the same tasks. | High | Low
| Tasks are idempotent, so executing them multiple times will not result
in logical error, but will degrade performance. To test for this case we
add plenty of unit tests around this logic and document manual testing
procedure. |
| Code should gracefully handle cases when feature X or plugin Y are
disabled. | Medium | High | Unit tests will verify that any feature flag
or plugin combination still results in our service operational. |
| [See more potential risk
examples](https://github.com/elastic/kibana/blob/main/RISK_MATRIX.mdx) |


### For maintainers

- [ ] This was checked for breaking API changes and was [labeled
appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
2023-04-18 12:44:51 +02:00
..
accessibility skip failing test suite (#154913) 2023-04-17 12:03:49 -04:00
alerting_api_integration [ResponseOps] provide config to turn off email action footer (#154919) 2023-04-17 11:19:16 -04:00
api_integration skip failing test suite (#151636) 2023-04-17 10:55:17 -04:00
api_integration_basic [Cases] Refactor integration helper functions (#149640) 2023-02-08 13:02:32 -07:00
apm_api_integration [APM] Make sure scoring is applied by ES (#154627) 2023-04-11 15:02:36 +02:00
banners_functional [Archive Migration] x-pack-banners/multispace (#135783) 2022-09-27 12:03:01 +01:00
cases_api_integration skip failing test suite (#154640) 2023-04-17 13:13:57 -04:00
cloud_integration [packages] migrate all plugins to packages (#148130) 2023-02-08 21:06:50 -06:00
cloud_security_posture_api [Cloud Security] fetch k8s version and account id for telemetry 2023-03-28 11:27:08 +03:00
cloud_security_posture_functional [Cloud Posture] Fix for Flaky test Column Sort (#154877) 2023-04-17 15:18:27 -07:00
common Saved objects extensions refactor merge (#142878) 2022-11-18 08:23:36 +01:00
custom_branding [Custom Branding] Add custom branding settings to Global settings (#150080) 2023-02-16 08:13:42 +01:00
defend_workflows_cypress [Security Solution] Add e2e tests for Endpoint policy updates on Endpoints (#153938) 2023-03-31 15:03:58 +02:00
detection_engine_api_integration [Response Ops][Alerting] Enable framework alerts as data by default (#154076) 2023-04-04 12:05:14 -07:00
encrypted_saved_objects_api_integration [packages] migrate all plugins to packages (#148130) 2023-02-08 21:06:50 -06:00
endpoint_api_integration_no_ingest [ftr] automatically determine config run order (#130983) 2022-05-04 17:05:58 -05:00
examples [packages] migrate all plugins to packages (#148130) 2023-02-08 21:06:50 -06:00
fleet_api_integration [Fleet] Surface new overview dashboards in fleet (#154914) 2023-04-18 08:44:16 +02:00
fleet_cypress [ftr] rework kibana arg parsing, extend loggers correctly (#135944) 2022-07-08 08:54:56 -05:00
fleet_functional basic smoke test for Fleet installation package (#145475) 2022-11-17 14:53:54 -07:00
fleet_packages [Fleet] improvements to install packages script run by daily job (#148517) 2023-01-09 16:00:26 +01:00
ftr_apis [FTR] KbnClientSavedObjects improvements (#149582) 2023-01-30 09:05:53 -07:00
functional [Lens] Reenable reporting functional tests (#155118) 2023-04-18 12:44:51 +02:00
functional_basic [ftr] split 'x-pack/test/functional_basic/config.ts' into small config files (#149617) 2023-01-31 17:48:56 +01:00
functional_cloud [packages] migrate all plugins to packages (#148130) 2023-02-08 21:06:50 -06:00
functional_cors [packages] migrate all plugins to packages (#148130) 2023-02-08 21:06:50 -06:00
functional_embedded [packages] migrate all plugins to packages (#148130) 2023-02-08 21:06:50 -06:00
functional_enterprise_search Enable Enterprise Search Cypress setup custom scripts (#148630) 2023-01-12 13:27:37 +01:00
functional_execution_context skip failing test suite (#149611) 2023-02-16 17:54:18 -05:00
functional_with_es_ssl [Cases] Do not add already attached alerts to the case (#154322) 2023-04-13 07:29:20 -07:00
kubernetes_security [8.4] [Kubernetes Security] Tree nav group by both cluster id and name (#137858) 2022-08-04 13:14:31 -04:00
licensing_plugin [packages] migrate all plugins to packages (#148130) 2023-02-08 21:06:50 -06:00
lists_api_integration [packages] migrate all plugins to packages (#148130) 2023-02-08 21:06:50 -06:00
load Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
localization [Lens] Fix formula issue with constant values and localization (#153651) 2023-03-27 11:22:31 +02:00
monitoring_api_integration [Stack Monitoring] fix beat api tests (#153466) 2023-03-23 12:26:12 +01:00
observability_api_integration [ftr] automatically determine config run order (#130983) 2022-05-04 17:05:58 -05:00
observability_functional skip failing test suite (#154726) 2023-04-17 13:58:58 -04:00
osquery_cypress Osquery cypress optimizations (#152332) 2023-03-07 16:05:17 +01:00
plugin_api_integration [ResponseOps] move alert UUID generation from rule registry to the alerting framework (#143489) 2023-04-03 09:19:48 -04:00
plugin_api_perf [Versioned HTTP] Add response runtime and type-level validation (#153011) 2023-03-13 10:54:42 -03:00
plugin_functional [packages] migrate all plugins to packages (#148130) 2023-02-08 21:06:50 -06:00
reporting_api_integration [Reporting] Fix download of files with multi-byte filenames (#153158) 2023-03-22 16:03:52 -07:00
reporting_functional skip flaky suite. #135309 2022-11-10 09:09:06 -06:00
rule_registry [Response Ops][Alerting] Enable framework alerts as data by default (#154076) 2023-04-04 12:05:14 -07:00
saved_object_api_integration [packages] migrate all plugins to packages (#148130) 2023-02-08 21:06:50 -06:00
saved_object_tagging Fix failing test: X-Pack Saved Object Tagging Functional Tests.x-pack/test/saved_object_tagging/functional/tests/dashboard_integration·ts (#154191) 2023-04-03 11:42:14 -04:00
saved_objects_field_count [ftr] automatically determine config run order (#130983) 2022-05-04 17:05:58 -05:00
scalability [scalability testing] get the correct Gatling report (#153089) 2023-03-10 13:55:34 +01:00
screenshot_creation [ML] Data Frame Analytics: support custom urls in jobs (#154287) 2023-04-13 08:47:44 -06:00
search_sessions_integration [Dashboard] Add better debugging to error embeddable checks (#153457) 2023-03-24 08:49:57 -06:00
security_api_integration skip flaky suite (#119267) 2023-04-12 16:16:34 +01:00
security_functional [packages] migrate all plugins to packages (#148130) 2023-02-08 21:06:50 -06:00
security_solution_cypress [Security Solution] Exceptions: Cypress tests to cover mapping conflicts functionality (#151366) 2023-03-07 22:21:51 +01:00
security_solution_endpoint skip failing test suite (#154916) 2023-04-13 10:52:29 -04:00
security_solution_endpoint_api_int [Security Solution] Unskip tests after ES promotion fixes (#154863) 2023-04-12 17:47:58 -04:00
security_solution_ftr [Security Solution][Endpoint] e2e tests for Response Console access from Cases (#152296) 2023-03-09 16:32:47 -05:00
session_view [SessionView] cloud_defend process index as a source + merged process event handling (#153213) 2023-03-24 10:00:08 -07:00
spaces_api_integration [Flaky Test] Unskips 'single-namespace types' copy to space tests (#150492) 2023-02-09 10:00:02 -05:00
stack_functional_integration [Stack Functional Integration] Fix test from #154115 (#154289) 2023-04-03 15:16:18 -07:00
threat_intelligence_cypress [Security Solution] Remove detection rules distributed via the file system (#143839) 2022-12-06 16:12:52 +01:00
timeline [packages] migrate all plugins to packages (#148130) 2023-02-08 21:06:50 -06:00
ui_capabilities [packages] migrate all plugins to packages (#148130) 2023-02-08 21:06:50 -06:00
upgrade Migrate reporting FTRs from the Stats Usage API (#151808) 2023-02-23 03:53:27 -07:00
upgrade_assistant_integration [ftr] automatically determine config run order (#130983) 2022-05-04 17:05:58 -05:00
usage_collection [packages] migrate all plugins to packages (#148130) 2023-02-08 21:06:50 -06:00
tsconfig.json [ResponseOps] move alert UUID generation from rule registry to the alerting framework (#143489) 2023-04-03 09:19:48 -04:00