summaryrefslogtreecommitdiff
path: root/plugins/repository-hdfs
diff options
context:
space:
mode:
authorRyan Ernst <ryan@iernst.net>2017-04-17 16:02:46 -0700
committerGitHub <noreply@github.com>2017-04-17 16:02:46 -0700
commita8017ff020538a55d8d82dcf4c1c69506bac793b (patch)
tree3dc497864b7daf7484eb685d37bef9d7c3677afb /plugins/repository-hdfs
parent9cb477d38791220307ec844918aae4ed28d7e81a (diff)
Tests: Move cluster dependencies from runner to cluster (#24142)
After splitting integ tests into cluster configuration and the test runner task, we still have dependencies of the test runner added as deps of the cluster. This commit adds dependencies directly to the cluster, so that the runner can have other dependencies independent of what is needed for the cluster.
Diffstat (limited to 'plugins/repository-hdfs')
-rw-r--r--plugins/repository-hdfs/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/repository-hdfs/build.gradle b/plugins/repository-hdfs/build.gradle
index 8977b6952e..82548f3410 100644
--- a/plugins/repository-hdfs/build.gradle
+++ b/plugins/repository-hdfs/build.gradle
@@ -88,7 +88,7 @@ if (Os.isFamily(Os.FAMILY_WINDOWS)) {
}
if (fixtureSupported) {
- integTest.dependsOn hdfsFixture
+ integTestCluster.dependsOn hdfsFixture
} else {
logger.warn("hdfsFixture unsupported, please set HADOOP_HOME and put HADOOP_HOME\\bin in PATH")
// just tests that the plugin loads