Commit graph

12 commits

Author SHA1 Message Date
Elena Stoeva
727c19a78b
[Ingest Pipelines] Improve api integration tests (#196718)
Follow-up to https://github.com/elastic/kibana/pull/190830

## Summary

I noticed that the api integration tests that have been added with
https://github.com/elastic/kibana/pull/190830 were not actually included
to run as part of the Management test suite. This PR adds them and it
also adds some test cases for the `ipinfo` database type.
2024-10-17 12:40:21 -05:00
Dzmitry Lemechko
0059081031
[ftr] migrating 'management/ingest_pipelines' API integration test to deployment-agnostic one (#192063)
## Summary

_The goal is to consolidate 2 existing test files with identical logic
into a single, deployment-agnostic test file:_

Files to be replaced:
-
x-pack/test/api_integration/apis/management/ingest_pipelines/ingest_pipelines.ts
-
x-pack/test_serverless/api_integration/test_suites/common/management/ingest_pipelines.ts

New test file:
-
x-pack/test/api_integration/deployment_agnostic/apis/management/ingest_pipelines.ts

The migration leverages the serverless test file as a basis for the new
deployment-agnostic test.
Necessary modifications are minimal and include FTR context provider &
its services to ensure compatibility across different environments.
Lastly new file has to be loaded into both the serverless and stateful
config files under
`x-pack/test/api_integration/deployment_agnostic/configs`

This approach ensures that the test logic remains consistent while
reducing redundancy and maintaince effort.
2024-09-10 08:03:19 -05:00
Brandon Kobel
4584a8b570
Elastic License 2.0 (#90099)
* Updating everything except the license headers themselves

* Applying ESLint rules

* Manually replacing the stragglers
2021-02-03 18:12:39 -08:00
Alison Goryachev
23dccb7c1c
[Snapshot Restore] Fix initial policy form state (#83928) 2020-12-02 17:41:19 -05:00
restrry
bf04235dae apply prettier styles 2020-05-22 09:08:58 +02:00
Alison Goryachev
6e3791ea12
Ingest Node Pipelines UI (#62321) 2020-04-30 15:52:14 -04:00
spalger
8e9a8a84dc autofix all violations 2019-12-13 23:17:13 -07:00
Sébastien Loix
e266874328
[Index management] Api integration tests (#36343) 2019-05-10 11:50:56 +02:00
Sébastien Loix
b57c057ecb
[ILM] Api integration tests (#36203) 2019-05-09 16:38:44 +02:00
Larry Gregory
e18bfc1497
Feature Controls - Allow telemetry to be toggled with advancedSettings feature privilege (#35250)
* Allow telemetry to be toggled with feature privileges
2019-04-25 11:43:42 -04:00
Sébastien Loix
1f53994c20
[Rollup] API integration tests (#32780)
* Rollup Indice
* Index validity
* CRUD
* Test "job start"
* Test "job stop"
2019-03-13 15:03:39 +01:00
CJ Cenizal
2371e58590
[CCR] Remote Clusters and Cross-cluster Replication apps (#26777) 2018-12-18 17:59:10 -08:00