From 3a2464b80ec089a85b2678764fc620a053a00cef Mon Sep 17 00:00:00 2001 From: Robert Muir Date: Mon, 21 Dec 2015 15:37:34 -0500 Subject: [PATCH] improve build logic on windows without native libraries --- plugins/repository-hdfs/build.gradle | 7 ++----- .../rest-api-spec/test/hdfs_repository/10_basic.yaml | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/plugins/repository-hdfs/build.gradle b/plugins/repository-hdfs/build.gradle index 361166a2d0b..bf27ecc22c1 100644 --- a/plugins/repository-hdfs/build.gradle +++ b/plugins/repository-hdfs/build.gradle @@ -93,11 +93,8 @@ integTest { dependsOn hdfsFixture } else { logger.warn("hdfsFixture unsupported, please set HADOOP_HOME and put HADOOP_HOME\\bin in PATH") - systemProperty 'tests.rest.blacklist', [ - 'hdfs_repository/20_repository/*', - 'hdfs_repository/30_snapshot/*', - 'hdfs_repository/40_restore/*' - ].join(',') + // just tests that the plugin loads + systemProperty 'tests.rest.suite', 'hdfs_repository/10_basic' } } diff --git a/plugins/repository-hdfs/src/test/resources/rest-api-spec/test/hdfs_repository/10_basic.yaml b/plugins/repository-hdfs/src/test/resources/rest-api-spec/test/hdfs_repository/10_basic.yaml index b7bc644a832..e8f118c4e02 100644 --- a/plugins/repository-hdfs/src/test/resources/rest-api-spec/test/hdfs_repository/10_basic.yaml +++ b/plugins/repository-hdfs/src/test/resources/rest-api-spec/test/hdfs_repository/10_basic.yaml @@ -2,7 +2,7 @@ # # Check plugin is installed # -"HDFS Repository loaded": +"Plugin loaded": - do: cluster.state: {}