mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
## Summary Part of https://github.com/elastic/kibana-team/issues/1503 This PR is mostly about moving platform tests from x-pack/test/ Before: ``` x-pack/test/ | - ftr_apis/ | - load/ | - plugin_api_perf/ | - fleet_packages/ | - fleet_tasks/ | - scalability/ | - task_manager_claimer_update_by_query/ ``` After: ``` x-pack/platform/test/ | - ftr_apis/ | - load/ | - plugin_api_perf/ | - fleet_packages/ | - fleet_tasks/ | - scalability/ | - task_manager_claimer_update_by_query/ --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"journeyName": "GET /internal/data_views/fields - 6800 fields",
|
|
"scalabilitySetup": {
|
|
"responseTimeThreshold": {
|
|
"threshold1": 5000,
|
|
"threshold2": 10000,
|
|
"threshold3": 20000
|
|
},
|
|
"warmup": [
|
|
{
|
|
"action": "constantUsersPerSec",
|
|
"userCount": 1,
|
|
"duration": "30s"
|
|
}
|
|
],
|
|
"test": [
|
|
{
|
|
"action": "rampUsersPerSec",
|
|
"minUsersCount": 1,
|
|
"maxUsersCount": 7,
|
|
"duration": "140s"
|
|
}
|
|
],
|
|
"maxDuration": "5m"
|
|
},
|
|
"testData": {
|
|
"esArchives": ["src/platform/test/functional/fixtures/es_archiver/many_fields"]
|
|
},
|
|
"streams": [
|
|
{
|
|
"requests": [
|
|
{
|
|
"http": {
|
|
"method": "GET",
|
|
"path": "/internal/data_views/fields",
|
|
"query": "?pattern=indices*&apiVersion=1",
|
|
"headers": {
|
|
"Cookie": "",
|
|
"Kbn-Version": "",
|
|
"Accept-Encoding": "gzip, deflate, br",
|
|
"Content-Type": "application/json",
|
|
"x-elastic-internal-origin": "kibana"
|
|
},
|
|
"statusCode": 200
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|