From ef94d7e7c85953d335573755b23c91fe854a1b6d Mon Sep 17 00:00:00 2001 From: Nik Everett Date: Thu, 27 Aug 2020 15:15:13 -0400 Subject: [PATCH] Test async and graph against runtime fields This runs the async search and graph tests against runtime fields. --- x-pack/plugin/runtime-fields/qa/rest/build.gradle | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/x-pack/plugin/runtime-fields/qa/rest/build.gradle b/x-pack/plugin/runtime-fields/qa/rest/build.gradle index 3e450802d46ef..c6a8372d637ef 100644 --- a/x-pack/plugin/runtime-fields/qa/rest/build.gradle +++ b/x-pack/plugin/runtime-fields/qa/rest/build.gradle @@ -1,26 +1,33 @@ apply plugin: 'elasticsearch.yaml-rest-test' restResources { + restApi { + includeXpack 'async_search', 'graph' + } restTests { includeCore '*' + includeXpack 'async_search', 'graph' } } testClusters.yamlRestTest { testDistribution = 'DEFAULT' + setting 'xpack.license.self_generated.type', 'trial' } yamlRestTest { systemProperty 'tests.rest.suite', [ + 'async_search', + 'field_caps', + 'graph', + 'msearch', 'search', 'search.aggregation', 'search.highlight', 'search.inner_hits', 'search_shards', 'suggest', - 'msearch', - 'field_caps', ].join(',') systemProperty 'tests.rest.blacklist', [