mirror of
https://github.com/rclone/rclone.git
synced 2025-12-12 06:24:14 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user