diff --git a/src/platform/plugins/shared/data/test/scout/.meta/api/standard.json b/src/platform/plugins/shared/data/test/scout/.meta/api/standard.json new file mode 100644 index 0000000000000..f3414740114a6 --- /dev/null +++ b/src/platform/plugins/shared/data/test/scout/.meta/api/standard.json @@ -0,0 +1,339 @@ +{ + "sha1": "fc9fbd00fc82ca0f7355491d44f285f8d1007a12", + "tests": [ + { + "id": "99d18e3579dd960-646aa7dac1121c1", + "title": "ese search - delete async search (SNAPSHOT only) should delete an in-progress search", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic", + "@local-stateful-search", + "@cloud-stateful-search", + "@local-stateful-observability_complete", + "@cloud-stateful-observability_complete", + "@local-stateful-security_complete", + "@cloud-stateful-security_complete", + "@local-serverless-search", + "@cloud-serverless-search" + ], + "location": { + "file": "src/platform/plugins/shared/data/test/scout/api/tests/search/ese_delete_async.spec.ts", + "line": 45, + "column": 12 + } + }, + { + "id": "99d18e3579dd960-bf3bc58168b51ac", + "title": "ese search - delete async search (SNAPSHOT only) should delete a completed search", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic", + "@local-stateful-search", + "@cloud-stateful-search", + "@local-stateful-observability_complete", + "@cloud-stateful-observability_complete", + "@local-stateful-security_complete", + "@cloud-stateful-security_complete", + "@local-serverless-search", + "@cloud-serverless-search" + ], + "location": { + "file": "src/platform/plugins/shared/data/test/scout/api/tests/search/ese_delete_async.spec.ts", + "line": 75, + "column": 12 + } + }, + { + "id": "b7e6443f1ffd45e-5cdeb8757e712f3", + "title": "ese search - delete should return 404 when no search id provided", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic", + "@local-stateful-search", + "@cloud-stateful-search", + "@local-stateful-observability_complete", + "@cloud-stateful-observability_complete", + "@local-stateful-security_complete", + "@cloud-stateful-security_complete", + "@local-serverless-search", + "@cloud-serverless-search" + ], + "location": { + "file": "src/platform/plugins/shared/data/test/scout/api/tests/search/ese_delete.spec.ts", + "line": 24, + "column": 12 + } + }, + { + "id": "b7e6443f1ffd45e-ec4910d16e018a7", + "title": "ese search - delete should return 400 when trying to delete a bad id", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic", + "@local-stateful-search", + "@cloud-stateful-search", + "@local-stateful-observability_complete", + "@cloud-stateful-observability_complete", + "@local-stateful-security_complete", + "@cloud-stateful-security_complete", + "@local-serverless-search", + "@cloud-serverless-search" + ], + "location": { + "file": "src/platform/plugins/shared/data/test/scout/api/tests/search/ese_delete.spec.ts", + "line": 32, + "column": 12 + } + }, + { + "id": "d31b6baf5ea7a72-e563cb6fd7a2342", + "title": "ese search - post async (SNAPSHOT only) should return 200 with search id and partial response if wait_for_completion_timeout is not long enough", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic", + "@local-stateful-search", + "@cloud-stateful-search", + "@local-stateful-observability_complete", + "@cloud-stateful-observability_complete", + "@local-stateful-security_complete", + "@cloud-stateful-security_complete", + "@local-serverless-search", + "@cloud-serverless-search" + ], + "location": { + "file": "src/platform/plugins/shared/data/test/scout/api/tests/search/ese_post_async.spec.ts", + "line": 45, + "column": 12 + } + }, + { + "id": "d31b6baf5ea7a72-038dbaad7a8f7f4", + "title": "ese search - post async (SNAPSHOT only) should retrieve results from completed search with search id", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic", + "@local-stateful-search", + "@cloud-stateful-search", + "@local-stateful-observability_complete", + "@cloud-stateful-observability_complete", + "@local-stateful-security_complete", + "@cloud-stateful-security_complete", + "@local-serverless-search", + "@cloud-serverless-search" + ], + "location": { + "file": "src/platform/plugins/shared/data/test/scout/api/tests/search/ese_post_async.spec.ts", + "line": 67, + "column": 12 + } + }, + { + "id": "d31b6baf5ea7a72-a2fbe43cb945c01", + "title": "ese search - post async (SNAPSHOT only) should retrieve results from in-progress search with search id", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic", + "@local-stateful-search", + "@cloud-stateful-search", + "@local-stateful-observability_complete", + "@cloud-stateful-observability_complete", + "@local-stateful-security_complete", + "@cloud-stateful-security_complete", + "@local-serverless-search", + "@cloud-serverless-search" + ], + "location": { + "file": "src/platform/plugins/shared/data/test/scout/api/tests/search/ese_post_async.spec.ts", + "line": 103, + "column": 12 + } + }, + { + "id": "778cbd6da09bf07-a87afaa49e2b3b2", + "title": "ese search - cancel async search (stateful, SNAPSHOT only) should cancel an async search without server crash", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "src/platform/plugins/shared/data/test/scout/api/tests/search/ese_post_cancel.spec.ts", + "line": 44, + "column": 12 + } + }, + { + "id": "ce88cbaac053fab-145d818beee8974", + "title": "ese search - privileges (stateful only) should return 403 for lack of privileges", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "src/platform/plugins/shared/data/test/scout/api/tests/search/ese_post_privileges.spec.ts", + "line": 42, + "column": 12 + } + }, + { + "id": "78789d10935637b-503b50fc9d7e893", + "title": "ese search - post sync and validation should return 200 with final response without search id if wait_for_completion_timeout is long enough", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic", + "@local-stateful-search", + "@cloud-stateful-search", + "@local-stateful-observability_complete", + "@cloud-stateful-observability_complete", + "@local-stateful-security_complete", + "@cloud-stateful-security_complete", + "@local-serverless-search", + "@cloud-serverless-search" + ], + "location": { + "file": "src/platform/plugins/shared/data/test/scout/api/tests/search/ese_post_sync.spec.ts", + "line": 42, + "column": 12 + } + }, + { + "id": "78789d10935637b-3ee26e076fedc5f", + "title": "ese search - post sync and validation should fail without kbn-xsrf header", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic", + "@local-stateful-search", + "@cloud-stateful-search", + "@local-stateful-observability_complete", + "@cloud-stateful-observability_complete", + "@local-stateful-security_complete", + "@cloud-stateful-security_complete", + "@local-serverless-search", + "@cloud-serverless-search" + ], + "location": { + "file": "src/platform/plugins/shared/data/test/scout/api/tests/search/ese_post_sync.spec.ts", + "line": 64, + "column": 12 + } + }, + { + "id": "78789d10935637b-bd9c25dc1869b82", + "title": "ese search - post sync and validation should return 400 if invalid id is provided", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic", + "@local-stateful-search", + "@cloud-stateful-search", + "@local-stateful-observability_complete", + "@cloud-stateful-observability_complete", + "@local-stateful-security_complete", + "@cloud-stateful-security_complete", + "@local-serverless-search", + "@cloud-serverless-search" + ], + "location": { + "file": "src/platform/plugins/shared/data/test/scout/api/tests/search/ese_post_sync.spec.ts", + "line": 83, + "column": 12 + } + }, + { + "id": "78789d10935637b-33253c32dd2f513", + "title": "ese search - post sync and validation should return 404 if unknown id is provided", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic", + "@local-stateful-search", + "@cloud-stateful-search", + "@local-stateful-observability_complete", + "@cloud-stateful-observability_complete", + "@local-stateful-security_complete", + "@cloud-stateful-security_complete", + "@local-serverless-search", + "@cloud-serverless-search" + ], + "location": { + "file": "src/platform/plugins/shared/data/test/scout/api/tests/search/ese_post_sync.spec.ts", + "line": 98, + "column": 12 + } + }, + { + "id": "78789d10935637b-032cd728f64c4bf", + "title": "ese search - post sync and validation should return 400 with a bad body", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic", + "@local-stateful-search", + "@cloud-stateful-search", + "@local-stateful-observability_complete", + "@cloud-stateful-observability_complete", + "@local-stateful-security_complete", + "@cloud-stateful-security_complete", + "@local-serverless-search", + "@cloud-serverless-search" + ], + "location": { + "file": "src/platform/plugins/shared/data/test/scout/api/tests/search/ese_post_sync.spec.ts", + "line": 113, + "column": 12 + } + }, + { + "id": "782ff057296ab50-863ac5bf7516fec", + "title": "ese search - rollup (stateful only) should return 400 if rollup search is called without index", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "src/platform/plugins/shared/data/test/scout/api/tests/search/ese_rollup.spec.ts", + "line": 24, + "column": 10 + } + }, + { + "id": "782ff057296ab50-69f4049a9dcc104", + "title": "ese search - rollup (stateful only) should return 400 if rollup search is with non-existent index", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "src/platform/plugins/shared/data/test/scout/api/tests/search/ese_rollup.spec.ts", + "line": 44, + "column": 10 + } + }, + { + "id": "782ff057296ab50-90771cf9678ef96", + "title": "ese search - rollup (stateful only) should execute a rollup search", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "src/platform/plugins/shared/data/test/scout/api/tests/search/ese_rollup.spec.ts", + "line": 63, + "column": 10 + } + } + ] +} \ No newline at end of file diff --git a/src/platform/plugins/shared/data/test/scout_search_sessions/.meta/api/standard.json b/src/platform/plugins/shared/data/test/scout_search_sessions/.meta/api/standard.json new file mode 100644 index 0000000000000..61db4340a9623 --- /dev/null +++ b/src/platform/plugins/shared/data/test/scout_search_sessions/.meta/api/standard.json @@ -0,0 +1,243 @@ +{ + "sha1": "7fb379f736a0c45f3ff7120b9cb520d2262459ea", + "tests": [ + { + "id": "98effaf1263dcb1-f461af45e6d8b43", + "title": "search session - completion (stateful only) should complete session when searches complete", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "src/platform/plugins/shared/data/test/scout_search_sessions/api/tests/session_completion.spec.ts", + "line": 32, + "column": 12 + } + }, + { + "id": "8cfd76a3ae98c29-619fb451f81c424", + "title": "search session - management (stateful only) should fail to create a session with no name", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "src/platform/plugins/shared/data/test/scout_search_sessions/api/tests/session_management.spec.ts", + "line": 32, + "column": 12 + } + }, + { + "id": "8cfd76a3ae98c29-7174158333dd81e", + "title": "search session - management (stateful only) should create and get a session", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "src/platform/plugins/shared/data/test/scout_search_sessions/api/tests/session_management.spec.ts", + "line": 47, + "column": 12 + } + }, + { + "id": "8cfd76a3ae98c29-c3f1a6e5dcf9358", + "title": "search session - management (stateful only) should fail to delete an unknown session", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "src/platform/plugins/shared/data/test/scout_search_sessions/api/tests/session_management.spec.ts", + "line": 67, + "column": 12 + } + }, + { + "id": "8cfd76a3ae98c29-28e1217c78bc94e", + "title": "search session - management (stateful only) should create and delete a session", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "src/platform/plugins/shared/data/test/scout_search_sessions/api/tests/session_management.spec.ts", + "line": 74, + "column": 12 + } + }, + { + "id": "8cfd76a3ae98c29-a80e431f895291d", + "title": "search session - management (stateful only) should create and cancel a session", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "src/platform/plugins/shared/data/test/scout_search_sessions/api/tests/session_management.spec.ts", + "line": 98, + "column": 12 + } + }, + { + "id": "8cfd76a3ae98c29-c135b49c8921a76", + "title": "search session - management (stateful only) should rename a session", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "src/platform/plugins/shared/data/test/scout_search_sessions/api/tests/session_management.spec.ts", + "line": 123, + "column": 12 + } + }, + { + "id": "8cfd76a3ae98c29-b7e8c06b50eaed1", + "title": "search session - management (stateful only) should sync search ids into saved session", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "src/platform/plugins/shared/data/test/scout_search_sessions/api/tests/session_management.spec.ts", + "line": 146, + "column": 12 + } + }, + { + "id": "8cfd76a3ae98c29-9b7e9a1993ed96c", + "title": "search session - management (stateful only) should create and extend a session", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "src/platform/plugins/shared/data/test/scout_search_sessions/api/tests/session_management.spec.ts", + "line": 206, + "column": 12 + } + }, + { + "id": "8cfd76a3ae98c29-9f9ccdf4ef36a51", + "title": "search session - management (stateful only) should fail to extend a nonexistent session", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "src/platform/plugins/shared/data/test/scout_search_sessions/api/tests/session_management.spec.ts", + "line": 226, + "column": 12 + } + }, + { + "id": "efcaa768b97a97c-afd1e2921421158", + "title": "search session - permissions (stateful only) should 403 if no app gives permissions to store search sessions", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "src/platform/plugins/shared/data/test/scout_search_sessions/api/tests/session_permissions.spec.ts", + "line": 28, + "column": 12 + } + }, + { + "id": "98fb1108b97c2b0-6d8c8479244d0cd", + "title": "search session - cross-user security (stateful only) should prevent users from accessing other users sessions", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "src/platform/plugins/shared/data/test/scout_search_sessions/api/tests/session_security.spec.ts", + "line": 35, + "column": 12 + } + }, + { + "id": "98fb1108b97c2b0-6012f6d7704722c", + "title": "search session - cross-user security (stateful only) should prevent users from deleting other users sessions", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "src/platform/plugins/shared/data/test/scout_search_sessions/api/tests/session_security.spec.ts", + "line": 54, + "column": 12 + } + }, + { + "id": "98fb1108b97c2b0-5c84de9ec92c488", + "title": "search session - cross-user security (stateful only) should prevent users from cancelling other users sessions", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "src/platform/plugins/shared/data/test/scout_search_sessions/api/tests/session_security.spec.ts", + "line": 73, + "column": 12 + } + }, + { + "id": "98fb1108b97c2b0-467a7aaf6ebb742", + "title": "search session - cross-user security (stateful only) should prevent users from extending other users sessions", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "src/platform/plugins/shared/data/test/scout_search_sessions/api/tests/session_security.spec.ts", + "line": 92, + "column": 12 + } + }, + { + "id": "98fb1108b97c2b0-cfbea5ff9425bdd", + "title": "search session - cross-user security (stateful only) should prevent unauthorized users from creating sessions", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "src/platform/plugins/shared/data/test/scout_search_sessions/api/tests/session_security.spec.ts", + "line": 112, + "column": 12 + } + }, + { + "id": "b43a450fb0940f1-4566a69f1585b56", + "title": "search session - non-default space (stateful only) should complete persisted session in non-default space", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "src/platform/plugins/shared/data/test/scout_search_sessions/api/tests/session_spaces.spec.ts", + "line": 38, + "column": 12 + } + } + ] +} \ No newline at end of file diff --git a/src/platform/plugins/shared/workflows_management/test/scout_workflows_oom_testing/.meta/api/standard.json b/src/platform/plugins/shared/workflows_management/test/scout_workflows_oom_testing/.meta/api/standard.json new file mode 100644 index 0000000000000..62cfa8bfd15ff --- /dev/null +++ b/src/platform/plugins/shared/workflows_management/test/scout_workflows_oom_testing/.meta/api/standard.json @@ -0,0 +1,135 @@ +{ + "sha1": "18013bdeee89c0534d9709ffc54696111a2a35f3", + "tests": [ + { + "id": "f1dad64d304bcaf-c783dc02c5f3544", + "title": "Workflow schema OOM prevention create and update workflow succeeds under constrained heap", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic", + "@local-stateful-search", + "@cloud-stateful-search", + "@local-stateful-observability_complete", + "@cloud-stateful-observability_complete", + "@local-stateful-security_complete", + "@cloud-stateful-security_complete", + "@local-serverless-search", + "@cloud-serverless-search", + "@local-serverless-observability_complete", + "@cloud-serverless-observability_complete", + "@local-serverless-security_complete", + "@cloud-serverless-security_complete" + ], + "location": { + "file": "src/platform/plugins/shared/workflows_management/test/scout_workflows_oom_testing/api/tests/schema_oom_prevention.spec.ts", + "line": 84, + "column": 12 + } + }, + { + "id": "f1dad64d304bcaf-cd6fd605fb40130", + "title": "Workflow schema OOM prevention validate workflow succeeds under constrained heap", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic", + "@local-stateful-search", + "@cloud-stateful-search", + "@local-stateful-observability_complete", + "@cloud-stateful-observability_complete", + "@local-stateful-security_complete", + "@cloud-stateful-security_complete", + "@local-serverless-search", + "@cloud-serverless-search", + "@local-serverless-observability_complete", + "@cloud-serverless-observability_complete", + "@local-serverless-security_complete", + "@cloud-serverless-security_complete" + ], + "location": { + "file": "src/platform/plugins/shared/workflows_management/test/scout_workflows_oom_testing/api/tests/schema_oom_prevention.spec.ts", + "line": 99, + "column": 12 + } + }, + { + "id": "f1dad64d304bcaf-59f9aa1b3687c41", + "title": "Workflow schema OOM prevention validate invalid workflow returns errors under constrained heap", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic", + "@local-stateful-search", + "@cloud-stateful-search", + "@local-stateful-observability_complete", + "@cloud-stateful-observability_complete", + "@local-stateful-security_complete", + "@cloud-stateful-security_complete", + "@local-serverless-search", + "@cloud-serverless-search", + "@local-serverless-observability_complete", + "@cloud-serverless-observability_complete", + "@local-serverless-security_complete", + "@cloud-serverless-security_complete" + ], + "location": { + "file": "src/platform/plugins/shared/workflows_management/test/scout_workflows_oom_testing/api/tests/schema_oom_prevention.spec.ts", + "line": 106, + "column": 12 + } + }, + { + "id": "f1dad64d304bcaf-e843cb8f448b65e", + "title": "Workflow schema OOM prevention create multi-step workflow succeeds under constrained heap", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic", + "@local-stateful-search", + "@cloud-stateful-search", + "@local-stateful-observability_complete", + "@cloud-stateful-observability_complete", + "@local-stateful-security_complete", + "@cloud-stateful-security_complete", + "@local-serverless-search", + "@cloud-serverless-search", + "@local-serverless-observability_complete", + "@cloud-serverless-observability_complete", + "@local-serverless-security_complete", + "@cloud-serverless-security_complete" + ], + "location": { + "file": "src/platform/plugins/shared/workflows_management/test/scout_workflows_oom_testing/api/tests/schema_oom_prevention.spec.ts", + "line": 122, + "column": 12 + } + }, + { + "id": "f1dad64d304bcaf-27eb182b53be619", + "title": "Workflow schema OOM prevention bulk create workflows succeeds under constrained heap", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic", + "@local-stateful-search", + "@cloud-stateful-search", + "@local-stateful-observability_complete", + "@cloud-stateful-observability_complete", + "@local-stateful-security_complete", + "@cloud-stateful-security_complete", + "@local-serverless-search", + "@cloud-serverless-search", + "@local-serverless-observability_complete", + "@cloud-serverless-observability_complete", + "@local-serverless-security_complete", + "@cloud-serverless-security_complete" + ], + "location": { + "file": "src/platform/plugins/shared/workflows_management/test/scout_workflows_oom_testing/api/tests/schema_oom_prevention.spec.ts", + "line": 131, + "column": 12 + } + } + ] +} \ No newline at end of file diff --git a/src/platform/plugins/shared/workflows_management/test/scout_workflows_ui/.meta/api/standard.json b/src/platform/plugins/shared/workflows_management/test/scout_workflows_ui/.meta/api/standard.json index 98556ac4df417..1e6285606c9cf 100644 --- a/src/platform/plugins/shared/workflows_management/test/scout_workflows_ui/.meta/api/standard.json +++ b/src/platform/plugins/shared/workflows_management/test/scout_workflows_ui/.meta/api/standard.json @@ -1,5 +1,5 @@ { - "sha1": "4fa6a89dc177494782fe1fe04f22fd9d590e7a5b", + "sha1": "3a5093b7332613c7f0d78b7cdac3589d2fc57e10", "tests": [ { "id": "b2eaaaa0cf33c26-d5cddc6b883a994", @@ -221,6 +221,32 @@ "column": 14 } }, + { + "id": "88880ed74902ffd-ddaea7aa387b906", + "title": "Hard delete TOCTOU race condition hard delete during a concurrent run should not orphan the execution", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic", + "@local-stateful-search", + "@cloud-stateful-search", + "@local-stateful-observability_complete", + "@cloud-stateful-observability_complete", + "@local-stateful-security_complete", + "@cloud-stateful-security_complete", + "@local-serverless-search", + "@cloud-serverless-search", + "@local-serverless-observability_complete", + "@cloud-serverless-observability_complete", + "@local-serverless-security_complete", + "@cloud-serverless-security_complete" + ], + "location": { + "file": "src/platform/plugins/shared/workflows_management/test/scout_workflows_ui/api/tests/workflow_execution/hard_delete_race_condition.spec.ts", + "line": 95, + "column": 12 + } + }, { "id": "337190238aab48d-18b2bd5c7982ed9", "title": "Scheduled workflow execution enabling a scheduled workflow triggers executions automatically", diff --git a/x-pack/platform/plugins/private/gen_ai_settings/test/scout/.meta/ui/parallel.json b/x-pack/platform/plugins/private/gen_ai_settings/test/scout/.meta/ui/parallel.json index 6fee2ac4f3b08..d2bc22b51f4b0 100644 --- a/x-pack/platform/plugins/private/gen_ai_settings/test/scout/.meta/ui/parallel.json +++ b/x-pack/platform/plugins/private/gen_ai_settings/test/scout/.meta/ui/parallel.json @@ -1,5 +1,5 @@ { - "sha1": "03e069fcc73bffc266d059c218288270fe463d38", + "sha1": "e831d6ffc69d6b0f316619b7d711aff21c59a034", "tests": [ { "id": "30ebe9a34bf659d-a632a3af2fa3cab", @@ -85,23 +85,6 @@ "column": 14 } }, - { - "id": "4efc85dbb40716c-9961aec1448fe75", - "title": "GenAI Settings - Confirmation Modal should cancel Agent selection without saving changes", - "expectedStatus": "passed", - "tags": [ - "@local-stateful-classic", - "@local-serverless-observability_complete", - "@cloud-serverless-observability_complete", - "@local-serverless-security_complete", - "@cloud-serverless-security_complete" - ], - "location": { - "file": "x-pack/platform/plugins/private/gen_ai_settings/test/scout/ui/parallel_tests/confirmation_modal.spec.ts", - "line": 35, - "column": 14 - } - }, { "id": "09dd6e1d637aebe-0af9efa5c0eb18a", "title": "GenAI Settings - Documentation Section should show Documentation section in Agent mode and hide it in Classic mode", diff --git a/x-pack/platform/plugins/shared/alerting/test/scout/.meta/api/parallel.json b/x-pack/platform/plugins/shared/alerting/test/scout/.meta/api/parallel.json deleted file mode 100644 index f20fc7e252f37..0000000000000 --- a/x-pack/platform/plugins/shared/alerting/test/scout/.meta/api/parallel.json +++ /dev/null @@ -1,89 +0,0 @@ -{ - "sha1": "fbe68b1f74e27a1ac8bc87bef3616c1c797c6e4d", - "tests": [ - { - "id": "177085d47d1ac65-dd2bc2784574b5c", - "title": "Alerting index template GET→PUT roundtrip GET response contains no unexpected fields outside PUT_SAFE and STRIPPED sets", - "expectedStatus": "passed", - "tags": [ - "@local-serverless-observability_complete", - "@cloud-serverless-observability_complete" - ], - "location": { - "file": "x-pack/platform/plugins/shared/alerting/test/scout/api/parallel_tests/index_template_roundtrip.spec.ts", - "line": 80, - "column": 12 - } - }, - { - "id": "177085d47d1ac65-f99e7b6871244ff", - "title": "Alerting index template GET→PUT roundtrip stripping system-managed fields and PUTting back succeeds", - "expectedStatus": "passed", - "tags": [ - "@local-serverless-observability_complete", - "@cloud-serverless-observability_complete" - ], - "location": { - "file": "x-pack/platform/plugins/shared/alerting/test/scout/api/parallel_tests/index_template_roundtrip.spec.ts", - "line": 98, - "column": 12 - } - }, - { - "id": "57cf80927c22621-e5bd5cf338bcc23", - "title": "Alerting Rule newly created rule has api_key_owner", - "expectedStatus": "passed", - "tags": [ - "@local-serverless-observability_complete", - "@cloud-serverless-observability_complete" - ], - "location": { - "file": "x-pack/platform/plugins/shared/alerting/test/scout/api/parallel_tests/rules.spec.ts", - "line": 66, - "column": 10 - } - }, - { - "id": "57cf80927c22621-5d78285e8f5bb4f", - "title": "Alerting Rule The rule runs and event log shows success", - "expectedStatus": "passed", - "tags": [ - "@local-serverless-observability_complete", - "@cloud-serverless-observability_complete" - ], - "location": { - "file": "x-pack/platform/plugins/shared/alerting/test/scout/api/parallel_tests/rules.spec.ts", - "line": 81, - "column": 10 - } - }, - { - "id": "57cf80927c22621-eafab7767d29f6e", - "title": "Alerting Rule when rule is updated, apiKey and uiamApiKey are queued for invalidation", - "expectedStatus": "passed", - "tags": [ - "@local-serverless-observability_complete", - "@cloud-serverless-observability_complete" - ], - "location": { - "file": "x-pack/platform/plugins/shared/alerting/test/scout/api/parallel_tests/rules.spec.ts", - "line": 91, - "column": 10 - } - }, - { - "id": "57cf80927c22621-94ea894c179baba", - "title": "Alerting Rule when rule is deleted, apiKey and uiamApiKey are queued for invalidation", - "expectedStatus": "passed", - "tags": [ - "@local-serverless-observability_complete", - "@cloud-serverless-observability_complete" - ], - "location": { - "file": "x-pack/platform/plugins/shared/alerting/test/scout/api/parallel_tests/rules.spec.ts", - "line": 126, - "column": 10 - } - } - ] -} \ No newline at end of file diff --git a/x-pack/platform/plugins/shared/alerting/test/scout/.meta/api/standard.json b/x-pack/platform/plugins/shared/alerting/test/scout/.meta/api/standard.json index fd1877fba9626..3ccdce7f5f1ed 100644 --- a/x-pack/platform/plugins/shared/alerting/test/scout/.meta/api/standard.json +++ b/x-pack/platform/plugins/shared/alerting/test/scout/.meta/api/standard.json @@ -1,5 +1,5 @@ { - "sha1": "fbe68b1f74e27a1ac8bc87bef3616c1c797c6e4d", + "sha1": "b0cba678da5eefa8bf502c8ce06ecb8d1294285a", "tests": [ { "id": "d477aadf04adbc2-d5bf7aa0c833ea4", @@ -11,7 +11,7 @@ ], "location": { "file": "x-pack/platform/plugins/shared/alerting/test/scout/api/tests/api_key_invalidation.spec.ts", - "line": 52, + "line": 54, "column": 12 } }, @@ -25,7 +25,7 @@ ], "location": { "file": "x-pack/platform/plugins/shared/alerting/test/scout/api/tests/api_key_invalidation.spec.ts", - "line": 101, + "line": 103, "column": 12 } }, @@ -39,7 +39,7 @@ ], "location": { "file": "x-pack/platform/plugins/shared/alerting/test/scout/api/tests/api_key_invalidation.spec.ts", - "line": 156, + "line": 158, "column": 12 } }, @@ -53,9 +53,93 @@ ], "location": { "file": "x-pack/platform/plugins/shared/alerting/test/scout/api/tests/api_key_invalidation.spec.ts", - "line": 204, + "line": 206, "column": 12 } + }, + { + "id": "d1dc88106f745d9-dd2bc2784574b5c", + "title": "Alerting index template GET→PUT roundtrip GET response contains no unexpected fields outside PUT_SAFE and STRIPPED sets", + "expectedStatus": "passed", + "tags": [ + "@local-serverless-observability_complete", + "@cloud-serverless-observability_complete" + ], + "location": { + "file": "x-pack/platform/plugins/shared/alerting/test/scout/api/tests/index_template_roundtrip.spec.ts", + "line": 80, + "column": 12 + } + }, + { + "id": "d1dc88106f745d9-f99e7b6871244ff", + "title": "Alerting index template GET→PUT roundtrip stripping system-managed fields and PUTting back succeeds", + "expectedStatus": "passed", + "tags": [ + "@local-serverless-observability_complete", + "@cloud-serverless-observability_complete" + ], + "location": { + "file": "x-pack/platform/plugins/shared/alerting/test/scout/api/tests/index_template_roundtrip.spec.ts", + "line": 98, + "column": 12 + } + }, + { + "id": "b7d416b796838f5-e5bd5cf338bcc23", + "title": "Alerting Rule newly created rule has api_key_owner", + "expectedStatus": "passed", + "tags": [ + "@local-serverless-observability_complete", + "@cloud-serverless-observability_complete" + ], + "location": { + "file": "x-pack/platform/plugins/shared/alerting/test/scout/api/tests/rules.spec.ts", + "line": 66, + "column": 10 + } + }, + { + "id": "b7d416b796838f5-5d78285e8f5bb4f", + "title": "Alerting Rule The rule runs and event log shows success", + "expectedStatus": "passed", + "tags": [ + "@local-serverless-observability_complete", + "@cloud-serverless-observability_complete" + ], + "location": { + "file": "x-pack/platform/plugins/shared/alerting/test/scout/api/tests/rules.spec.ts", + "line": 81, + "column": 10 + } + }, + { + "id": "b7d416b796838f5-eafab7767d29f6e", + "title": "Alerting Rule when rule is updated, apiKey and uiamApiKey are queued for invalidation", + "expectedStatus": "passed", + "tags": [ + "@local-serverless-observability_complete", + "@cloud-serverless-observability_complete" + ], + "location": { + "file": "x-pack/platform/plugins/shared/alerting/test/scout/api/tests/rules.spec.ts", + "line": 91, + "column": 10 + } + }, + { + "id": "b7d416b796838f5-94ea894c179baba", + "title": "Alerting Rule when rule is deleted, apiKey and uiamApiKey are queued for invalidation", + "expectedStatus": "passed", + "tags": [ + "@local-serverless-observability_complete", + "@cloud-serverless-observability_complete" + ], + "location": { + "file": "x-pack/platform/plugins/shared/alerting/test/scout/api/tests/rules.spec.ts", + "line": 126, + "column": 10 + } } ] } \ No newline at end of file diff --git a/x-pack/platform/plugins/shared/fleet/test/scout_automatic_import/.meta/ui/standard.json b/x-pack/platform/plugins/shared/fleet/test/scout_automatic_import/.meta/ui/standard.json index f029a3c375598..018bc10357472 100644 --- a/x-pack/platform/plugins/shared/fleet/test/scout_automatic_import/.meta/ui/standard.json +++ b/x-pack/platform/plugins/shared/fleet/test/scout_automatic_import/.meta/ui/standard.json @@ -1,10 +1,10 @@ { - "sha1": "3a0e746225882b8046890f99b9143bea8e186827", + "sha1": "eca6f0dc51cccc3c33a0e00e7a0ae67e50bc3673", "tests": [ { "id": "a8aa0860fcd0029-92dfafb28d45a4f", "title": "Manage Integrations Table renders the table with all integration rows", - "expectedStatus": "skipped", + "expectedStatus": "passed", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic" @@ -18,7 +18,7 @@ { "id": "a8aa0860fcd0029-080612633fef9db", "title": "Manage Integrations Table shows inline Review & Approve button for completed integrations", - "expectedStatus": "skipped", + "expectedStatus": "passed", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic" @@ -32,7 +32,7 @@ { "id": "a8aa0860fcd0029-a54583195c69594", "title": "Manage Integrations Table shows empty state when no integrations exist", - "expectedStatus": "skipped", + "expectedStatus": "passed", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic" @@ -46,7 +46,7 @@ { "id": "a8aa0860fcd0029-16bc31c324c4382", "title": "Manage Integrations Table filters rows by search text", - "expectedStatus": "skipped", + "expectedStatus": "passed", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic" @@ -60,7 +60,7 @@ { "id": "a8aa0860fcd0029-b9e7287263e77fc", "title": "Manage Integrations Table all menu items are visible when actions button is clicked", - "expectedStatus": "skipped", + "expectedStatus": "passed", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic" @@ -74,7 +74,7 @@ { "id": "a8aa0860fcd0029-c7a6e7fb100c638", "title": "Manage Integrations Table Review & Approve is disabled for approved integration", - "expectedStatus": "skipped", + "expectedStatus": "passed", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic" @@ -88,7 +88,7 @@ { "id": "a8aa0860fcd0029-da1f673c8ffbe81", "title": "Manage Integrations Table Install is enabled for approved integration", - "expectedStatus": "skipped", + "expectedStatus": "passed", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic" @@ -102,7 +102,7 @@ { "id": "a8aa0860fcd0029-ef1e16038becc69", "title": "Manage Integrations Table Install is disabled for pending integration", - "expectedStatus": "skipped", + "expectedStatus": "passed", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic" @@ -116,7 +116,7 @@ { "id": "a8aa0860fcd0029-95fdb610e9eed04", "title": "Manage Integrations Table Download .zip is disabled when not all data streams are successful", - "expectedStatus": "skipped", + "expectedStatus": "passed", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic" @@ -130,7 +130,7 @@ { "id": "a8aa0860fcd0029-a77e06836c4ae3f", "title": "Manage Integrations Table Review & Approve and Download .zip are disabled for pending integration", - "expectedStatus": "skipped", + "expectedStatus": "passed", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic" @@ -144,7 +144,7 @@ { "id": "a8aa0860fcd0029-d06d532ceb70e63", "title": "Manage Integrations Table shows confirm modal when Delete is clicked", - "expectedStatus": "skipped", + "expectedStatus": "passed", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic" @@ -158,7 +158,7 @@ { "id": "a8aa0860fcd0029-b1d924ff78831dd", "title": "Manage Integrations Table cancel closes the confirm modal and the row stays", - "expectedStatus": "skipped", + "expectedStatus": "passed", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic" @@ -172,7 +172,7 @@ { "id": "a8aa0860fcd0029-e41b749b45f03db", "title": "Manage Integrations Table opens Review & Approve modal from the actions menu", - "expectedStatus": "skipped", + "expectedStatus": "passed", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic" @@ -186,7 +186,7 @@ { "id": "a8aa0860fcd0029-7e94be9a9317279", "title": "Manage Integrations Table opens Review & Approve modal from the inline button", - "expectedStatus": "skipped", + "expectedStatus": "passed", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic" @@ -200,7 +200,7 @@ { "id": "a8aa0860fcd0029-1ab923315d00430", "title": "Manage Integrations Table Approve button is disabled until version and category are filled", - "expectedStatus": "skipped", + "expectedStatus": "passed", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic" @@ -214,7 +214,7 @@ { "id": "a8aa0860fcd0029-40949b575479a8f", "title": "Manage Integrations Table Approve flow calls the approve API and closes the modal", - "expectedStatus": "skipped", + "expectedStatus": "passed", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic" @@ -228,7 +228,7 @@ { "id": "a8aa0860fcd0029-7939591cf209d46", "title": "Manage Integrations Table closing the Review & Approve modal via Cancel dismisses it", - "expectedStatus": "skipped", + "expectedStatus": "passed", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic" @@ -242,7 +242,7 @@ { "id": "a8aa0860fcd0029-c8cb5322679bfc3", "title": "Manage Integrations Table Install calls the download and install APIs then shows success", - "expectedStatus": "skipped", + "expectedStatus": "passed", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic" @@ -256,7 +256,7 @@ { "id": "a8aa0860fcd0029-8a373e3277e26f9", "title": "Manage Integrations Table Download .zip calls the download API", - "expectedStatus": "skipped", + "expectedStatus": "passed", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic" @@ -270,7 +270,7 @@ { "id": "a8aa0860fcd0029-b74c3d4757b386d", "title": "Manage Integrations Table Edit navigates to the edit page for the integration", - "expectedStatus": "skipped", + "expectedStatus": "passed", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic" @@ -284,7 +284,7 @@ { "id": "a8aa0860fcd0029-355de8b7598e285", "title": "Manage Integrations Table confirming delete calls the DELETE API and removes the row", - "expectedStatus": "skipped", + "expectedStatus": "passed", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic" @@ -298,7 +298,7 @@ { "id": "a8aa0860fcd0029-ea21210d0959a2e", "title": "Manage Integrations Table status filter shows only rows matching the selected status", - "expectedStatus": "skipped", + "expectedStatus": "passed", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic" @@ -312,7 +312,7 @@ { "id": "a8aa0860fcd0029-adb0f652aef2881", "title": "Manage Integrations Table actions filter shows only rows matching the selected action", - "expectedStatus": "skipped", + "expectedStatus": "passed", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic" @@ -326,7 +326,7 @@ { "id": "a8aa0860fcd0029-3db0a707a61bf7f", "title": "Manage Integrations Table shows Fail status badge for failed and cancelled integrations", - "expectedStatus": "skipped", + "expectedStatus": "passed", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic" @@ -340,7 +340,7 @@ { "id": "a8aa0860fcd0029-bbef8ec91ef8b70", "title": "Manage Integrations Table selecting a row shows bulk delete button and deletes on confirm", - "expectedStatus": "skipped", + "expectedStatus": "passed", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic" @@ -354,7 +354,7 @@ { "id": "a8aa0860fcd0029-195a9fa22bbbca0", "title": "Manage Integrations Table selecting an approved row shows the bulk install button", - "expectedStatus": "skipped", + "expectedStatus": "passed", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic" @@ -368,7 +368,7 @@ { "id": "a8aa0860fcd0029-e03907bf43238de", "title": "Manage Integrations Table bulk install button is hidden when only non-approved rows are selected", - "expectedStatus": "skipped", + "expectedStatus": "passed", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic" @@ -382,7 +382,7 @@ { "id": "a8aa0860fcd0029-37dfcfb900b847d", "title": "Manage Integrations Table clicking the integration title navigates to the edit page", - "expectedStatus": "skipped", + "expectedStatus": "passed", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic" @@ -396,7 +396,7 @@ { "id": "a8aa0860fcd0029-e5a42fb563d74a4", "title": "Manage Integrations Table table renders rows in the order returned by the API", - "expectedStatus": "skipped", + "expectedStatus": "passed", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic" @@ -410,7 +410,7 @@ { "id": "a8aa0860fcd0029-99eb001ee00b19c", "title": "Manage Integrations Table shows error callout when the integrations API returns an error", - "expectedStatus": "skipped", + "expectedStatus": "passed", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic" @@ -420,6 +420,174 @@ "line": 512, "column": 7 } + }, + { + "id": "a8aa0860fcd0029-49d8966cc6be2a9", + "title": "Manage Integrations Table Install is disabled when the same version is already installed", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/fleet/test/scout_automatic_import/ui/tests/manage_integrations_table.spec.ts", + "line": 530, + "column": 7 + } + }, + { + "id": "a8aa0860fcd0029-a204ad8059f3505", + "title": "Manage Integrations Table version field shows inline error on blur with an invalid value", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/fleet/test/scout_automatic_import/ui/tests/manage_integrations_table.spec.ts", + "line": 556, + "column": 7 + } + }, + { + "id": "a8aa0860fcd0029-087f1abac0267de", + "title": "Manage Integrations Table version 0.0.0 is blocked with an explicit validation error", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/fleet/test/scout_automatic_import/ui/tests/manage_integrations_table.spec.ts", + "line": 575, + "column": 7 + } + }, + { + "id": "a8aa0860fcd0029-82c9e91bb4b8e86", + "title": "Manage Integrations Table Review modal shows data stream rows returned by the API", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/fleet/test/scout_automatic_import/ui/tests/manage_integrations_table.spec.ts", + "line": 592, + "column": 7 + } + }, + { + "id": "a8aa0860fcd0029-a7da3cf3edd8808", + "title": "Manage Integrations Table Approve button is disabled and category help text is shown when no category is selected", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/fleet/test/scout_automatic_import/ui/tests/manage_integrations_table.spec.ts", + "line": 632, + "column": 7 + } + }, + { + "id": "a8aa0860fcd0029-2386e7c88781fc2", + "title": "Manage Integrations Table shows Approved badge in the Approval Status column for approved integrations", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/fleet/test/scout_automatic_import/ui/tests/manage_integrations_table.spec.ts", + "line": 655, + "column": 7 + } + }, + { + "id": "a8aa0860fcd0029-2b0d37318b3cfd3", + "title": "Manage Integrations Table actions filter by Approved shows only approved integrations", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/fleet/test/scout_automatic_import/ui/tests/manage_integrations_table.spec.ts", + "line": 665, + "column": 7 + } + }, + { + "id": "a8aa0860fcd0029-d53d6c26079fd78", + "title": "Manage Integrations Table bulk install triggers download and install APIs for each selected approved row", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/fleet/test/scout_automatic_import/ui/tests/manage_integrations_table.spec.ts", + "line": 679, + "column": 7 + } + }, + { + "id": "a8aa0860fcd0029-e5cf50606ebd1ca", + "title": "Manage Integrations Table bulk install is disabled when a mix of approved and non-approved rows are selected", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/fleet/test/scout_automatic_import/ui/tests/manage_integrations_table.spec.ts", + "line": 720, + "column": 7 + } + }, + { + "id": "a8aa0860fcd0029-7e52d45c0326a22", + "title": "Manage Integrations Table Review modal shows an error when fetching integration details fails", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/fleet/test/scout_automatic_import/ui/tests/manage_integrations_table.spec.ts", + "line": 728, + "column": 7 + } + }, + { + "id": "a8aa0860fcd0029-53bb5f88e91ae86", + "title": "Manage Integrations Table Review modal shows an inline error when the approve API fails", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/fleet/test/scout_automatic_import/ui/tests/manage_integrations_table.spec.ts", + "line": 751, + "column": 7 + } + }, + { + "id": "a8aa0860fcd0029-77cd2991661e70b", + "title": "Manage Integrations Table shows a toast error and keeps the row when delete API fails", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/fleet/test/scout_automatic_import/ui/tests/manage_integrations_table.spec.ts", + "line": 793, + "column": 7 + } } ] } \ No newline at end of file diff --git a/x-pack/platform/plugins/shared/lens/test/scout/.meta/ui/parallel.json b/x-pack/platform/plugins/shared/lens/test/scout/.meta/ui/parallel.json index 9688514652159..62bb067e167c8 100644 --- a/x-pack/platform/plugins/shared/lens/test/scout/.meta/ui/parallel.json +++ b/x-pack/platform/plugins/shared/lens/test/scout/.meta/ui/parallel.json @@ -1,5 +1,5 @@ { - "sha1": "465f30cd0567b92b8187c0effa76f92a87e8020e", + "sha1": "2f428c9a8e5a15d561b9e46f6a9f1b6b674f0e8d", "tests": [ { "id": "a88e11e11af63ac-04de5a79d29d1c0", @@ -63,6 +63,71 @@ "line": 119, "column": 12 } + }, + { + "id": "12223476f066f7e-00047d302ca0c1c", + "title": "Lens ES|QL filter data view selector dashboard add filter from ES|QL panel should not show duplicate data view names", + "expectedStatus": "skipped", + "tags": [ + "@local-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/lens/test/scout/ui/parallel_tests/esql_filter_dataview.spec.ts", + "line": 55, + "column": 14 + } + }, + { + "id": "12223476f066f7e-d35e8ca1522ac6f", + "title": "Lens ES|QL filter data view selector filter fields should be available after changing ES|QL query source", + "expectedStatus": "skipped", + "tags": [ + "@local-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/lens/test/scout/ui/parallel_tests/esql_filter_dataview.spec.ts", + "line": 133, + "column": 14 + } + }, + { + "id": "7ebf0691fb127ce-860bfc39e7dc7d8", + "title": "Lens ES|QL timeseries via dashboard API renders a time-scaled x-axis for TBUCKET", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/lens/test/scout/ui/parallel_tests/esql_timeseries_dashboard_api.spec.ts", + "line": 157, + "column": 14 + } + }, + { + "id": "7ebf0691fb127ce-f45a8d1af623cbf", + "title": "Lens ES|QL timeseries via dashboard API renders a time-scaled x-axis for BUCKET on timestamp", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/lens/test/scout/ui/parallel_tests/esql_timeseries_dashboard_api.spec.ts", + "line": 178, + "column": 14 + } + }, + { + "id": "7ebf0691fb127ce-fb36f233d1a3e49", + "title": "Lens ES|QL timeseries via dashboard API renders a time-scaled x-axis for DATE_TRUNC on timestamp", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/lens/test/scout/ui/parallel_tests/esql_timeseries_dashboard_api.spec.ts", + "line": 199, + "column": 14 + } } ] } \ No newline at end of file diff --git a/x-pack/platform/plugins/shared/lens/test/scout/.meta/ui/standard.json b/x-pack/platform/plugins/shared/lens/test/scout/.meta/ui/standard.json index 8073db92c8ebf..c14559ae04596 100644 --- a/x-pack/platform/plugins/shared/lens/test/scout/.meta/ui/standard.json +++ b/x-pack/platform/plugins/shared/lens/test/scout/.meta/ui/standard.json @@ -1,5 +1,5 @@ { - "sha1": "465f30cd0567b92b8187c0effa76f92a87e8020e", + "sha1": "2f428c9a8e5a15d561b9e46f6a9f1b6b674f0e8d", "tests": [ { "id": "0c1ac4bcdc59b0c-2867e4a4bffc4e3", diff --git a/x-pack/platform/plugins/shared/maps/test/scout/.meta/api/standard.json b/x-pack/platform/plugins/shared/maps/test/scout/.meta/api/standard.json new file mode 100644 index 0000000000000..fa1f856fa36b5 --- /dev/null +++ b/x-pack/platform/plugins/shared/maps/test/scout/.meta/api/standard.json @@ -0,0 +1,523 @@ +{ + "sha1": "b95d4eeb97328fe221bdc05b9f7d1989e60e92ed", + "tests": [ + { + "id": "79abdadc4886132-c537aed5c2bba8c", + "title": "Maps - doc source creation should create a new index and pattern but not clobber an existing one", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/maps/test/scout/api/tests/create_doc_source.spec.ts", + "line": 23, + "column": 10 + } + }, + { + "id": "79abdadc4886132-9b12b2938a7115a", + "title": "Maps - doc source creation should fail to create index and pattern with invalid index", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/maps/test/scout/api/tests/create_doc_source.spec.ts", + "line": 49, + "column": 10 + } + }, + { + "id": "476158e3f2801e1-8977d3c5bc8c669", + "title": "Maps - doc feature deletion should delete a feature document and verify it is gone", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/maps/test/scout/api/tests/delete_feature.spec.ts", + "line": 20, + "column": 10 + } + }, + { + "id": "476158e3f2801e1-43dfa93aa2e7a0b", + "title": "Maps - doc feature deletion should fail if not a valid document", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/maps/test/scout/api/tests/delete_feature.spec.ts", + "line": 45, + "column": 10 + } + }, + { + "id": "a7fe68cdefe6fe8-290a39d2f56e2f2", + "title": "Maps - fonts should return fonts", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/maps/test/scout/api/tests/fonts_api.spec.ts", + "line": 19, + "column": 10 + } + }, + { + "id": "a7fe68cdefe6fe8-1c696e360e405ee", + "title": "Maps - fonts should return 404 when file not found", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/maps/test/scout/api/tests/fonts_api.spec.ts", + "line": 32, + "column": 10 + } + }, + { + "id": "a7fe68cdefe6fe8-d0beae889916187", + "title": "Maps - fonts should return 404 when file is not in font folder (..)", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/maps/test/scout/api/tests/fonts_api.spec.ts", + "line": 44, + "column": 10 + } + }, + { + "id": "a7fe68cdefe6fe8-644cb27eea368f1", + "title": "Maps - fonts should return 404 when file is not in font folder (./..)", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/maps/test/scout/api/tests/fonts_api.spec.ts", + "line": 53, + "column": 10 + } + }, + { + "id": "cdef33a0b073a7e-1f2a8b93c16905e", + "title": "Maps - getGridTile should return vector tile with expected headers", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/maps/test/scout/api/tests/get_grid_tile.spec.ts", + "line": 66, + "column": 10 + } + }, + { + "id": "cdef33a0b073a7e-33b3d40c0db40b8", + "title": "Maps - getGridTile should return vector tile containing clusters when renderAs is \"point\"", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/maps/test/scout/api/tests/get_grid_tile.spec.ts", + "line": 82, + "column": 10 + } + }, + { + "id": "cdef33a0b073a7e-4e016c6c674f4c6", + "title": "Maps - getGridTile should return vector tile containing clusters with renderAs is \"heatmap\"", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/maps/test/scout/api/tests/get_grid_tile.spec.ts", + "line": 111, + "column": 10 + } + }, + { + "id": "cdef33a0b073a7e-9276f2bf571ae5d", + "title": "Maps - getGridTile should return vector tile containing grid features when renderAs is \"grid\"", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/maps/test/scout/api/tests/get_grid_tile.spec.ts", + "line": 141, + "column": 10 + } + }, + { + "id": "cdef33a0b073a7e-ff6f41b3d7ee4df", + "title": "Maps - getGridTile should return vector tile containing hexagon features when renderAs is \"hex\"", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/maps/test/scout/api/tests/get_grid_tile.spec.ts", + "line": 179, + "column": 10 + } + }, + { + "id": "cdef33a0b073a7e-ced9bf97d33a7bf", + "title": "Maps - getGridTile should return vector tile containing label features when hasLabels is true", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/maps/test/scout/api/tests/get_grid_tile.spec.ts", + "line": 219, + "column": 10 + } + }, + { + "id": "cdef33a0b073a7e-81547373d708835", + "title": "Maps - getGridTile should return vector tile with meta layer", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/maps/test/scout/api/tests/get_grid_tile.spec.ts", + "line": 257, + "column": 10 + } + }, + { + "id": "cdef33a0b073a7e-dbf94e2b8a72ed4", + "title": "Maps - getGridTile should return error when index does not exist", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/maps/test/scout/api/tests/get_grid_tile.spec.ts", + "line": 300, + "column": 10 + } + }, + { + "id": "3f153f38d0718b1-a330d1660f33154", + "title": "Maps - get matching index patterns should return an array containing indexes matching pattern", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/maps/test/scout/api/tests/get_indexes_matching_pattern.spec.ts", + "line": 26, + "column": 10 + } + }, + { + "id": "3f153f38d0718b1-82adff8077c8e6c", + "title": "Maps - get matching index patterns should return an empty array when no indexes match pattern", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/maps/test/scout/api/tests/get_indexes_matching_pattern.spec.ts", + "line": 39, + "column": 10 + } + }, + { + "id": "5327d805141950e-224685c5dcfb8f9", + "title": "Maps - getTile should return ES vector tile containing documents and metadata", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/maps/test/scout/api/tests/get_tile.spec.ts", + "line": 61, + "column": 10 + } + }, + { + "id": "5327d805141950e-4b6284ae210c174", + "title": "Maps - getTile should return ES vector tile containing label features when hasLabels is true", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/maps/test/scout/api/tests/get_tile.spec.ts", + "line": 119, + "column": 10 + } + }, + { + "id": "5327d805141950e-661f6069d54e96a", + "title": "Maps - getTile should return error when index does not exist", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/maps/test/scout/api/tests/get_tile.spec.ts", + "line": 160, + "column": 10 + } + }, + { + "id": "5327d805141950e-850e888535eafbe", + "title": "Maps - getTile should return elasticsearch error", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/maps/test/scout/api/tests/get_tile.spec.ts", + "line": 170, + "column": 10 + } + }, + { + "id": "0719e8c76ca742b-392c66c22dc43c3", + "title": "Maps - index feature data should add point data to an existing index", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/maps/test/scout/api/tests/index_data.spec.ts", + "line": 26, + "column": 10 + } + }, + { + "id": "0719e8c76ca742b-d94b004b8f90b2c", + "title": "Maps - index feature data should add shape data to an existing index", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/maps/test/scout/api/tests/index_data.spec.ts", + "line": 47, + "column": 10 + } + }, + { + "id": "0719e8c76ca742b-cd75230258e9197", + "title": "Maps - index feature data should fail if data is invalid", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/maps/test/scout/api/tests/index_data.spec.ts", + "line": 81, + "column": 10 + } + }, + { + "id": "0719e8c76ca742b-44d62f3e0676957", + "title": "Maps - index feature data should fail if index does not exist", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/maps/test/scout/api/tests/index_data.spec.ts", + "line": 101, + "column": 10 + } + }, + { + "id": "d309494869b7330-c1061e0b564aed3", + "title": "Maps - index settings should return default index settings when max_result_window and max_inner_result_window are not set", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/maps/test/scout/api/tests/index_settings.spec.ts", + "line": 21, + "column": 10 + } + }, + { + "id": "d309494869b7330-98d06f49d38d85f", + "title": "Maps - index settings should return index settings", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/maps/test/scout/api/tests/index_settings.spec.ts", + "line": 37, + "column": 10 + } + }, + { + "id": "d18ba676958b096-30a9a7f54600fb8", + "title": "Maps - maps telemetry should return the correct telemetry values for map saved objects", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/maps/test/scout/api/tests/maps_telemetry.spec.ts", + "line": 26, + "column": 10 + } + }, + { + "id": "d3c1aedbe3f74ca-6c0f69220d37e37", + "title": "Maps - map migrations should apply saved object reference migration when importing map saved objects prior to 7.2.0", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/maps/test/scout/api/tests/migrations.spec.ts", + "line": 30, + "column": 10 + } + }, + { + "id": "d3c1aedbe3f74ca-54297439901b0d1", + "title": "Maps - map migrations should not fail migration with invalid attributes", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/maps/test/scout/api/tests/migrations.spec.ts", + "line": 68, + "column": 10 + } + }, + { + "id": "d3c1aedbe3f74ca-ca814dab4bcc4ae", + "title": "Maps - map migrations should apply embeddable migrations", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/maps/test/scout/api/tests/migrations.spec.ts", + "line": 83, + "column": 10 + } + }, + { + "id": "30186bcf5c44660-76e35e517fb9dd0", + "title": "Maps - search ES|QL should return getColumns response in expected shape", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/maps/test/scout/api/tests/search_esql.spec.ts", + "line": 22, + "column": 10 + } + }, + { + "id": "30186bcf5c44660-7efd2d624e6e360", + "title": "Maps - search ES|QL should return getValues response in expected shape", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/maps/test/scout/api/tests/search_esql.spec.ts", + "line": 41, + "column": 10 + } + }, + { + "id": "21d3c6b13dcabf0-7481c0488d953b1", + "title": "Maps - validate drawing index confirm valid drawing index", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/maps/test/scout/api/tests/validate_drawing_index.spec.ts", + "line": 26, + "column": 10 + } + }, + { + "id": "21d3c6b13dcabf0-5011034cbec9366", + "title": "Maps - validate drawing index confirm valid index that is not a drawing index", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/maps/test/scout/api/tests/validate_drawing_index.spec.ts", + "line": 47, + "column": 10 + } + }, + { + "id": "21d3c6b13dcabf0-9bfe12127b43311", + "title": "Maps - validate drawing index confirm invalid index", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/platform/plugins/shared/maps/test/scout/api/tests/validate_drawing_index.spec.ts", + "line": 57, + "column": 10 + } + } + ] +} \ No newline at end of file diff --git a/x-pack/platform/plugins/shared/spaces/test/scout/.meta/ui/standard.json b/x-pack/platform/plugins/shared/spaces/test/scout/.meta/ui/standard.json index a7c4d3e52e8fd..8d2c6813f0289 100644 --- a/x-pack/platform/plugins/shared/spaces/test/scout/.meta/ui/standard.json +++ b/x-pack/platform/plugins/shared/spaces/test/scout/.meta/ui/standard.json @@ -1,5 +1,5 @@ { - "sha1": "ef8c3f666b5089957dd6ad8f4253991a4b51cdef", + "sha1": "a97bedef1742ac455601dbccee31372eb0fc7823", "tests": [ { "id": "bd1c362b1516eb7-559491c63e7c12d", diff --git a/x-pack/platform/plugins/shared/streams/test/scout/.meta/api/standard.json b/x-pack/platform/plugins/shared/streams/test/scout/.meta/api/standard.json index a8e7c14750972..d0a5d1fcde579 100644 --- a/x-pack/platform/plugins/shared/streams/test/scout/.meta/api/standard.json +++ b/x-pack/platform/plugins/shared/streams/test/scout/.meta/api/standard.json @@ -1,5 +1,5 @@ { - "sha1": "42917ac8e0e46f4fce88133fca3d8f818f01807c", + "sha1": "bf21dbb038d8102155c251443b318bff09967812", "tests": [ { "id": "dc6084aa7695e8a-26220f9b20676c1", @@ -13,7 +13,7 @@ } }, { - "id": "26e520f8517a033-b0497b949dc6073", + "id": "a940fbb08bf35e5-b0497b949dc6073", "title": "Insights CRUD API should create a new insight", "expectedStatus": "passed", "tags": [ @@ -23,13 +23,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/insights_crud.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/sig_events/insights_crud.spec.ts", "line": 65, "column": 12 } }, { - "id": "26e520f8517a033-4cf3f03dab9340c", + "id": "a940fbb08bf35e5-4cf3f03dab9340c", "title": "Insights CRUD API should get an insight by ID", "expectedStatus": "passed", "tags": [ @@ -39,13 +39,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/insights_crud.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/sig_events/insights_crud.spec.ts", "line": 90, "column": 12 } }, { - "id": "26e520f8517a033-566c7fade75040e", + "id": "a940fbb08bf35e5-566c7fade75040e", "title": "Insights CRUD API should return 404 for non-existent insight", "expectedStatus": "passed", "tags": [ @@ -55,13 +55,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/insights_crud.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/sig_events/insights_crud.spec.ts", "line": 116, "column": 12 } }, { - "id": "26e520f8517a033-cf00fb204ed0373", + "id": "a940fbb08bf35e5-cf00fb204ed0373", "title": "Insights CRUD API should list all insights", "expectedStatus": "skipped", "tags": [ @@ -71,13 +71,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/insights_crud.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/sig_events/insights_crud.spec.ts", "line": 129, "column": 13 } }, { - "id": "26e520f8517a033-50c0d497cbfa529", + "id": "a940fbb08bf35e5-50c0d497cbfa529", "title": "Insights CRUD API should filter insights by impact", "expectedStatus": "passed", "tags": [ @@ -87,13 +87,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/insights_crud.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/sig_events/insights_crud.spec.ts", "line": 170, "column": 12 } }, { - "id": "26e520f8517a033-68edc56df260e0f", + "id": "a940fbb08bf35e5-68edc56df260e0f", "title": "Insights CRUD API should update an existing insight", "expectedStatus": "passed", "tags": [ @@ -103,13 +103,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/insights_crud.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/sig_events/insights_crud.spec.ts", "line": 209, "column": 12 } }, { - "id": "26e520f8517a033-29fe613a0f05ad5", + "id": "a940fbb08bf35e5-29fe613a0f05ad5", "title": "Insights CRUD API should delete an insight", "expectedStatus": "passed", "tags": [ @@ -119,13 +119,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/insights_crud.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/sig_events/insights_crud.spec.ts", "line": 245, "column": 12 } }, { - "id": "26e520f8517a033-7788fbe4dc6bdfd", + "id": "a940fbb08bf35e5-7788fbe4dc6bdfd", "title": "Insights CRUD API should return 404 when deleting non-existent insight", "expectedStatus": "passed", "tags": [ @@ -135,13 +135,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/insights_crud.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/sig_events/insights_crud.spec.ts", "line": 278, "column": 12 } }, { - "id": "26e520f8517a033-3c7873d8e863808", + "id": "a940fbb08bf35e5-3c7873d8e863808", "title": "Insights CRUD API should bulk create insights", "expectedStatus": "skipped", "tags": [ @@ -151,13 +151,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/insights_crud.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/sig_events/insights_crud.spec.ts", "line": 294, "column": 13 } }, { - "id": "26e520f8517a033-eafe0d356e0d196", + "id": "a940fbb08bf35e5-eafe0d356e0d196", "title": "Insights CRUD API should bulk delete insights", "expectedStatus": "passed", "tags": [ @@ -167,13 +167,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/insights_crud.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/sig_events/insights_crud.spec.ts", "line": 330, "column": 12 } }, { - "id": "26e520f8517a033-92a60158012600a", + "id": "a940fbb08bf35e5-92a60158012600a", "title": "Insights CRUD API should handle mixed bulk operations", "expectedStatus": "skipped", "tags": [ @@ -183,13 +183,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/insights_crud.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/sig_events/insights_crud.spec.ts", "line": 381, "column": 13 } }, { - "id": "26e520f8517a033-e61787ff5cbb060", + "id": "a940fbb08bf35e5-e61787ff5cbb060", "title": "Insights CRUD API should fail bulk operations with non-existent IDs", "expectedStatus": "skipped", "tags": [ @@ -199,13 +199,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/insights_crud.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/sig_events/insights_crud.spec.ts", "line": 444, "column": 13 } }, { - "id": "26e520f8517a033-beee0cf3c2cdf70", + "id": "a940fbb08bf35e5-beee0cf3c2cdf70", "title": "Insights CRUD API should deny read-only user from creating insights", "expectedStatus": "passed", "tags": [ @@ -215,13 +215,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/insights_crud.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/sig_events/insights_crud.spec.ts", "line": 465, "column": 12 } }, { - "id": "26e520f8517a033-70c03112e8a6bff", + "id": "a940fbb08bf35e5-70c03112e8a6bff", "title": "Insights CRUD API should deny read-only user from bulk operations", "expectedStatus": "passed", "tags": [ @@ -231,13 +231,61 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/insights_crud.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/sig_events/insights_crud.spec.ts", "line": 482, "column": 12 } }, { - "id": "fd79392c6460c17-fae630a87fbe60c", + "id": "54ee3174f5dbdf3-5bab250ba3d86c5", + "title": "ki_search tool returns knowledge indicators (features + queries) by default", + "expectedStatus": "skipped", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic", + "@local-serverless-observability_complete", + "@cloud-serverless-observability_complete" + ], + "location": { + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/sig_events/search_knowledge_indicators_tool.spec.ts", + "line": 93, + "column": 12 + } + }, + { + "id": "54ee3174f5dbdf3-9752a372fadba87", + "title": "ki_search tool supports kind=[query] (queries-only KIs)", + "expectedStatus": "skipped", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic", + "@local-serverless-observability_complete", + "@cloud-serverless-observability_complete" + ], + "location": { + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/sig_events/search_knowledge_indicators_tool.spec.ts", + "line": 193, + "column": 12 + } + }, + { + "id": "54ee3174f5dbdf3-2717e2cf72d2328", + "title": "ki_search tool returns an error result when Significant Events is disabled", + "expectedStatus": "skipped", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic", + "@local-serverless-observability_complete", + "@cloud-serverless-observability_complete" + ], + "location": { + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/sig_events/search_knowledge_indicators_tool.spec.ts", + "line": 217, + "column": 12 + } + }, + { + "id": "362f950153719c4-fae630a87fbe60c", "title": "Stream lifecycle - retention API should create stream with inherited lifecycle by default", "expectedStatus": "passed", "tags": [ @@ -247,13 +295,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/lifecycle_retention.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/lifecycle_retention.spec.ts", "line": 107, "column": 12 } }, { - "id": "fd79392c6460c17-e5c0c7b6a78910e", + "id": "362f950153719c4-e5c0c7b6a78910e", "title": "Stream lifecycle - retention API should include effective_lifecycle in stream response", "expectedStatus": "passed", "tags": [ @@ -263,13 +311,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/lifecycle_retention.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/lifecycle_retention.spec.ts", "line": 128, "column": 12 } }, { - "id": "fd79392c6460c17-a5b83efdc1555f3", + "id": "362f950153719c4-a5b83efdc1555f3", "title": "Stream lifecycle - retention API should update stream with DSL retention of 7 days", "expectedStatus": "passed", "tags": [ @@ -279,13 +327,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/lifecycle_retention.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/lifecycle_retention.spec.ts", "line": 149, "column": 12 } }, { - "id": "fd79392c6460c17-3c474ea63f60f99", + "id": "362f950153719c4-3c474ea63f60f99", "title": "Stream lifecycle - retention API should update stream with DSL retention of 30 days", "expectedStatus": "passed", "tags": [ @@ -295,13 +343,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/lifecycle_retention.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/lifecycle_retention.spec.ts", "line": 190, "column": 12 } }, { - "id": "fd79392c6460c17-3714c804fedc655", + "id": "362f950153719c4-3714c804fedc655", "title": "Stream lifecycle - retention API should update stream with DSL retention of 90 days", "expectedStatus": "passed", "tags": [ @@ -311,13 +359,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/lifecycle_retention.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/lifecycle_retention.spec.ts", "line": 229, "column": 12 } }, { - "id": "fd79392c6460c17-93a66e9579a74ee", + "id": "362f950153719c4-93a66e9579a74ee", "title": "Stream lifecycle - retention API should update stream with DSL retention using hours unit", "expectedStatus": "passed", "tags": [ @@ -327,13 +375,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/lifecycle_retention.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/lifecycle_retention.spec.ts", "line": 264, "column": 12 } }, { - "id": "fd79392c6460c17-cb860532b1d48e4", + "id": "362f950153719c4-cb860532b1d48e4", "title": "Stream lifecycle - retention API should switch from inherited to DSL lifecycle", "expectedStatus": "passed", "tags": [ @@ -343,13 +391,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/lifecycle_retention.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/lifecycle_retention.spec.ts", "line": 299, "column": 12 } }, { - "id": "fd79392c6460c17-7458a8dce6944da", + "id": "362f950153719c4-7458a8dce6944da", "title": "Stream lifecycle - retention API should switch from DSL back to inherited lifecycle", "expectedStatus": "passed", "tags": [ @@ -359,13 +407,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/lifecycle_retention.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/lifecycle_retention.spec.ts", "line": 338, "column": 12 } }, { - "id": "fd79392c6460c17-469cb64c2cad280", + "id": "362f950153719c4-469cb64c2cad280", "title": "Stream lifecycle - retention API should modify existing DSL retention value", "expectedStatus": "passed", "tags": [ @@ -375,13 +423,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/lifecycle_retention.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/lifecycle_retention.spec.ts", "line": 398, "column": 12 } }, { - "id": "fd79392c6460c17-f775e51d043f41c", + "id": "362f950153719c4-f775e51d043f41c", "title": "Stream lifecycle - retention API should read ingest settings via GET _ingest", "expectedStatus": "passed", "tags": [ @@ -391,13 +439,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/lifecycle_retention.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/lifecycle_retention.spec.ts", "line": 456, "column": 12 } }, { - "id": "fd79392c6460c17-c266a3b8b19d574", + "id": "362f950153719c4-c266a3b8b19d574", "title": "Stream lifecycle - retention API should update only lifecycle without affecting other ingest settings", "expectedStatus": "passed", "tags": [ @@ -407,13 +455,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/lifecycle_retention.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/lifecycle_retention.spec.ts", "line": 479, "column": 12 } }, { - "id": "fd79392c6460c17-9989a095dbff3f2", + "id": "362f950153719c4-9989a095dbff3f2", "title": "Stream lifecycle - retention API should return error for non-existent stream lifecycle", "expectedStatus": "passed", "tags": [ @@ -423,13 +471,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/lifecycle_retention.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/lifecycle_retention.spec.ts", "line": 523, "column": 12 } }, { - "id": "fd79392c6460c17-f5b4387854d3e76", + "id": "362f950153719c4-f5b4387854d3e76", "title": "Stream lifecycle - retention API should return error when updating non-existent stream", "expectedStatus": "passed", "tags": [ @@ -439,13 +487,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/lifecycle_retention.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/lifecycle_retention.spec.ts", "line": 539, "column": 12 } }, { - "id": "fd79392c6460c17-e6cd46014570785", + "id": "362f950153719c4-e6cd46014570785", "title": "Stream lifecycle - retention API should return 400 for invalid lifecycle format", "expectedStatus": "passed", "tags": [ @@ -455,13 +503,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/lifecycle_retention.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/lifecycle_retention.spec.ts", "line": 568, "column": 12 } }, { - "id": "fd79392c6460c17-bb36453a689250b", + "id": "362f950153719c4-bb36453a689250b", "title": "Stream lifecycle - retention API should inherit lifecycle from parent stream", "expectedStatus": "passed", "tags": [ @@ -471,13 +519,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/lifecycle_retention.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/lifecycle_retention.spec.ts", "line": 598, "column": 12 } }, { - "id": "fd79392c6460c17-f1f767d0ba58fb4", + "id": "362f950153719c4-f1f767d0ba58fb4", "title": "Stream lifecycle - retention API should update stream with DSL retention of 30 days and downsampling steps", "expectedStatus": "passed", "tags": [ @@ -487,13 +535,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/lifecycle_retention.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/lifecycle_retention.spec.ts", "line": 652, "column": 12 } }, { - "id": "faca398aaec29e0-36420bb2df4af99", + "id": "45340e01cebc8a7-36420bb2df4af99", "title": "Stream data processing - persistence API (CRUD) should create a single grok processor", "expectedStatus": "passed", "tags": [ @@ -503,13 +551,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/processing_persistence.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/processing_persistence.spec.ts", "line": 86, "column": 12 } }, { - "id": "faca398aaec29e0-8dc6360fa1a8889", + "id": "45340e01cebc8a7-8dc6360fa1a8889", "title": "Stream data processing - persistence API (CRUD) should create a dissect processor", "expectedStatus": "passed", "tags": [ @@ -519,13 +567,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/processing_persistence.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/processing_persistence.spec.ts", "line": 133, "column": 12 } }, { - "id": "faca398aaec29e0-232dc0819291027", + "id": "45340e01cebc8a7-232dc0819291027", "title": "Stream data processing - persistence API (CRUD) should create multiple processors in sequence", "expectedStatus": "passed", "tags": [ @@ -535,13 +583,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/processing_persistence.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/processing_persistence.spec.ts", "line": 176, "column": 12 } }, { - "id": "faca398aaec29e0-1c1f9b570d38af2", + "id": "45340e01cebc8a7-1c1f9b570d38af2", "title": "Stream data processing - persistence API (CRUD) should update an existing processor", "expectedStatus": "passed", "tags": [ @@ -551,13 +599,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/processing_persistence.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/processing_persistence.spec.ts", "line": 231, "column": 12 } }, { - "id": "faca398aaec29e0-c6eb8dfabbe8959", + "id": "45340e01cebc8a7-c6eb8dfabbe8959", "title": "Stream data processing - persistence API (CRUD) should remove all processors", "expectedStatus": "passed", "tags": [ @@ -567,13 +615,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/processing_persistence.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/processing_persistence.spec.ts", "line": 303, "column": 12 } }, { - "id": "faca398aaec29e0-6889c9c3533c9cc", + "id": "45340e01cebc8a7-6889c9c3533c9cc", "title": "Stream data processing - persistence API (CRUD) should create processor with conditional step", "expectedStatus": "passed", "tags": [ @@ -583,13 +631,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/processing_persistence.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/processing_persistence.spec.ts", "line": 367, "column": 12 } }, { - "id": "faca398aaec29e0-b99653aa3b88cfa", + "id": "45340e01cebc8a7-b99653aa3b88cfa", "title": "Stream data processing - persistence API (CRUD) should create nested conditional steps", "expectedStatus": "passed", "tags": [ @@ -599,13 +647,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/processing_persistence.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/processing_persistence.spec.ts", "line": 419, "column": 12 } }, { - "id": "faca398aaec29e0-8976c351db413d5", + "id": "45340e01cebc8a7-8976c351db413d5", "title": "Stream data processing - persistence API (CRUD) should reorder processors", "expectedStatus": "passed", "tags": [ @@ -615,13 +663,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/processing_persistence.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/processing_persistence.spec.ts", "line": 486, "column": 12 } }, { - "id": "faca398aaec29e0-e6f9d10f5be3aa0", + "id": "45340e01cebc8a7-e6f9d10f5be3aa0", "title": "Stream data processing - persistence API (CRUD) should not affect lifecycle when updating processing", "expectedStatus": "passed", "tags": [ @@ -631,13 +679,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/processing_persistence.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/processing_persistence.spec.ts", "line": 555, "column": 12 } }, { - "id": "faca398aaec29e0-cc6a9a5a2dc600f", + "id": "45340e01cebc8a7-cc6a9a5a2dc600f", "title": "Stream data processing - persistence API (CRUD) should return 400 for invalid processor action", "expectedStatus": "passed", "tags": [ @@ -647,13 +695,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/processing_persistence.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/processing_persistence.spec.ts", "line": 614, "column": 12 } }, { - "id": "faca398aaec29e0-857a26d8976475f", + "id": "45340e01cebc8a7-857a26d8976475f", "title": "Stream data processing - persistence API (CRUD) should return error when updating non-existent stream", "expectedStatus": "passed", "tags": [ @@ -663,13 +711,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/processing_persistence.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/processing_persistence.spec.ts", "line": 648, "column": 12 } }, { - "id": "a65f839dacde922-58278be29d16cca", + "id": "befeb054ccf3b6a-58278be29d16cca", "title": "Stream data processing - simulate processing API should simulate grok pattern with HTTP log format", "expectedStatus": "passed", "tags": [ @@ -679,13 +727,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/processing_simulate.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/processing_simulate.spec.ts", "line": 21, "column": 12 } }, { - "id": "a65f839dacde922-8576ae64fc4ff9e", + "id": "befeb054ccf3b6a-8576ae64fc4ff9e", "title": "Stream data processing - simulate processing API should simulate grok with IP address extraction", "expectedStatus": "passed", "tags": [ @@ -695,13 +743,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/processing_simulate.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/processing_simulate.spec.ts", "line": 64, "column": 12 } }, { - "id": "a65f839dacde922-7ea2fee0a5bfd14", + "id": "befeb054ccf3b6a-7ea2fee0a5bfd14", "title": "Stream data processing - simulate processing API should simulate grok with multiple patterns (fallback)", "expectedStatus": "passed", "tags": [ @@ -711,13 +759,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/processing_simulate.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/processing_simulate.spec.ts", "line": 93, "column": 12 } }, { - "id": "a65f839dacde922-4408d3e86afb4e1", + "id": "befeb054ccf3b6a-4408d3e86afb4e1", "title": "Stream data processing - simulate processing API should handle non-matching grok pattern gracefully", "expectedStatus": "passed", "tags": [ @@ -727,13 +775,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/processing_simulate.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/processing_simulate.spec.ts", "line": 132, "column": 12 } }, { - "id": "a65f839dacde922-6781e6bb18ae4ae", + "id": "befeb054ccf3b6a-6781e6bb18ae4ae", "title": "Stream data processing - simulate processing API should simulate grok with custom pattern definitions", "expectedStatus": "passed", "tags": [ @@ -743,13 +791,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/processing_simulate.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/processing_simulate.spec.ts", "line": 168, "column": 12 } }, { - "id": "a65f839dacde922-8bc8e55d4500981", + "id": "befeb054ccf3b6a-8bc8e55d4500981", "title": "Stream data processing - simulate processing API should simulate grok with ignore_missing option", "expectedStatus": "passed", "tags": [ @@ -759,13 +807,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/processing_simulate.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/processing_simulate.spec.ts", "line": 201, "column": 12 } }, { - "id": "a65f839dacde922-282be3c54458623", + "id": "befeb054ccf3b6a-282be3c54458623", "title": "Stream data processing - simulate processing API should simulate dissect with key-value extraction", "expectedStatus": "passed", "tags": [ @@ -775,13 +823,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/processing_simulate.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/processing_simulate.spec.ts", "line": 229, "column": 12 } }, { - "id": "a65f839dacde922-7be5816e4435595", + "id": "befeb054ccf3b6a-7be5816e4435595", "title": "Stream data processing - simulate processing API should simulate dissect with delimiter-based extraction", "expectedStatus": "passed", "tags": [ @@ -791,13 +839,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/processing_simulate.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/processing_simulate.spec.ts", "line": 261, "column": 12 } }, { - "id": "a65f839dacde922-53a4112ee7ce684", + "id": "befeb054ccf3b6a-53a4112ee7ce684", "title": "Stream data processing - simulate processing API should simulate dissect with append separator", "expectedStatus": "passed", "tags": [ @@ -807,13 +855,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/processing_simulate.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/processing_simulate.spec.ts", "line": 296, "column": 12 } }, { - "id": "a65f839dacde922-2ccfa25c076f79f", + "id": "befeb054ccf3b6a-2ccfa25c076f79f", "title": "Stream data processing - simulate processing API should handle dissect with ignore_missing option", "expectedStatus": "passed", "tags": [ @@ -823,13 +871,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/processing_simulate.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/processing_simulate.spec.ts", "line": 323, "column": 12 } }, { - "id": "a65f839dacde922-6822e91fa9d3813", + "id": "befeb054ccf3b6a-6822e91fa9d3813", "title": "Stream data processing - simulate processing API should simulate date parsing with ISO format", "expectedStatus": "passed", "tags": [ @@ -839,13 +887,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/processing_simulate.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/processing_simulate.spec.ts", "line": 351, "column": 12 } }, { - "id": "a65f839dacde922-824d00b030a5b6a", + "id": "befeb054ccf3b6a-824d00b030a5b6a", "title": "Stream data processing - simulate processing API should simulate date parsing with multiple formats", "expectedStatus": "passed", "tags": [ @@ -855,13 +903,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/processing_simulate.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/processing_simulate.spec.ts", "line": 383, "column": 12 } }, { - "id": "a65f839dacde922-be9798f81d3d87d", + "id": "befeb054ccf3b6a-be9798f81d3d87d", "title": "Stream data processing - simulate processing API should simulate date parsing with timezone", "expectedStatus": "passed", "tags": [ @@ -871,13 +919,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/processing_simulate.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/processing_simulate.spec.ts", "line": 418, "column": 12 } }, { - "id": "a65f839dacde922-84c417a3f6328cc", + "id": "befeb054ccf3b6a-84c417a3f6328cc", "title": "Stream data processing - simulate processing API should simulate rename processor", "expectedStatus": "passed", "tags": [ @@ -887,13 +935,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/processing_simulate.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/processing_simulate.spec.ts", "line": 452, "column": 12 } }, { - "id": "a65f839dacde922-b438cec73200c88", + "id": "befeb054ccf3b6a-b438cec73200c88", "title": "Stream data processing - simulate processing API should simulate set processor with literal value", "expectedStatus": "passed", "tags": [ @@ -903,13 +951,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/processing_simulate.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/processing_simulate.spec.ts", "line": 480, "column": 12 } }, { - "id": "a65f839dacde922-3357650c953f018", + "id": "befeb054ccf3b6a-3357650c953f018", "title": "Stream data processing - simulate processing API should simulate set processor with copy_from", "expectedStatus": "passed", "tags": [ @@ -919,13 +967,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/processing_simulate.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/processing_simulate.spec.ts", "line": 506, "column": 12 } }, { - "id": "a65f839dacde922-7492c0530597ea4", + "id": "befeb054ccf3b6a-7492c0530597ea4", "title": "Stream data processing - simulate processing API should simulate remove processor", "expectedStatus": "passed", "tags": [ @@ -935,13 +983,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/processing_simulate.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/processing_simulate.spec.ts", "line": 532, "column": 12 } }, { - "id": "a65f839dacde922-18e1dcb10409ca2", + "id": "befeb054ccf3b6a-18e1dcb10409ca2", "title": "Stream data processing - simulate processing API should simulate uppercase processor", "expectedStatus": "passed", "tags": [ @@ -951,13 +999,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/processing_simulate.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/processing_simulate.spec.ts", "line": 563, "column": 12 } }, { - "id": "a65f839dacde922-5f7952dfe6281bb", + "id": "befeb054ccf3b6a-5f7952dfe6281bb", "title": "Stream data processing - simulate processing API should simulate lowercase processor", "expectedStatus": "passed", "tags": [ @@ -967,13 +1015,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/processing_simulate.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/processing_simulate.spec.ts", "line": 590, "column": 12 } }, { - "id": "a65f839dacde922-72d943af64bd882", + "id": "befeb054ccf3b6a-72d943af64bd882", "title": "Stream data processing - simulate processing API should simulate trim processor", "expectedStatus": "passed", "tags": [ @@ -983,13 +1031,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/processing_simulate.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/processing_simulate.spec.ts", "line": 617, "column": 12 } }, { - "id": "a65f839dacde922-2604aa4444ba4e2", + "id": "befeb054ccf3b6a-2604aa4444ba4e2", "title": "Stream data processing - simulate processing API should simulate convert processor", "expectedStatus": "passed", "tags": [ @@ -999,13 +1047,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/processing_simulate.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/processing_simulate.spec.ts", "line": 648, "column": 12 } }, { - "id": "a65f839dacde922-d198a09dc039591", + "id": "befeb054ccf3b6a-d198a09dc039591", "title": "Stream data processing - simulate processing API should simulate replace processor", "expectedStatus": "passed", "tags": [ @@ -1015,13 +1063,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/processing_simulate.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/processing_simulate.spec.ts", "line": 676, "column": 12 } }, { - "id": "a65f839dacde922-7e75f516d1309a6", + "id": "befeb054ccf3b6a-7e75f516d1309a6", "title": "Stream data processing - simulate processing API should simulate multiple processors in sequence", "expectedStatus": "passed", "tags": [ @@ -1031,13 +1079,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/processing_simulate.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/processing_simulate.spec.ts", "line": 709, "column": 12 } }, { - "id": "a65f839dacde922-de9b653148589f9", + "id": "befeb054ccf3b6a-de9b653148589f9", "title": "Stream data processing - simulate processing API should simulate conditional processing with where clause", "expectedStatus": "passed", "tags": [ @@ -1047,13 +1095,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/processing_simulate.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/processing_simulate.spec.ts", "line": 752, "column": 12 } }, { - "id": "a65f839dacde922-a0aa5c60b9ed28c", + "id": "befeb054ccf3b6a-a0aa5c60b9ed28c", "title": "Stream data processing - simulate processing API should return 400 for missing required processor fields", "expectedStatus": "passed", "tags": [ @@ -1063,13 +1111,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/processing_simulate.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/processing_simulate.spec.ts", "line": 786, "column": 12 } }, { - "id": "a65f839dacde922-b79ddc5a8557236", + "id": "befeb054ccf3b6a-b79ddc5a8557236", "title": "Stream data processing - simulate processing API should return 400 for invalid action type", "expectedStatus": "passed", "tags": [ @@ -1079,13 +1127,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/processing_simulate.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/processing_simulate.spec.ts", "line": 814, "column": 12 } }, { - "id": "a65f839dacde922-c52ec84d3acae5c", + "id": "befeb054ccf3b6a-c52ec84d3acae5c", "title": "Stream data processing - simulate processing API should handle empty documents array", "expectedStatus": "passed", "tags": [ @@ -1095,13 +1143,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/processing_simulate.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/processing_simulate.spec.ts", "line": 839, "column": 12 } }, { - "id": "a65f839dacde922-7bba5284570ddf7", + "id": "befeb054ccf3b6a-7bba5284570ddf7", "title": "Stream data processing - simulate processing API should handle empty steps array", "expectedStatus": "passed", "tags": [ @@ -1111,13 +1159,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/processing_simulate.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/processing_simulate.spec.ts", "line": 866, "column": 12 } }, { - "id": "a65f839dacde922-70060cf3c326fd2", + "id": "befeb054ccf3b6a-70060cf3c326fd2", "title": "Stream data processing - simulate processing API should simulate join processor", "expectedStatus": "passed", "tags": [ @@ -1127,13 +1175,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/processing_simulate.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/processing_simulate.spec.ts", "line": 888, "column": 12 } }, { - "id": "d9dfb5c7ea55995-255efc350dc5f73", + "id": "da66d204d97df91-255efc350dc5f73", "title": "Query stream isolation - child query streams excluded from parent views should include query streams in the streams list", "expectedStatus": "passed", "tags": [ @@ -1141,13 +1189,13 @@ "@cloud-stateful-classic" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/query_stream_isolation.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/query_stream_isolation.spec.ts", "line": 79, "column": 12 } }, { - "id": "d9dfb5c7ea55995-7c5fdac142bf4f8", + "id": "da66d204d97df91-7c5fdac142bf4f8", "title": "Query stream isolation - child query streams excluded from parent views parent ingest stream schema does not include query stream columns", "expectedStatus": "passed", "tags": [ @@ -1155,13 +1203,13 @@ "@cloud-stateful-classic" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/query_stream_isolation.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/query_stream_isolation.spec.ts", "line": 98, "column": 12 } }, { - "id": "d9dfb5c7ea55995-e0cc81d023024f2", + "id": "da66d204d97df91-e0cc81d023024f2", "title": "Query stream isolation - child query streams excluded from parent views parent wildcard does not resolve query stream ES|QL views", "expectedStatus": "passed", "tags": [ @@ -1169,13 +1217,13 @@ "@cloud-stateful-classic" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/query_stream_isolation.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/query_stream_isolation.spec.ts", "line": 109, "column": 12 } }, { - "id": "d9dfb5c7ea55995-4ddfe89446a053c", + "id": "da66d204d97df91-4ddfe89446a053c", "title": "Query stream isolation - child query streams excluded from parent views query stream view exposes its own transformed columns", "expectedStatus": "passed", "tags": [ @@ -1183,13 +1231,13 @@ "@cloud-stateful-classic" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/query_stream_isolation.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/query_stream_isolation.spec.ts", "line": 117, "column": 12 } }, { - "id": "d9dfb5c7ea55995-88c6814a62d8fc8", + "id": "da66d204d97df91-88c6814a62d8fc8", "title": "Query stream isolation - child query streams excluded from parent views nested query stream exposes its own columns, not parent query stream columns", "expectedStatus": "passed", "tags": [ @@ -1197,13 +1245,13 @@ "@cloud-stateful-classic" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/query_stream_isolation.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/query_stream_isolation.spec.ts", "line": 127, "column": 12 } }, { - "id": "d9dfb5c7ea55995-d5258883037fd20", + "id": "da66d204d97df91-d5258883037fd20", "title": "Query stream isolation - child query streams excluded from parent views parent query stream schema is unaffected by nested child", "expectedStatus": "passed", "tags": [ @@ -1211,13 +1259,13 @@ "@cloud-stateful-classic" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/query_stream_isolation.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/query_stream_isolation.spec.ts", "line": 139, "column": 12 } }, { - "id": "d9dfb5c7ea55995-fb6bf952d9e70fc", + "id": "da66d204d97df91-fb6bf952d9e70fc", "title": "Query stream isolation - child query streams excluded from parent views ingest parent remains isolated from all query stream descendants", "expectedStatus": "passed", "tags": [ @@ -1225,13 +1273,13 @@ "@cloud-stateful-classic" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/query_stream_isolation.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/query_stream_isolation.spec.ts", "line": 147, "column": 12 } }, { - "id": "d9dfb5c7ea55995-75bf9e735bfae86", + "id": "da66d204d97df91-75bf9e735bfae86", "title": "Query stream isolation - child query streams excluded from parent views deleting a wired sibling preserves query stream references on parent", "expectedStatus": "passed", "tags": [ @@ -1239,13 +1287,13 @@ "@cloud-stateful-classic" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/query_stream_isolation.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/query_stream_isolation.spec.ts", "line": 160, "column": 12 } }, { - "id": "d9dfb5c7ea55995-0eeadaff4ce4043", + "id": "da66d204d97df91-0eeadaff4ce4043", "title": "Query stream isolation - child query streams excluded from parent views should delete a query stream via API", "expectedStatus": "passed", "tags": [ @@ -1253,13 +1301,13 @@ "@cloud-stateful-classic" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/query_stream_isolation.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/query_stream_isolation.spec.ts", "line": 222, "column": 12 } }, { - "id": "0535b561936fc7d-aa4e8c66c7e61f6", + "id": "2874793ea4ea9ee-aa4e8c66c7e61f6", "title": "Stream data routing - fork stream API (CRUD) should create a child stream via fork API with eq condition", "expectedStatus": "passed", "tags": [ @@ -1269,13 +1317,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/routing_fork_stream.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/routing_fork_stream.spec.ts", "line": 32, "column": 12 } }, { - "id": "0535b561936fc7d-4c1ef7d9f169ae1", + "id": "2874793ea4ea9ee-4c1ef7d9f169ae1", "title": "Stream data routing - fork stream API (CRUD) should create a child stream with neq condition", "expectedStatus": "passed", "tags": [ @@ -1285,13 +1333,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/routing_fork_stream.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/routing_fork_stream.spec.ts", "line": 65, "column": 12 } }, { - "id": "0535b561936fc7d-5f3a2b1888fd3f5", + "id": "2874793ea4ea9ee-5f3a2b1888fd3f5", "title": "Stream data routing - fork stream API (CRUD) should create a child stream with contains condition", "expectedStatus": "passed", "tags": [ @@ -1301,13 +1349,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/routing_fork_stream.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/routing_fork_stream.spec.ts", "line": 83, "column": 12 } }, { - "id": "0535b561936fc7d-f05aa25f01ae018", + "id": "2874793ea4ea9ee-f05aa25f01ae018", "title": "Stream data routing - fork stream API (CRUD) should create a child stream with startsWith condition", "expectedStatus": "passed", "tags": [ @@ -1317,13 +1365,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/routing_fork_stream.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/routing_fork_stream.spec.ts", "line": 104, "column": 12 } }, { - "id": "0535b561936fc7d-067c44d5b1cb74e", + "id": "2874793ea4ea9ee-067c44d5b1cb74e", "title": "Stream data routing - fork stream API (CRUD) should create a child stream with endsWith condition", "expectedStatus": "passed", "tags": [ @@ -1333,13 +1381,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/routing_fork_stream.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/routing_fork_stream.spec.ts", "line": 125, "column": 12 } }, { - "id": "0535b561936fc7d-265d0c4deb60105", + "id": "2874793ea4ea9ee-265d0c4deb60105", "title": "Stream data routing - fork stream API (CRUD) should create a child stream with exists condition", "expectedStatus": "passed", "tags": [ @@ -1349,13 +1397,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/routing_fork_stream.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/routing_fork_stream.spec.ts", "line": 146, "column": 12 } }, { - "id": "0535b561936fc7d-3e8f9eefdf8e6c7", + "id": "2874793ea4ea9ee-3e8f9eefdf8e6c7", "title": "Stream data routing - fork stream API (CRUD) should create a child stream with numeric comparisons", "expectedStatus": "passed", "tags": [ @@ -1365,13 +1413,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/routing_fork_stream.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/routing_fork_stream.spec.ts", "line": 167, "column": 12 } }, { - "id": "0535b561936fc7d-2bf913006b328e7", + "id": "2874793ea4ea9ee-2bf913006b328e7", "title": "Stream data routing - fork stream API (CRUD) should create a disabled routing rule", "expectedStatus": "passed", "tags": [ @@ -1381,13 +1429,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/routing_fork_stream.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/routing_fork_stream.spec.ts", "line": 189, "column": 12 } }, { - "id": "0535b561936fc7d-77c5515e2a61adc", + "id": "2874793ea4ea9ee-77c5515e2a61adc", "title": "Stream data routing - fork stream API (CRUD) should default to enabled when status is omitted but condition matches", "expectedStatus": "passed", "tags": [ @@ -1397,13 +1445,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/routing_fork_stream.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/routing_fork_stream.spec.ts", "line": 218, "column": 12 } }, { - "id": "0535b561936fc7d-22955f2a3422817", + "id": "2874793ea4ea9ee-22955f2a3422817", "title": "Stream data routing - fork stream API (CRUD) should create nested child streams (2 levels)", "expectedStatus": "passed", "tags": [ @@ -1413,13 +1461,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/routing_fork_stream.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/routing_fork_stream.spec.ts", "line": 251, "column": 12 } }, { - "id": "0535b561936fc7d-8875b837e4d720f", + "id": "2874793ea4ea9ee-8875b837e4d720f", "title": "Stream data routing - fork stream API (CRUD) should create multiple sibling streams", "expectedStatus": "passed", "tags": [ @@ -1429,13 +1477,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/routing_fork_stream.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/routing_fork_stream.spec.ts", "line": 300, "column": 12 } }, { - "id": "0535b561936fc7d-06b1f9b4ab36bf9", + "id": "2874793ea4ea9ee-06b1f9b4ab36bf9", "title": "Stream data routing - fork stream API (CRUD) should delete a child stream", "expectedStatus": "passed", "tags": [ @@ -1445,13 +1493,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/routing_fork_stream.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/routing_fork_stream.spec.ts", "line": 339, "column": 12 } }, { - "id": "0535b561936fc7d-2104cc25aa26b97", + "id": "2874793ea4ea9ee-2104cc25aa26b97", "title": "Stream data routing - fork stream API (CRUD) should support AND condition", "expectedStatus": "passed", "tags": [ @@ -1461,13 +1509,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/routing_fork_stream.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/routing_fork_stream.spec.ts", "line": 372, "column": 12 } }, { - "id": "0535b561936fc7d-5a7361e0949447b", + "id": "2874793ea4ea9ee-5a7361e0949447b", "title": "Stream data routing - fork stream API (CRUD) should support OR condition", "expectedStatus": "passed", "tags": [ @@ -1477,13 +1525,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/routing_fork_stream.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/routing_fork_stream.spec.ts", "line": 395, "column": 12 } }, { - "id": "0535b561936fc7d-dc95eb478c72e7c", + "id": "2874793ea4ea9ee-dc95eb478c72e7c", "title": "Stream data routing - fork stream API (CRUD) should support NOT condition", "expectedStatus": "passed", "tags": [ @@ -1493,13 +1541,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/routing_fork_stream.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/routing_fork_stream.spec.ts", "line": 418, "column": 12 } }, { - "id": "0535b561936fc7d-ee546010bd8fc1a", + "id": "2874793ea4ea9ee-ee546010bd8fc1a", "title": "Stream data routing - fork stream API (CRUD) should support nested AND/OR conditions", "expectedStatus": "passed", "tags": [ @@ -1509,13 +1557,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/routing_fork_stream.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/routing_fork_stream.spec.ts", "line": 438, "column": 12 } }, { - "id": "0535b561936fc7d-91e64c47cc51409", + "id": "2874793ea4ea9ee-91e64c47cc51409", "title": "Stream data routing - fork stream API (CRUD) should support always condition", "expectedStatus": "passed", "tags": [ @@ -1525,13 +1573,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/routing_fork_stream.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/routing_fork_stream.spec.ts", "line": 466, "column": 12 } }, { - "id": "0535b561936fc7d-ea6c832f7c2995f", + "id": "2874793ea4ea9ee-ea6c832f7c2995f", "title": "Stream data routing - fork stream API (CRUD) should support never condition (auto-disables)", "expectedStatus": "passed", "tags": [ @@ -1541,13 +1589,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/routing_fork_stream.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/routing_fork_stream.spec.ts", "line": 484, "column": 12 } }, { - "id": "0535b561936fc7d-15726fab6d00165", + "id": "2874793ea4ea9ee-15726fab6d00165", "title": "Stream data routing - fork stream API (CRUD) should support range condition", "expectedStatus": "passed", "tags": [ @@ -1557,13 +1605,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/routing_fork_stream.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/routing_fork_stream.spec.ts", "line": 513, "column": 12 } }, { - "id": "0535b561936fc7d-9d0f58f4dca554b", + "id": "2874793ea4ea9ee-9d0f58f4dca554b", "title": "Stream data routing - fork stream API (CRUD) should fail to fork with empty condition object", "expectedStatus": "passed", "tags": [ @@ -1573,13 +1621,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/routing_fork_stream.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/routing_fork_stream.spec.ts", "line": 535, "column": 12 } }, { - "id": "0535b561936fc7d-b14724d44f40230", + "id": "2874793ea4ea9ee-b14724d44f40230", "title": "Stream data routing - fork stream API (CRUD) should fail to fork to an existing stream name", "expectedStatus": "passed", "tags": [ @@ -1589,13 +1637,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/routing_fork_stream.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/routing_fork_stream.spec.ts", "line": 551, "column": 12 } }, { - "id": "0535b561936fc7d-813fe769a12916f", + "id": "2874793ea4ea9ee-813fe769a12916f", "title": "Stream data routing - fork stream API (CRUD) should fail to fork from non-existent parent stream", "expectedStatus": "passed", "tags": [ @@ -1605,13 +1653,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/routing_fork_stream.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/routing_fork_stream.spec.ts", "line": 581, "column": 12 } }, { - "id": "0535b561936fc7d-d2b69e87b48cafb", + "id": "2874793ea4ea9ee-d2b69e87b48cafb", "title": "Stream data routing - fork stream API (CRUD) should fail with missing stream name", "expectedStatus": "passed", "tags": [ @@ -1621,13 +1669,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/routing_fork_stream.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/routing_fork_stream.spec.ts", "line": 601, "column": 12 } }, { - "id": "0535b561936fc7d-65846934a0b531c", + "id": "2874793ea4ea9ee-65846934a0b531c", "title": "Stream data routing - fork stream API (CRUD) should fail with invalid status value", "expectedStatus": "passed", "tags": [ @@ -1637,13 +1685,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/routing_fork_stream.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/routing_fork_stream.spec.ts", "line": 617, "column": 12 } }, { - "id": "0535b561936fc7d-566b60a7956e967", + "id": "2874793ea4ea9ee-566b60a7956e967", "title": "Stream data routing - fork stream API (CRUD) should update routing rule condition", "expectedStatus": "passed", "tags": [ @@ -1653,13 +1701,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/routing_fork_stream.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/routing_fork_stream.spec.ts", "line": 634, "column": 12 } }, { - "id": "0535b561936fc7d-9c9df33ef262e1f", + "id": "2874793ea4ea9ee-9c9df33ef262e1f", "title": "Stream data routing - fork stream API (CRUD) should update routing rule status from enabled to disabled", "expectedStatus": "passed", "tags": [ @@ -1669,13 +1717,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/routing_fork_stream.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/routing_fork_stream.spec.ts", "line": 702, "column": 12 } }, { - "id": "0535b561936fc7d-bdf6d3fb6af29d0", + "id": "2874793ea4ea9ee-bdf6d3fb6af29d0", "title": "Stream data routing - fork stream API (CRUD) should reorder routing rules", "expectedStatus": "passed", "tags": [ @@ -1685,13 +1733,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/routing_fork_stream.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/routing_fork_stream.spec.ts", "line": 767, "column": 12 } }, { - "id": "0535b561936fc7d-fb6d13fa583c597", + "id": "2874793ea4ea9ee-fb6d13fa583c597", "title": "Stream data routing - fork stream API (CRUD) should update routing rule to use complex condition", "expectedStatus": "passed", "tags": [ @@ -1701,13 +1749,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/routing_fork_stream.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/routing_fork_stream.spec.ts", "line": 861, "column": 12 } }, { - "id": "605fb0f3e683a59-2b960289c4fb99a", + "id": "f528ac7ed6551d1-2b960289c4fb99a", "title": "Stream schema - field mapping persistence API (CRUD) should map a single field with keyword type", "expectedStatus": "passed", "tags": [ @@ -1717,13 +1765,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/schema_persistence.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/schema_persistence.spec.ts", "line": 86, "column": 12 } }, { - "id": "605fb0f3e683a59-4eb0195196fe5e5", + "id": "f528ac7ed6551d1-4eb0195196fe5e5", "title": "Stream schema - field mapping persistence API (CRUD) should map a field with long type", "expectedStatus": "passed", "tags": [ @@ -1733,13 +1781,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/schema_persistence.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/schema_persistence.spec.ts", "line": 129, "column": 12 } }, { - "id": "605fb0f3e683a59-0455825af9f0ac5", + "id": "f528ac7ed6551d1-0455825af9f0ac5", "title": "Stream schema - field mapping persistence API (CRUD) should map a field with double type", "expectedStatus": "passed", "tags": [ @@ -1749,13 +1797,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/schema_persistence.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/schema_persistence.spec.ts", "line": 168, "column": 12 } }, { - "id": "605fb0f3e683a59-94182d2ec42bd73", + "id": "f528ac7ed6551d1-94182d2ec42bd73", "title": "Stream schema - field mapping persistence API (CRUD) should map a field with boolean type", "expectedStatus": "passed", "tags": [ @@ -1765,13 +1813,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/schema_persistence.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/schema_persistence.spec.ts", "line": 207, "column": 12 } }, { - "id": "605fb0f3e683a59-ded92cf6e290540", + "id": "f528ac7ed6551d1-ded92cf6e290540", "title": "Stream schema - field mapping persistence API (CRUD) should map a field with ip type", "expectedStatus": "passed", "tags": [ @@ -1781,13 +1829,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/schema_persistence.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/schema_persistence.spec.ts", "line": 246, "column": 12 } }, { - "id": "605fb0f3e683a59-a34f22459c2c3ed", + "id": "f528ac7ed6551d1-a34f22459c2c3ed", "title": "Stream schema - field mapping persistence API (CRUD) should map a field with date type", "expectedStatus": "passed", "tags": [ @@ -1797,13 +1845,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/schema_persistence.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/schema_persistence.spec.ts", "line": 285, "column": 12 } }, { - "id": "605fb0f3e683a59-84fe990636e2e0f", + "id": "f528ac7ed6551d1-84fe990636e2e0f", "title": "Stream schema - field mapping persistence API (CRUD) should map multiple fields at once", "expectedStatus": "passed", "tags": [ @@ -1813,13 +1861,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/schema_persistence.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/schema_persistence.spec.ts", "line": 324, "column": 12 } }, { - "id": "605fb0f3e683a59-0e1902324aef71c", + "id": "f528ac7ed6551d1-0e1902324aef71c", "title": "Stream schema - field mapping persistence API (CRUD) should unmap a field", "expectedStatus": "passed", "tags": [ @@ -1829,13 +1877,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/schema_persistence.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/schema_persistence.spec.ts", "line": 370, "column": 12 } }, { - "id": "605fb0f3e683a59-a43a9144c1063e4", + "id": "f528ac7ed6551d1-a43a9144c1063e4", "title": "Stream schema - field mapping persistence API (CRUD) should add a new field and keep existing ones", "expectedStatus": "passed", "tags": [ @@ -1845,13 +1893,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/schema_persistence.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/schema_persistence.spec.ts", "line": 442, "column": 12 } }, { - "id": "605fb0f3e683a59-d2455a1645840f7", + "id": "f528ac7ed6551d1-d2455a1645840f7", "title": "Stream schema - field mapping persistence API (CRUD) should not affect processing when updating field mappings", "expectedStatus": "passed", "tags": [ @@ -1861,13 +1909,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/schema_persistence.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/schema_persistence.spec.ts", "line": 508, "column": 12 } }, { - "id": "605fb0f3e683a59-e9e603bde462538", + "id": "f528ac7ed6551d1-e9e603bde462538", "title": "Stream schema - field mapping persistence API (CRUD) should map deeply nested field", "expectedStatus": "passed", "tags": [ @@ -1877,13 +1925,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/schema_persistence.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/schema_persistence.spec.ts", "line": 574, "column": 12 } }, { - "id": "605fb0f3e683a59-6f8345613805406", + "id": "f528ac7ed6551d1-6f8345613805406", "title": "Stream schema - field mapping persistence API (CRUD) should return 400 for invalid field type", "expectedStatus": "passed", "tags": [ @@ -1893,13 +1941,13 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/schema_persistence.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/schema_persistence.spec.ts", "line": 616, "column": 12 } }, { - "id": "605fb0f3e683a59-7bbfb911242da11", + "id": "f528ac7ed6551d1-7bbfb911242da11", "title": "Stream schema - field mapping persistence API (CRUD) should return error when updating non-existent stream", "expectedStatus": "passed", "tags": [ @@ -1909,58 +1957,10 @@ "@cloud-serverless-observability_complete" ], "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/schema_persistence.spec.ts", + "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/streams/schema_persistence.spec.ts", "line": 648, "column": 12 } - }, - { - "id": "81c04dd98aaac9d-f2cdce8b1ae1c0f", - "title": "search_kis tool returns knowledge indicators (features + queries) by default", - "expectedStatus": "skipped", - "tags": [ - "@local-stateful-classic", - "@cloud-stateful-classic", - "@local-serverless-observability_complete", - "@cloud-serverless-observability_complete" - ], - "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/search_knowledge_indicators_tool.spec.ts", - "line": 93, - "column": 12 - } - }, - { - "id": "81c04dd98aaac9d-21a2d7a788ff71d", - "title": "search_kis tool supports kind=[query] (queries-only KIs)", - "expectedStatus": "skipped", - "tags": [ - "@local-stateful-classic", - "@cloud-stateful-classic", - "@local-serverless-observability_complete", - "@cloud-serverless-observability_complete" - ], - "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/search_knowledge_indicators_tool.spec.ts", - "line": 193, - "column": 12 - } - }, - { - "id": "81c04dd98aaac9d-f0e478e5d2accdb", - "title": "search_kis tool returns an error result when Significant Events is disabled", - "expectedStatus": "skipped", - "tags": [ - "@local-stateful-classic", - "@cloud-stateful-classic", - "@local-serverless-observability_complete", - "@cloud-serverless-observability_complete" - ], - "location": { - "file": "x-pack/platform/plugins/shared/streams/test/scout/api/tests/search_knowledge_indicators_tool.spec.ts", - "line": 217, - "column": 12 - } } ] } \ No newline at end of file diff --git a/x-pack/platform/plugins/shared/streams_app/test/scout/.meta/ui/standard.json b/x-pack/platform/plugins/shared/streams_app/test/scout/.meta/ui/standard.json index b789e2c265ccf..4f8b9537890a0 100644 --- a/x-pack/platform/plugins/shared/streams_app/test/scout/.meta/ui/standard.json +++ b/x-pack/platform/plugins/shared/streams_app/test/scout/.meta/ui/standard.json @@ -1,5 +1,5 @@ { - "sha1": "94a5321ad614b48e9a9d53fc22bd8758f8f47bb1", + "sha1": "776c83ec2cbd8d1513a3a8fcf7962eb19ca51c21", "tests": [ { "id": "3cc9409cebf2cef-744ce32675c025c", @@ -519,11 +519,12 @@ "tags": [ "@local-stateful-classic", "@cloud-stateful-classic", - "@local-serverless-observability_complete" + "@local-serverless-observability_complete", + "@cloud-serverless-observability_complete" ], "location": { "file": "x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_processing/create_steps.spec.ts", - "line": 40, + "line": 39, "column": 9 } }, @@ -534,11 +535,12 @@ "tags": [ "@local-stateful-classic", "@cloud-stateful-classic", - "@local-serverless-observability_complete" + "@local-serverless-observability_complete", + "@cloud-serverless-observability_complete" ], "location": { "file": "x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_processing/create_steps.spec.ts", - "line": 57, + "line": 56, "column": 9 } }, @@ -549,11 +551,12 @@ "tags": [ "@local-stateful-classic", "@cloud-stateful-classic", - "@local-serverless-observability_complete" + "@local-serverless-observability_complete", + "@cloud-serverless-observability_complete" ], "location": { "file": "x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_processing/create_steps.spec.ts", - "line": 68, + "line": 67, "column": 9 } }, @@ -564,11 +567,12 @@ "tags": [ "@local-stateful-classic", "@cloud-stateful-classic", - "@local-serverless-observability_complete" + "@local-serverless-observability_complete", + "@cloud-serverless-observability_complete" ], "location": { "file": "x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_processing/create_steps.spec.ts", - "line": 76, + "line": 75, "column": 9 } }, @@ -579,11 +583,12 @@ "tags": [ "@local-stateful-classic", "@cloud-stateful-classic", - "@local-serverless-observability_complete" + "@local-serverless-observability_complete", + "@cloud-serverless-observability_complete" ], "location": { "file": "x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_processing/create_steps.spec.ts", - "line": 97, + "line": 96, "column": 9 } }, @@ -594,11 +599,12 @@ "tags": [ "@local-stateful-classic", "@cloud-stateful-classic", - "@local-serverless-observability_complete" + "@local-serverless-observability_complete", + "@cloud-serverless-observability_complete" ], "location": { "file": "x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_processing/create_steps.spec.ts", - "line": 119, + "line": 118, "column": 9 } }, @@ -609,11 +615,12 @@ "tags": [ "@local-stateful-classic", "@cloud-stateful-classic", - "@local-serverless-observability_complete" + "@local-serverless-observability_complete", + "@cloud-serverless-observability_complete" ], "location": { "file": "x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_processing/create_steps.spec.ts", - "line": 138, + "line": 137, "column": 9 } }, @@ -624,11 +631,12 @@ "tags": [ "@local-stateful-classic", "@cloud-stateful-classic", - "@local-serverless-observability_complete" + "@local-serverless-observability_complete", + "@cloud-serverless-observability_complete" ], "location": { "file": "x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_processing/create_steps.spec.ts", - "line": 161, + "line": 160, "column": 9 } }, @@ -639,11 +647,12 @@ "tags": [ "@local-stateful-classic", "@cloud-stateful-classic", - "@local-serverless-observability_complete" + "@local-serverless-observability_complete", + "@cloud-serverless-observability_complete" ], "location": { "file": "x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_processing/create_steps.spec.ts", - "line": 177, + "line": 176, "column": 9 } }, @@ -654,11 +663,12 @@ "tags": [ "@local-stateful-classic", "@cloud-stateful-classic", - "@local-serverless-observability_complete" + "@local-serverless-observability_complete", + "@cloud-serverless-observability_complete" ], "location": { "file": "x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_processing/create_steps.spec.ts", - "line": 197, + "line": 196, "column": 9 } }, @@ -669,11 +679,12 @@ "tags": [ "@local-stateful-classic", "@cloud-stateful-classic", - "@local-serverless-observability_complete" + "@local-serverless-observability_complete", + "@cloud-serverless-observability_complete" ], "location": { "file": "x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_processing/create_steps.spec.ts", - "line": 212, + "line": 211, "column": 9 } }, @@ -837,22 +848,6 @@ "column": 9 } }, - { - "id": "b201a68947c8b96-de4f2955b17c644", - "title": "Stream data processing - editing steps should handle insufficient privileges gracefully", - "expectedStatus": "passed", - "tags": [ - "@local-stateful-classic", - "@cloud-stateful-classic", - "@local-serverless-observability_complete", - "@cloud-serverless-observability_complete" - ], - "location": { - "file": "x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_processing/edit_steps.spec.ts", - "line": 126, - "column": 9 - } - }, { "id": "82b33ef5739b8e3-4c62aa445525a43", "title": "Stream data processing - error handling and recovery should handle network failures during a processor creation", @@ -1362,7 +1357,7 @@ { "id": "8431b9ecd24de8b-5410dfb47f53d9f", "title": "Stream data processing - simulation preview should display default samples when no processors are configured", - "expectedStatus": "skipped", + "expectedStatus": "passed", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic", @@ -1371,14 +1366,14 @@ ], "location": { "file": "x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_processing/processing_simulation_preview.spec.ts", - "line": 40, + "line": 39, "column": 9 } }, { "id": "8431b9ecd24de8b-4d4434a7ddc103d", "title": "Stream data processing - simulation preview should automatically update the simulation preview when changing a new processor config", - "expectedStatus": "skipped", + "expectedStatus": "passed", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic", @@ -1387,14 +1382,14 @@ ], "location": { "file": "x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_processing/processing_simulation_preview.spec.ts", - "line": 55, + "line": 54, "column": 9 } }, { "id": "8431b9ecd24de8b-659f0680e911a10", "title": "Stream data processing - simulation preview should update the simulation preview to previous state when discarding a new processor", - "expectedStatus": "skipped", + "expectedStatus": "passed", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic", @@ -1403,14 +1398,14 @@ ], "location": { "file": "x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_processing/processing_simulation_preview.spec.ts", - "line": 88, + "line": 87, "column": 9 } }, { "id": "8431b9ecd24de8b-a7813857083cd20", "title": "Stream data processing - simulation preview should update the simulation preview with outcome of multiple new processors", - "expectedStatus": "skipped", + "expectedStatus": "passed", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic", @@ -1419,14 +1414,14 @@ ], "location": { "file": "x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_processing/processing_simulation_preview.spec.ts", - "line": 123, + "line": 122, "column": 9 } }, { "id": "8431b9ecd24de8b-3346718a174e09f", "title": "Stream data processing - simulation preview should update the simulation preview with processed dates from another locale/timezone", - "expectedStatus": "skipped", + "expectedStatus": "passed", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic", @@ -1435,14 +1430,14 @@ ], "location": { "file": "x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_processing/processing_simulation_preview.spec.ts", - "line": 177, + "line": 176, "column": 9 } }, { "id": "8431b9ecd24de8b-d4e223d8a2dab6e", "title": "Stream data processing - simulation preview should show dropped documents in the simulation preview", - "expectedStatus": "skipped", + "expectedStatus": "passed", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic", @@ -1451,7 +1446,7 @@ ], "location": { "file": "x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_processing/processing_simulation_preview.spec.ts", - "line": 221, + "line": 220, "column": 9 } }, @@ -1495,7 +1490,7 @@ ], "location": { "file": "x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_quality.spec.ts", - "line": 83, + "line": 84, "column": 9 } }, @@ -1511,7 +1506,7 @@ ], "location": { "file": "x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_quality.spec.ts", - "line": 100, + "line": 101, "column": 9 } }, @@ -1527,7 +1522,7 @@ ], "location": { "file": "x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_quality.spec.ts", - "line": 118, + "line": 119, "column": 9 } }, @@ -1543,7 +1538,7 @@ ], "location": { "file": "x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_quality.spec.ts", - "line": 132, + "line": 133, "column": 9 } }, @@ -1559,7 +1554,7 @@ ], "location": { "file": "x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_quality.spec.ts", - "line": 150, + "line": 151, "column": 9 } }, @@ -1575,7 +1570,7 @@ ], "location": { "file": "x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_quality.spec.ts", - "line": 183, + "line": 184, "column": 9 } }, @@ -1591,7 +1586,7 @@ ], "location": { "file": "x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_quality.spec.ts", - "line": 206, + "line": 207, "column": 9 } }, @@ -1607,7 +1602,7 @@ ], "location": { "file": "x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_quality.spec.ts", - "line": 216, + "line": 217, "column": 9 } }, @@ -1623,7 +1618,7 @@ ], "location": { "file": "x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_quality.spec.ts", - "line": 241, + "line": 242, "column": 9 } }, @@ -1639,7 +1634,7 @@ ], "location": { "file": "x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_quality.spec.ts", - "line": 268, + "line": 269, "column": 9 } }, @@ -1655,7 +1650,7 @@ ], "location": { "file": "x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_quality.spec.ts", - "line": 293, + "line": 294, "column": 9 } }, @@ -1767,7 +1762,7 @@ ], "location": { "file": "x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_retention/failure_store.spec.ts", - "line": 62, + "line": 63, "column": 7 } }, @@ -1783,7 +1778,7 @@ ], "location": { "file": "x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_retention/failure_store.spec.ts", - "line": 78, + "line": 79, "column": 7 } }, @@ -1799,7 +1794,7 @@ ], "location": { "file": "x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_retention/failure_store.spec.ts", - "line": 91, + "line": 92, "column": 7 } }, @@ -1813,7 +1808,7 @@ ], "location": { "file": "x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_retention/failure_store.spec.ts", - "line": 107, + "line": 108, "column": 7 } }, @@ -1829,7 +1824,7 @@ ], "location": { "file": "x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_retention/failure_store.spec.ts", - "line": 130, + "line": 131, "column": 7 } }, @@ -1845,7 +1840,7 @@ ], "location": { "file": "x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_retention/failure_store.spec.ts", - "line": 151, + "line": 152, "column": 7 } }, @@ -1861,7 +1856,7 @@ ], "location": { "file": "x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_retention/failure_store.spec.ts", - "line": 167, + "line": 168, "column": 7 } }, @@ -1877,7 +1872,7 @@ ], "location": { "file": "x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_retention/failure_store.spec.ts", - "line": 183, + "line": 184, "column": 7 } }, @@ -1891,7 +1886,7 @@ ], "location": { "file": "x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_retention/failure_store.spec.ts", - "line": 204, + "line": 205, "column": 7 } }, @@ -1907,7 +1902,7 @@ ], "location": { "file": "x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_retention/failure_store.spec.ts", - "line": 227, + "line": 228, "column": 7 } }, @@ -1923,7 +1918,7 @@ ], "location": { "file": "x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_retention/failure_store.spec.ts", - "line": 246, + "line": 247, "column": 7 } }, @@ -1939,7 +1934,7 @@ ], "location": { "file": "x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_retention/failure_store.spec.ts", - "line": 258, + "line": 259, "column": 7 } }, @@ -1955,7 +1950,7 @@ ], "location": { "file": "x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_retention/failure_store.spec.ts", - "line": 280, + "line": 281, "column": 7 } }, @@ -1971,7 +1966,7 @@ ], "location": { "file": "x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_retention/failure_store.spec.ts", - "line": 296, + "line": 297, "column": 7 } }, @@ -1987,7 +1982,7 @@ ], "location": { "file": "x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_retention/failure_store.spec.ts", - "line": 319, + "line": 320, "column": 7 } }, @@ -2458,28 +2453,28 @@ { "id": "41f986dc7d507af-177423f5f28279b", "title": "Stream data routing - AI suggestions generation should successfully generate and display suggestions", - "expectedStatus": "passed", + "expectedStatus": "skipped", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic" ], "location": { "file": "x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_routing/ai_suggestions_generation.spec.ts", - "line": 49, + "line": 50, "column": 9 } }, { "id": "41f986dc7d507af-6a6bd738cf29b44", "title": "Stream data routing - AI suggestions generation should handle empty suggestions response", - "expectedStatus": "passed", + "expectedStatus": "skipped", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic" ], "location": { "file": "x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_routing/ai_suggestions_generation.spec.ts", - "line": 59, + "line": 60, "column": 9 } }, @@ -3560,7 +3555,7 @@ { "id": "5cc5f39235bac27-cbc15fc0aafc245", "title": "Stream list view - table values should display correct doc count in the table", - "expectedStatus": "skipped", + "expectedStatus": "passed", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic", @@ -3569,14 +3564,14 @@ ], "location": { "file": "x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/streams_list_view/streams_table_values.spec.ts", - "line": 117, + "line": 116, "column": 9 } }, { "id": "5cc5f39235bac27-33b9b0d2d910060", "title": "Stream list view - table values should display correct data quality badge", - "expectedStatus": "skipped", + "expectedStatus": "passed", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic", @@ -3585,14 +3580,14 @@ ], "location": { "file": "x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/streams_list_view/streams_table_values.spec.ts", - "line": 128, + "line": 127, "column": 9 } }, { "id": "5cc5f39235bac27-960cbddcfc2d99e", "title": "Stream list view - table values should display correct retention in the table", - "expectedStatus": "skipped", + "expectedStatus": "passed", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic", @@ -3601,14 +3596,14 @@ ], "location": { "file": "x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/streams_list_view/streams_table_values.spec.ts", - "line": 134, + "line": 133, "column": 9 } }, { "id": "5cc5f39235bac27-273d9e3abd6bc69", "title": "Stream list view - table values should provide Discover actions with correct ESQL queries", - "expectedStatus": "skipped", + "expectedStatus": "passed", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic", @@ -3617,7 +3612,7 @@ ], "location": { "file": "x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/streams_list_view/streams_table_values.spec.ts", - "line": 144, + "line": 143, "column": 9 } }, diff --git a/x-pack/platform/plugins/shared/task_manager/test/scout/.meta/api/standard.json b/x-pack/platform/plugins/shared/task_manager/test/scout/.meta/api/standard.json index 084fad43c9e53..3094e82efebcf 100644 --- a/x-pack/platform/plugins/shared/task_manager/test/scout/.meta/api/standard.json +++ b/x-pack/platform/plugins/shared/task_manager/test/scout/.meta/api/standard.json @@ -1,5 +1,5 @@ { - "sha1": "46f958969d56cdee3d12499e1c4d8eed5eeb99a7", + "sha1": "6c0dea0264f9b07f5859256ef261e0cd9c8fb02b", "tests": [ { "id": "61070c0c401f9ab-03c8e0a7f9c921c", diff --git a/x-pack/platform/plugins/shared/task_manager/test/scout_task_manager_uiam/.meta/api/standard.json b/x-pack/platform/plugins/shared/task_manager/test/scout_task_manager_uiam/.meta/api/standard.json index 888d1b3010a0f..9ab5e29ec14b2 100644 --- a/x-pack/platform/plugins/shared/task_manager/test/scout_task_manager_uiam/.meta/api/standard.json +++ b/x-pack/platform/plugins/shared/task_manager/test/scout_task_manager_uiam/.meta/api/standard.json @@ -1,5 +1,5 @@ { - "sha1": "d3a6e733685da3818d4e96db30df0c9f69f3099b", + "sha1": "793c734d0b28068c2c63f7a8019ed03f9761b8b3", "tests": [ { "id": "208b6394ca1260b-100a2f007029fdb", diff --git a/x-pack/solutions/observability/plugins/apm/test/scout/.meta/ui/parallel.json b/x-pack/solutions/observability/plugins/apm/test/scout/.meta/ui/parallel.json index 5bc593803b9b9..6bdfc6ab226a8 100644 --- a/x-pack/solutions/observability/plugins/apm/test/scout/.meta/ui/parallel.json +++ b/x-pack/solutions/observability/plugins/apm/test/scout/.meta/ui/parallel.json @@ -1,5 +1,5 @@ { - "sha1": "5fcfcb0715b27283bded3cce369b453b80599e8d", + "sha1": "169861cdd67757b2c1bf07c95843daad181845d0", "tests": [ { "id": "5e91b4cbd08e25e-f2cd2d3cdc77643", @@ -18,8 +18,8 @@ } }, { - "id": "4799fe461e33a92-8f347a93a56e59f", - "title": "Alert details - APM journey Stateful - View in APM link from alert details page", + "id": "4799fe461e33a92-c74e20529e96d27", + "title": "Alert details - Explore in APM Stateful - View in APM link from alert details page", "expectedStatus": "passed", "tags": [ "@local-stateful-classic", @@ -27,13 +27,13 @@ ], "location": { "file": "x-pack/solutions/observability/plugins/apm/test/scout/ui/parallel_tests/alerts/alert_details_apm.spec.ts", - "line": 121, + "line": 87, "column": 7 } }, { - "id": "4799fe461e33a92-93cff1a99a11ea2", - "title": "Alert details - APM journey Serverless - View in APM link from alert details page", + "id": "4799fe461e33a92-31a86326526525f", + "title": "Alert details - Explore in APM Serverless - View in APM link from alert details page", "expectedStatus": "passed", "tags": [ "@local-serverless-observability_complete", @@ -41,7 +41,63 @@ ], "location": { "file": "x-pack/solutions/observability/plugins/apm/test/scout/ui/parallel_tests/alerts/alert_details_apm.spec.ts", - "line": 127, + "line": 93, + "column": 7 + } + }, + { + "id": "a8b772722b95dac-345cf8b9ba5e4fc", + "title": "Alert details - Chart layout Stateful - Latency threshold renders correct chart layout", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/solutions/observability/plugins/apm/test/scout/ui/parallel_tests/alerts/alert_details_chart_layout.spec.ts", + "line": 72, + "column": 7 + } + }, + { + "id": "a8b772722b95dac-064ee06ae3efb3a", + "title": "Alert details - Chart layout Serverless - Latency threshold renders correct chart layout", + "expectedStatus": "passed", + "tags": [ + "@local-serverless-observability_complete", + "@cloud-serverless-observability_complete" + ], + "location": { + "file": "x-pack/solutions/observability/plugins/apm/test/scout/ui/parallel_tests/alerts/alert_details_chart_layout.spec.ts", + "line": 78, + "column": 7 + } + }, + { + "id": "a8b772722b95dac-06f72cdbe1613f9", + "title": "Alert details - Chart layout Stateful - Failed transaction rate renders correct chart layout", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic" + ], + "location": { + "file": "x-pack/solutions/observability/plugins/apm/test/scout/ui/parallel_tests/alerts/alert_details_chart_layout.spec.ts", + "line": 84, + "column": 7 + } + }, + { + "id": "a8b772722b95dac-03c7c4e61ee8c9e", + "title": "Alert details - Chart layout Serverless - Failed transaction rate renders correct chart layout", + "expectedStatus": "passed", + "tags": [ + "@local-serverless-observability_complete", + "@cloud-serverless-observability_complete" + ], + "location": { + "file": "x-pack/solutions/observability/plugins/apm/test/scout/ui/parallel_tests/alerts/alert_details_chart_layout.spec.ts", + "line": 90, "column": 7 } }, @@ -533,7 +589,7 @@ ], "location": { "file": "x-pack/solutions/observability/plugins/apm/test/scout/ui/parallel_tests/service_dashboards/service_dashboards.spec.ts", - "line": 66, + "line": 73, "column": 9 } }, @@ -549,7 +605,7 @@ ], "location": { "file": "x-pack/solutions/observability/plugins/apm/test/scout/ui/parallel_tests/service_dashboards/service_dashboards.spec.ts", - "line": 90, + "line": 97, "column": 9 } }, @@ -677,7 +733,7 @@ ], "location": { "file": "x-pack/solutions/observability/plugins/apm/test/scout/ui/parallel_tests/service_map/service_map_a11y.spec.ts", - "line": 68, + "line": 66, "column": 9 } }, diff --git a/x-pack/solutions/observability/plugins/infra/test/scout/.meta/ui/parallel.json b/x-pack/solutions/observability/plugins/infra/test/scout/.meta/ui/parallel.json index 35e34e4b7ea12..fe5d3cc967ad0 100644 --- a/x-pack/solutions/observability/plugins/infra/test/scout/.meta/ui/parallel.json +++ b/x-pack/solutions/observability/plugins/infra/test/scout/.meta/ui/parallel.json @@ -1,5 +1,5 @@ { - "sha1": "f42e67bedd1f3e9905624ce94117cad6b0c98139", + "sha1": "355f80ffb551acef4a742276ef8eb2cf2888cb5c", "tests": [ { "id": "50b3a018a3d8e65-f2cd2d3cdc77643", @@ -706,7 +706,7 @@ { "id": "f99b488a0e6019e-b6ddb921df7e2cd", "title": "Node Details: host without metrics Overview Tab - KPI tiles show N/A", - "expectedStatus": "passed", + "expectedStatus": "skipped", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic", @@ -715,8 +715,8 @@ ], "location": { "file": "x-pack/solutions/observability/plugins/infra/test/scout/ui/parallel_tests/node_details/node_details.host_without_metrics.spec.ts", - "line": 22, - "column": 9 + "line": 27, + "column": 10 } }, { diff --git a/x-pack/solutions/observability/plugins/infra/test/scout/.meta/ui/standard.json b/x-pack/solutions/observability/plugins/infra/test/scout/.meta/ui/standard.json index 568e2d8a0ceac..8716778f592e0 100644 --- a/x-pack/solutions/observability/plugins/infra/test/scout/.meta/ui/standard.json +++ b/x-pack/solutions/observability/plugins/infra/test/scout/.meta/ui/standard.json @@ -1,5 +1,5 @@ { - "sha1": "f42e67bedd1f3e9905624ce94117cad6b0c98139", + "sha1": "355f80ffb551acef4a742276ef8eb2cf2888cb5c", "tests": [ { "id": "a01812d3d8d03d1-6edec65fe06717b", diff --git a/x-pack/solutions/security/plugins/entity_store/test/scout/.meta/api/standard.json b/x-pack/solutions/security/plugins/entity_store/test/scout/.meta/api/standard.json index c9175824fe13b..905a397a5ec2c 100644 --- a/x-pack/solutions/security/plugins/entity_store/test/scout/.meta/api/standard.json +++ b/x-pack/solutions/security/plugins/entity_store/test/scout/.meta/api/standard.json @@ -1,5 +1,5 @@ { - "sha1": "bc9d51b45677f41e7153da001143202a2ea3dadd", + "sha1": "4271f06795302acb3e4135cea13b2a3e854761b1", "tests": [ { "id": "2b226b45edecc17-e395ce97cca539e", @@ -786,8 +786,8 @@ } }, { - "id": "0cdf5c38d17a5a2-76fd94c32cfaf0d", - "title": "DSL query translation user.ts DSL: should return a single matching hit for scenario \"idp-asset-azure-user-name\"", + "id": "0cdf5c38d17a5a2-118a71963586d15", + "title": "DSL query translation user.ts DSL: should return a single matching hit for scenario \"non-idp-asset-azure-user-name\"", "expectedStatus": "passed", "tags": [ "@local-stateful-classic", @@ -1261,7 +1261,7 @@ ], "location": { "file": "x-pack/solutions/security/plugins/entity_store/test/scout/api/tests/dsl_translation.spec.ts", - "line": 301, + "line": 304, "column": 10 } }, @@ -1277,7 +1277,7 @@ ], "location": { "file": "x-pack/solutions/security/plugins/entity_store/test/scout/api/tests/dsl_translation.spec.ts", - "line": 316, + "line": 319, "column": 10 } }, @@ -1309,7 +1309,7 @@ ], "location": { "file": "x-pack/solutions/security/plugins/entity_store/test/scout/api/tests/entity_extraction_paginated.spec.ts", - "line": 109, + "line": 108, "column": 12 } }, @@ -1713,6 +1713,22 @@ "column": 10 } }, + { + "id": "5384aa0c0712e1f-bbd3312f425bf1f", + "title": "Entity Store logs extraction broken mapping should collect new field values on subsequent extractions when entity already exists and field has multi-field sub-fields", + "expectedStatus": "passed", + "tags": [ + "@local-stateful-classic", + "@cloud-stateful-classic", + "@local-serverless-security_complete", + "@cloud-serverless-security_complete" + ], + "location": { + "file": "x-pack/solutions/security/plugins/entity_store/test/scout/api/tests/logs_extraction_broken_mapping.spec.ts", + "line": 368, + "column": 10 + } + }, { "id": "5384aa0c0712e1f-2c4ad9aaffd3713", "title": "Entity Store logs extraction broken mapping should extract users successfully when source index has conflicting field mappings (IDP + local id / filters)", @@ -1725,7 +1741,7 @@ ], "location": { "file": "x-pack/solutions/security/plugins/entity_store/test/scout/api/tests/logs_extraction_broken_mapping.spec.ts", - "line": 368, + "line": 456, "column": 10 } }, @@ -1741,7 +1757,7 @@ ], "location": { "file": "x-pack/solutions/security/plugins/entity_store/test/scout/api/tests/logs_extraction.spec.ts", - "line": 79, + "line": 80, "column": 10 } }, @@ -1757,7 +1773,7 @@ ], "location": { "file": "x-pack/solutions/security/plugins/entity_store/test/scout/api/tests/logs_extraction.spec.ts", - "line": 116, + "line": 112, "column": 10 } }, @@ -1773,7 +1789,7 @@ ], "location": { "file": "x-pack/solutions/security/plugins/entity_store/test/scout/api/tests/logs_extraction.spec.ts", - "line": 161, + "line": 152, "column": 10 } }, @@ -1789,7 +1805,7 @@ ], "location": { "file": "x-pack/solutions/security/plugins/entity_store/test/scout/api/tests/logs_extraction.spec.ts", - "line": 197, + "line": 184, "column": 10 } }, @@ -1805,7 +1821,7 @@ ], "location": { "file": "x-pack/solutions/security/plugins/entity_store/test/scout/api/tests/logs_extraction.spec.ts", - "line": 233, + "line": 216, "column": 10 } }, @@ -1821,7 +1837,7 @@ ], "location": { "file": "x-pack/solutions/security/plugins/entity_store/test/scout/api/tests/logs_extraction.spec.ts", - "line": 434, + "line": 417, "column": 10 } }, @@ -1837,7 +1853,7 @@ ], "location": { "file": "x-pack/solutions/security/plugins/entity_store/test/scout/api/tests/logs_extraction.spec.ts", - "line": 566, + "line": 549, "column": 10 } }, @@ -1854,7 +1870,7 @@ ], "location": { "file": "x-pack/solutions/security/plugins/entity_store/test/scout/api/tests/logs_extraction.spec.ts", - "line": 645, + "line": 628, "column": 10 } }, @@ -1870,7 +1886,7 @@ ], "location": { "file": "x-pack/solutions/security/plugins/entity_store/test/scout/api/tests/logs_extraction.spec.ts", - "line": 681, + "line": 664, "column": 10 } }, @@ -1886,7 +1902,7 @@ ], "location": { "file": "x-pack/solutions/security/plugins/entity_store/test/scout/api/tests/logs_extraction.spec.ts", - "line": 718, + "line": 701, "column": 10 } }, @@ -1902,7 +1918,7 @@ ], "location": { "file": "x-pack/solutions/security/plugins/entity_store/test/scout/api/tests/logs_extraction.spec.ts", - "line": 806, + "line": 789, "column": 10 } }, @@ -1918,7 +1934,7 @@ ], "location": { "file": "x-pack/solutions/security/plugins/entity_store/test/scout/api/tests/logs_extraction.spec.ts", - "line": 871, + "line": 854, "column": 10 } }, @@ -1934,7 +1950,7 @@ ], "location": { "file": "x-pack/solutions/security/plugins/entity_store/test/scout/api/tests/logs_extraction.spec.ts", - "line": 993, + "line": 976, "column": 10 } }, @@ -1950,7 +1966,7 @@ ], "location": { "file": "x-pack/solutions/security/plugins/entity_store/test/scout/api/tests/logs_extraction.spec.ts", - "line": 1052, + "line": 1035, "column": 10 } }, @@ -1966,7 +1982,7 @@ ], "location": { "file": "x-pack/solutions/security/plugins/entity_store/test/scout/api/tests/logs_extraction.spec.ts", - "line": 1088, + "line": 1071, "column": 10 } }, @@ -2099,8 +2115,8 @@ } }, { - "id": "519a3ae85face73-3abdfee42541c68", - "title": "Painless runtime field translation should align user.ts Painless entity_id with definitions for idp-asset-azure-user-name", + "id": "519a3ae85face73-e514b7c673e635c", + "title": "Painless runtime field translation should align user.ts Painless entity_id with definitions for non-idp-asset-azure-user-name", "expectedStatus": "passed", "tags": [ "@local-stateful-classic", @@ -2805,7 +2821,7 @@ { "id": "3f42f5552bb7860-c5bc8c37cddfe39", "title": "Entity Store Status API tests Should return status \"running\" with all 4 engine types \"started\" after a full install", - "expectedStatus": "passed", + "expectedStatus": "skipped", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic", @@ -2814,14 +2830,14 @@ ], "location": { "file": "x-pack/solutions/security/plugins/entity_store/test/scout/api/tests/status.spec.ts", - "line": 40, + "line": 41, "column": 10 } }, { "id": "3f42f5552bb7860-1d1c1e9c8f31ccc", "title": "Entity Store Status API tests Should return status \"not_installed\" and an empty engines array when the store is uninstalled", - "expectedStatus": "passed", + "expectedStatus": "skipped", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic", @@ -2830,14 +2846,14 @@ ], "location": { "file": "x-pack/solutions/security/plugins/entity_store/test/scout/api/tests/status.spec.ts", - "line": 58, + "line": 59, "column": 10 } }, { "id": "3f42f5552bb7860-0ad307183e734d5", "title": "Entity Store Status API tests Should return overall status \"running\" when 3 engines are \"started\" and 1 is \"stopped\"", - "expectedStatus": "passed", + "expectedStatus": "skipped", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic", @@ -2846,14 +2862,14 @@ ], "location": { "file": "x-pack/solutions/security/plugins/entity_store/test/scout/api/tests/status.spec.ts", - "line": 70, + "line": 71, "column": 10 } }, { "id": "3f42f5552bb7860-d7d0ca0ad16f60f", "title": "Entity Store Status API tests Should return overall status \"stopped\" when all 4 engines are stopped", - "expectedStatus": "passed", + "expectedStatus": "skipped", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic", @@ -2862,14 +2878,14 @@ ], "location": { "file": "x-pack/solutions/security/plugins/entity_store/test/scout/api/tests/status.spec.ts", - "line": 89, + "line": 90, "column": 10 } }, { "id": "270f59aeaa95d29-28713530a997c3b", "title": "Entity Store Stop API tests Should stop all engines when entityTypes is omitted", - "expectedStatus": "passed", + "expectedStatus": "skipped", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic", @@ -2878,14 +2894,14 @@ ], "location": { "file": "x-pack/solutions/security/plugins/entity_store/test/scout/api/tests/stop.spec.ts", - "line": 40, + "line": 41, "column": 10 } }, { "id": "270f59aeaa95d29-aa33d601f385a4b", "title": "Entity Store Stop API tests Should stop a single entity type", - "expectedStatus": "passed", + "expectedStatus": "skipped", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic", @@ -2894,14 +2910,14 @@ ], "location": { "file": "x-pack/solutions/security/plugins/entity_store/test/scout/api/tests/stop.spec.ts", - "line": 57, + "line": 58, "column": 10 } }, { "id": "270f59aeaa95d29-a0aa63d27758325", "title": "Entity Store Stop API tests Should return 200 when stopping an entity type that is already stopped", - "expectedStatus": "passed", + "expectedStatus": "skipped", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic", @@ -2910,14 +2926,14 @@ ], "location": { "file": "x-pack/solutions/security/plugins/entity_store/test/scout/api/tests/stop.spec.ts", - "line": 78, + "line": 79, "column": 10 } }, { "id": "270f59aeaa95d29-ab6423bd19e4ff9", "title": "Entity Store Stop API tests Should return 200 when stopping on an uninstalled store", - "expectedStatus": "passed", + "expectedStatus": "skipped", "tags": [ "@local-stateful-classic", "@cloud-stateful-classic", @@ -2926,7 +2942,7 @@ ], "location": { "file": "x-pack/solutions/security/plugins/entity_store/test/scout/api/tests/stop.spec.ts", - "line": 97, + "line": 98, "column": 10 } },