Skip to content

Commit

Permalink
add rest of the files...
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnvg committed Oct 18, 2018
1 parent 633afa7 commit 772a4f8
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions x-pack/plugin/ccr/qa/build.gradle
@@ -1,5 +1,14 @@
import org.elasticsearch.gradle.test.RestIntegTestTask

apply plugin: 'elasticsearch.build'

archivesBaseName = 'ccr-qa-test-common'
test.enabled = false

dependencies {
compile project(':test:framework')
}

subprojects {
project.tasks.withType(RestIntegTestTask) {
final File xPackResources = new File(xpackProject('plugin').projectDir, 'src/test/resources')
Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugin/ccr/qa/chain/build.gradle
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'elasticsearch.standalone-test'
dependencies {
testCompile project(path: xpackModule('core'), configuration: 'testArtifacts')
testCompile project(path: xpackModule('ccr'), configuration: 'runtime')
testCompile project(':x-pack:plugin:ccr:qa:test-common')
testCompile project(':x-pack:plugin:ccr:qa')
}

task leaderClusterTest(type: RestIntegTestTask) {
Expand Down
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'elasticsearch.standalone-test'
dependencies {
testCompile project(path: xpackModule('core'), configuration: 'testArtifacts')
testCompile project(path: xpackModule('ccr'), configuration: 'runtime')
testCompile project(':x-pack:plugin:ccr:qa:test-common')
testCompile project(':x-pack:plugin:ccr:qa:')
}

task leaderClusterTest(type: RestIntegTestTask) {
Expand Down
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'elasticsearch.standalone-test'
dependencies {
testCompile project(path: xpackModule('core'), configuration: 'testArtifacts')
testCompile project(path: xpackModule('ccr'), configuration: 'runtime')
testCompile project(':x-pack:plugin:ccr:qa:test-common')
testCompile project(':x-pack:plugin:ccr:qa')
}

task leaderClusterTest(type: RestIntegTestTask) {
Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugin/ccr/qa/multi-cluster/build.gradle
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'elasticsearch.standalone-test'
dependencies {
testCompile project(path: xpackModule('core'), configuration: 'testArtifacts')
testCompile project(path: xpackModule('ccr'), configuration: 'runtime')
testCompile project(':x-pack:plugin:ccr:qa:test-common')
testCompile project(':x-pack:plugin:ccr:qa')
}

task leaderClusterTest(type: RestIntegTestTask) {
Expand Down

0 comments on commit 772a4f8

Please sign in to comment.