forked from TrueCloudLab/rclone
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
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue