Skip to content

Commit c9bd8c8

Browse files
authored
Test async and graph against runtime fields (#61651)
This runs the async search and graph tests against runtime fields.
1 parent 4a67e76 commit c9bd8c8

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

x-pack/plugin/runtime-fields/qa/rest/build.gradle

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,33 @@
11
apply plugin: 'elasticsearch.yaml-rest-test'
22

33
restResources {
4+
restApi {
5+
includeXpack 'async_search', 'graph'
6+
}
47
restTests {
58
includeCore '*'
9+
includeXpack 'async_search', 'graph'
610
}
711
}
812

913
testClusters.yamlRestTest {
1014
testDistribution = 'DEFAULT'
15+
setting 'xpack.license.self_generated.type', 'trial'
1116
}
1217

1318
yamlRestTest {
1419
systemProperty 'tests.rest.suite',
1520
[
21+
'async_search',
22+
'field_caps',
23+
'graph',
24+
'msearch',
1625
'search',
1726
'search.aggregation',
1827
'search.highlight',
1928
'search.inner_hits',
2029
'search_shards',
2130
'suggest',
22-
'msearch',
23-
'field_caps',
2431
].join(',')
2532
systemProperty 'tests.rest.blacklist',
2633
[

0 commit comments

Comments
 (0)