File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
qa/multi-project/core-rest-tests-with-multiple-projects Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ restResources {
25
25
}
26
26
27
27
configurations {
28
- basicRestSpecs {
28
+ restTests {
29
29
attributes {
30
30
attribute(ArtifactTypeDefinition . ARTIFACT_TYPE_ATTRIBUTE , ArtifactTypeDefinition . DIRECTORY_TYPE )
31
31
}
32
32
}
33
33
}
34
34
35
35
artifacts {
36
- basicRestSpecs (new File (projectDir, " src/yamlRestTest/resources/rest-api-spec/test" ))
36
+ restTests (new File (projectDir, " src/yamlRestTest/resources/rest-api-spec/test" ))
37
37
}
38
38
39
39
dependencies {
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ dependencies {
31
31
restTestConfig project(path : ' :modules:data-streams' , configuration : " restTests" )
32
32
restTestConfig project(path : ' :modules:ingest-common' , configuration : " basicRestSpecs" )
33
33
restTestConfig project(path : ' :modules:reindex' , configuration : " basicRestSpecs" )
34
- restTestConfig project(path : ' :modules:streams' , configuration : " basicRestSpecs " )
34
+ restTestConfig project(path : ' :modules:streams' , configuration : " restTests " )
35
35
}
36
36
37
37
// let the yamlRestTests see the classpath of test
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ dependencies {
22
22
freeTests project(path : ' :modules:analysis-common' , configuration : ' restTests' )
23
23
freeTests project(path : ' :modules:data-streams' , configuration : ' restTests' )
24
24
freeTests project(path : ' :modules:ingest-geoip' , configuration : ' restTests' )
25
+ freeTests project(path : ' :modules:streams' , configuration : ' restTests' )
25
26
compatApis project(path : ' :rest-api-spec' , configuration : ' restCompatSpecs' )
26
27
compatApis project(path : ' :x-pack:plugin' , configuration : ' restCompatSpecs' )
27
28
freeCompatTests project(path : ' :rest-api-spec' , configuration : ' restCompatTests' )
You can’t perform that action at this time.
0 commit comments