Make CCR QA tests build again (#33113)

Welp, I broke this. I merged a change to auto-discover the CCR QA tests
by making :x-pack:plugin:ccr:check auto-discover the check tasks in the
qa sub-project. Yet, the check tasks for these sub-projects did not
depend on the necessary test tasks (as we were previously doing this
directly from the ccr build file. This commit fixes this!
This commit is contained in:
Jason Tedor 2018-08-24 09:48:54 -04:00 committed by GitHub
parent 91a052b617
commit 7fa8a728c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -36,4 +36,5 @@ followClusterTestRunner {
finalizedBy 'leaderClusterTestCluster#stop'
}
check.dependsOn followClusterTest
test.enabled = false

View File

@ -71,4 +71,5 @@ followClusterTestRunner {
finalizedBy 'leaderClusterTestCluster#stop'
}
check.dependsOn followClusterTest
test.enabled = false // no unit tests for multi-cluster-search, only the rest integration test

View File

@ -37,4 +37,5 @@ followClusterTestRunner {
finalizedBy 'leaderClusterTestCluster#stop'
}
check.dependsOn followClusterTest
test.enabled = false // no unit tests for multi-cluster-search, only the rest integration test