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 {
2525}
2626
2727configurations {
28- basicRestSpecs {
28+ restTests {
2929 attributes {
3030 attribute(ArtifactTypeDefinition . ARTIFACT_TYPE_ATTRIBUTE , ArtifactTypeDefinition . DIRECTORY_TYPE )
3131 }
3232 }
3333}
3434
3535artifacts {
36- basicRestSpecs (new File (projectDir, " src/yamlRestTest/resources/rest-api-spec/test" ))
36+ restTests (new File (projectDir, " src/yamlRestTest/resources/rest-api-spec/test" ))
3737}
3838
3939dependencies {
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ dependencies {
3131 restTestConfig project(path : ' :modules:data-streams' , configuration : " restTests" )
3232 restTestConfig project(path : ' :modules:ingest-common' , configuration : " basicRestSpecs" )
3333 restTestConfig project(path : ' :modules:reindex' , configuration : " basicRestSpecs" )
34- restTestConfig project(path : ' :modules:streams' , configuration : " basicRestSpecs " )
34+ restTestConfig project(path : ' :modules:streams' , configuration : " restTests " )
3535}
3636
3737// let the yamlRestTests see the classpath of test
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ dependencies {
2222 freeTests project(path : ' :modules:analysis-common' , configuration : ' restTests' )
2323 freeTests project(path : ' :modules:data-streams' , configuration : ' restTests' )
2424 freeTests project(path : ' :modules:ingest-geoip' , configuration : ' restTests' )
25+ freeTests project(path : ' :modules:streams' , configuration : ' restTests' )
2526 compatApis project(path : ' :rest-api-spec' , configuration : ' restCompatSpecs' )
2627 compatApis project(path : ' :x-pack:plugin' , configuration : ' restCompatSpecs' )
2728 freeCompatTests project(path : ' :rest-api-spec' , configuration : ' restCompatTests' )
You can’t perform that action at this time.
0 commit comments