From a8017ff020538a55d8d82dcf4c1c69506bac793b Mon Sep 17 00:00:00 2001 From: Ryan Ernst Date: Mon, 17 Apr 2017 16:02:46 -0700 Subject: 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. --- plugins/repository-hdfs/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/repository-hdfs') 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 -- cgit v1.2.3