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 @@ -83,13 +83,13 @@ tasks.named("yamlRestCompatTestTransform").configure({ task ->
8383})
8484
8585configurations {
86- basicRestSpecs {
86+ restTests {
8787 attributes {
8888 attribute(ArtifactTypeDefinition . ARTIFACT_TYPE_ATTRIBUTE , ArtifactTypeDefinition . DIRECTORY_TYPE )
8989 }
9090 }
9191}
9292
9393artifacts {
94- basicRestSpecs (new File (projectDir, " src/yamlRestTest/resources/rest-api-spec/test" ))
94+ restTests (new File (projectDir, " src/yamlRestTest/resources/rest-api-spec/test" ))
9595}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dependencies {
2828 clusterModules project(xpackModule(' mapper-constant-keyword' ))
2929 clusterModules project(xpackModule(' wildcard' ))
3030 clusterModules project(' :test:external-modules:test-multi-project' )
31- restTestConfig project(path : ' :modules:data-streams' , configuration : " basicRestSpecs " )
31+ 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" )
3434 restTestConfig project(path : ' :modules:streams' , configuration : " basicRestSpecs" )
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ dependencies {
2020 freeTests project(path : ' :rest-api-spec' , configuration : ' restTests' )
2121 freeTests project(path : ' :modules:aggregations' , configuration : ' restTests' )
2222 freeTests project(path : ' :modules:analysis-common' , configuration : ' restTests' )
23+ freeTests project(path : ' :modules:data-streams' , configuration : ' restTests' )
2324 freeTests project(path : ' :modules:ingest-geoip' , configuration : ' restTests' )
2425 compatApis project(path : ' :rest-api-spec' , configuration : ' restCompatSpecs' )
2526 compatApis project(path : ' :x-pack:plugin' , configuration : ' restCompatSpecs' )
You can’t perform that action at this time.
0 commit comments