Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.x] [APM] Migrate test `apm-api-integration/tests/errors`…
… to be deployment agnostic api tests (#199655) (#200130) # Backport This will backport the following commits from `main` to `8.x`: - [[APM] Migrate test `apm-api-integration/tests/errors` to be deployment agnostic api tests (#199655)](#199655) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"jennypavlova","email":"dzheni.pavlova@elastic.co"},"sourceCommit":{"committedDate":"2024-11-14T09:39:46Z","message":"[APM] Migrate test `apm-api-integration/tests/errors` to be deployment agnostic api tests (#199655)\n\nCloses #198971 \r\nPart of #193245\r\n\r\n## Summary\r\n\r\nThis PR migrates test apm-api-integration/tests/errors to be deployment\r\nagnostic api tests\r\n\r\n## Testing\r\n\r\nServerless:\r\n\r\n```\r\nnode scripts/functional_tests_server --config x-pack/test/api_integration/deployment_agnostic/configs/serverless/oblt.serverless.config.ts\r\nnode scripts/functional_test_runner --config x-pack/test/api_integration/deployment_agnostic/configs/serverless/oblt.serverless.config.ts --grep=\"APM\"\r\n```\r\nStateful:\r\n\r\n```\r\nnode scripts/functional_tests_server --config x-pack/test/api_integration/deployment_agnostic/configs/stateful/oblt.stateful.config.ts\r\nnode scripts/functional_test_runner --config x-pack/test/api_integration/deployment_agnostic/configs/stateful/oblt.stateful.config.ts --grep=\"APM\"\r\n```","sha":"7921f5618d6af8e959ed4c52a91a026c672955ea","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor","ci:project-deploy-observability","Team:obs-ux-infra_services"],"title":"[APM] Migrate test `apm-api-integration/tests/errors` to be deployment agnostic api tests","number":199655,"url":"https://github.com/elastic/kibana/pull/199655","mergeCommit":{"message":"[APM] Migrate test `apm-api-integration/tests/errors` to be deployment agnostic api tests (#199655)\n\nCloses #198971 \r\nPart of #193245\r\n\r\n## Summary\r\n\r\nThis PR migrates test apm-api-integration/tests/errors to be deployment\r\nagnostic api tests\r\n\r\n## Testing\r\n\r\nServerless:\r\n\r\n```\r\nnode scripts/functional_tests_server --config x-pack/test/api_integration/deployment_agnostic/configs/serverless/oblt.serverless.config.ts\r\nnode scripts/functional_test_runner --config x-pack/test/api_integration/deployment_agnostic/configs/serverless/oblt.serverless.config.ts --grep=\"APM\"\r\n```\r\nStateful:\r\n\r\n```\r\nnode scripts/functional_tests_server --config x-pack/test/api_integration/deployment_agnostic/configs/stateful/oblt.stateful.config.ts\r\nnode scripts/functional_test_runner --config x-pack/test/api_integration/deployment_agnostic/configs/stateful/oblt.stateful.config.ts --grep=\"APM\"\r\n```","sha":"7921f5618d6af8e959ed4c52a91a026c672955ea"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/199655","number":199655,"mergeCommit":{"message":"[APM] Migrate test `apm-api-integration/tests/errors` to be deployment agnostic api tests (#199655)\n\nCloses #198971 \r\nPart of #193245\r\n\r\n## Summary\r\n\r\nThis PR migrates test apm-api-integration/tests/errors to be deployment\r\nagnostic api tests\r\n\r\n## Testing\r\n\r\nServerless:\r\n\r\n```\r\nnode scripts/functional_tests_server --config x-pack/test/api_integration/deployment_agnostic/configs/serverless/oblt.serverless.config.ts\r\nnode scripts/functional_test_runner --config x-pack/test/api_integration/deployment_agnostic/configs/serverless/oblt.serverless.config.ts --grep=\"APM\"\r\n```\r\nStateful:\r\n\r\n```\r\nnode scripts/functional_tests_server --config x-pack/test/api_integration/deployment_agnostic/configs/stateful/oblt.stateful.config.ts\r\nnode scripts/functional_test_runner --config x-pack/test/api_integration/deployment_agnostic/configs/stateful/oblt.stateful.config.ts --grep=\"APM\"\r\n```","sha":"7921f5618d6af8e959ed4c52a91a026c672955ea"}}]}] BACKPORT--> Co-authored-by: jennypavlova <dzheni.pavlova@elastic.co>
- Loading branch information