adoroszlai commented on code in PR #4150:
URL: https://github.com/apache/ozone/pull/4150#discussion_r1064949267
##########
hadoop-ozone/dist/src/main/compose/ozonesecure-ha/test.sh:
##########
@@ -39,8 +39,7 @@ execute_robot_test ${SCM} s3
execute_robot_test ${SCM} admincli
-# commented out until httpfs user and group is added to ozone-docker-runner
-# execute_robot_test ${SCM} -v SECURITY_ENABLED:${SECURITY_ENABLED} httpfs
+execute_robot_test ${SCM} -v SECURITY_ENABLED:${SECURITY_ENABLED} httpfs
Review Comment:
`-v SECURITY_ENABLED:${SECURITY_ENABLED}` is already part of the artguments
passed to `robot` in `execute_robot_test`:
https://github.com/apache/ozone/blob/a80c6b1c73b01660e067ba1c30e055522fd1fdfb/hadoop-ozone/dist/src/main/compose/testlib.sh#L188-L196
So I think it can be removed.
```suggestion
execute_robot_test ${SCM} httpfs
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]