-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Copy/link existing FTR tests to test_serverless
#167314
Comments
Pinging @elastic/kibana-core (Team:Core) |
@elastic/kibana-operations do you see any issues with us copying these tests to run for serverless testing? |
@TinaHeiligers Some teams are reusing their tests, so it shouldn't be an issue. I haven't looked at your specific tests, but it may be necessary to setup tags to skip in specific environments. For example, if a test is flaky in serverless but not when running normally or if a test just doesn't work in serverless. |
@elastic/kibana-core it looks like we still need to do this work. If anyone does help out, please reference this issue in your PR(s) as |
@Ikuni17 I don't know how to use the tags. Where can I find out more? |
the first of many PR's borked, created a new one |
Reopening for other tests that need to be added. |
Adding the tests identified in the description would be faster if the whole core team worked on this, so I'm unassigning myself here. |
The original list as given in the description is stale. New issues will be opened for tests that need to be added. |
This issue may need to broken into sub-issues. We want to see how much test coverage can easily be ported over to the
test_serverless
folder. FTR tests of interest:API integration
test/api_integration/apis/core
PR #167570test/api_integration/apis/saved_objects
SO HTTP APIs removed in serverless(?)--> telemetry tests run for each Project type alreadytest/api_integration/apis/telemetry
test/server_integration/*
not testing anything that could be a risk for serverlesstest/plugin_functional/test_suites/saved_objects_hidden_type
SO HTTP APIs removed in serverlesstest/plugin_functional/test_suites/saved_objects_management
(maybe API integration tests provide enough coverage and we can skip these?)test/health_gateway/tests
Not used on serverlessE2E
test/functional/apps/bundles
x-pack/test/functional_execution_context/plugins/alerts
test/node_roles_functional/plugins/core_plugin_initializer_context
Other
test/analytics/plugins/analytics_plugin_a
x-pack/test/saved_objects_field_count
test/analytics/tests
test/plugin_functional/test_suites/core
test/plugin_functional/test_suites/core_plugins
The text was updated successfully, but these errors were encountered: