-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Expand CCS tests coverage #84481
Copy link
Copy link
Closed
Labels
:Search/SearchSearch-related issues that do not fall into other categoriesSearch-related issues that do not fall into other categories>tech-debt>testIssues or PRs that are addressing/adding testsIssues or PRs that are addressing/adding testsMetaTeam:SearchMeta label for search teamMeta label for search team
Metadata
Metadata
Assignees
Labels
:Search/SearchSearch-related issues that do not fall into other categoriesSearch-related issues that do not fall into other categories>tech-debt>testIssues or PRs that are addressing/adding testsIssues or PRs that are addressing/adding testsMetaTeam:SearchMeta label for search teamMeta label for search team
Type
Fields
Give feedbackNo fields configured for issues without a type.
We currently have integration tests that cover cross-cluster search. What they don't cover is cross-cluster communication across multiple versions. We should make sure that these tests run against the previous minor version and double check their coverage (e.g. do they use the fields API? do they also cover field_caps? Which features of search and field_caps they cover?).
As a natural follow-up, it might make sense to consider reusing the existing field_caps and search tests yaml tests and run them in a CCS scenario, so that we don't need to maintain parallel CCS tests manually, as they tend to be forgotten over time.
Perhaps related to #78472 as it involves more CCS testing
Currently the steps we identified to reach better coverage are
proxy modein CCS is covered well in tests or if it also needs more coverage