mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-24 13:55:57 +00:00
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:
parent
91a052b617
commit
7fa8a728c4
@ -36,4 +36,5 @@ followClusterTestRunner {
|
||||
finalizedBy 'leaderClusterTestCluster#stop'
|
||||
}
|
||||
|
||||
check.dependsOn followClusterTest
|
||||
test.enabled = false
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user