adoroszlai commented on a change in pull request #1096: HDDS-1793. Acceptance
test of ozone-topology cluster is failing
URL: https://github.com/apache/hadoop/pull/1096#discussion_r303705545
##########
File path: hadoop-ozone/dist/src/main/compose/testlib.sh
##########
@@ -28,7 +28,7 @@ mkdir -p "$RESULT_DIR"
#Should be writeable from the docker containers where user is different.
chmod ogu+w "$RESULT_DIR"
-## @description wait until 3 datanodes are up (or 30 seconds)
+## @description wait until 3 or more datanodes are up (or 30 seconds)
## @param the docker-compose file
wait_for_datanodes(){
Review comment:
Thanks for the suggestion. I have replaced the global variable with a
function parameter in a new commit. This also gets rid of the shellcheck
warning.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]