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:
Nick Craig-Wood 2021-10-22 13:07:48 +01:00
parent 257f5d279a
commit a542ddf60a
1 changed files with 1 additions and 0 deletions

View File

@ -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