mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
hdfs: attempt to make integration tests more reliable #5734
This makes sure the namenode is accepting TCP connections before starting the integration tests in an attempt to make them more reliable.
This commit is contained in:
parent
257f5d279a
commit
a542ddf60a
@ -25,6 +25,7 @@ start() {
|
||||
echo type=hdfs
|
||||
echo namenode=127.0.0.1:8020
|
||||
echo username=root
|
||||
echo _connect=${namenode}
|
||||
}
|
||||
stop() {
|
||||
if status ; then
|
||||
|
Loading…
Reference in New Issue
Block a user