adoroszlai commented on code in PR #5436:
URL: https://github.com/apache/ozone/pull/5436#discussion_r1357828332
##########
hadoop-ozone/dist/src/main/compose/ozonesecure-ha/test-scm-decommission.sh:
##########
@@ -47,4 +47,4 @@ SCMID=$(execute_command_in_container scm4.org bash -c "ozone
admin scm roles" |
docker-compose stop scm4.org
execute_robot_test scm3.org kinit.robot
wait_for_execute_command scm3.org 60 "ozone admin scm decommission
--nodeid=${SCMID} | grep Decommissioned"
Review Comment:
I'm guessing `kinit` is required for the commands in
`scm-decommission.robot`, too. Either all 3 steps should be executed on `s3g`,
or better yet, `Kinit` test setup step should be added to
`scm-decommission.robot` like this:
https://github.com/apache/ozone/blob/2af0e64675aaad616cff1952eb0b6c5c12ceea21/hadoop-ozone/dist/src/main/smoketest/omha/om-fetch-key.robot#L21
--
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]