improve build logic on windows without native libraries
This commit is contained in:
parent
0ed45c5bfb
commit
3a2464b80e
|
@ -93,11 +93,8 @@ integTest {
|
||||||
dependsOn hdfsFixture
|
dependsOn hdfsFixture
|
||||||
} else {
|
} else {
|
||||||
logger.warn("hdfsFixture unsupported, please set HADOOP_HOME and put HADOOP_HOME\\bin in PATH")
|
logger.warn("hdfsFixture unsupported, please set HADOOP_HOME and put HADOOP_HOME\\bin in PATH")
|
||||||
systemProperty 'tests.rest.blacklist', [
|
// just tests that the plugin loads
|
||||||
'hdfs_repository/20_repository/*',
|
systemProperty 'tests.rest.suite', 'hdfs_repository/10_basic'
|
||||||
'hdfs_repository/30_snapshot/*',
|
|
||||||
'hdfs_repository/40_restore/*'
|
|
||||||
].join(',')
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# Check plugin is installed
|
# Check plugin is installed
|
||||||
#
|
#
|
||||||
"HDFS Repository loaded":
|
"Plugin loaded":
|
||||||
- do:
|
- do:
|
||||||
cluster.state: {}
|
cluster.state: {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue