[
https://issues.apache.org/jira/browse/HDDS-1611?focusedWorklogId=268872&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-268872
]
ASF GitHub Bot logged work on HDDS-1611:
----------------------------------------
Author: ASF GitHub Bot
Created on: 27/Jun/19 21:56
Start Date: 27/Jun/19 21:56
Worklog Time Spent: 10m
Work Description: hadoop-yetus commented on pull request #973: HDDS-1611.
Evaluate ACL on volume bucket key and prefix to authorize access. Contributed
by Ajay Kumar.
URL: https://github.com/apache/hadoop/pull/973#discussion_r298385836
##########
File path: hadoop-ozone/dist/src/main/smoketest/basic/ozone-shell.robot
##########
@@ -44,16 +44,17 @@ RpcClient without scheme
*** Keywords ***
Test ozone shell
[arguments] ${protocol} ${server} ${volume}
- ${result} = Execute ozone sh volume create
${protocol}${server}/${volume} --user bilbo --quota 100TB --root
+ ${result} = Execute ozone sh volume create
${protocol}${server}/${volume} --quota 100TB
Should not contain ${result} Failed
Should contain ${result} Creating Volume:
${volume}
- ${result} = Execute ozone sh volume list
${protocol}${server}/ --user bilbo | grep -Ev
'Removed|WARN|DEBUG|ERROR|INFO|TRACE' | jq -r '.[] |
select(.volumeName=="${volume}")'
+ ${result} = Execute ozone sh volume list
${protocol}${server}/ | grep -Ev 'Removed|WARN|DEBUG|ERROR|INFO|TRACE' | jq -r
'.[] | select(.volumeName=="${volume}")'
Should contain ${result} createdOn
- ${result} = Execute ozone sh volume list --user bilbo |
grep -Ev 'Removed|DEBUG|ERROR|INFO|TRACE|WARN' | jq -r '.[] |
select(.volumeName=="${volume}")'
+ ${result} = Execute ozone sh volume list | grep -Ev
'Removed|DEBUG|ERROR|INFO|TRACE|WARN' | jq -r '.[] |
select(.volumeName=="${volume}")'
Review comment:
whitespace:end of line
----------------------------------------------------------------
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 268872)
Time Spent: 1h 50m (was: 1h 40m)
> Evaluate ACL on volume bucket key and prefix to authorize access
> -----------------------------------------------------------------
>
> Key: HDDS-1611
> URL: https://issues.apache.org/jira/browse/HDDS-1611
> Project: Hadoop Distributed Data Store
> Issue Type: Sub-task
> Reporter: Xiaoyu Yao
> Assignee: Ajay Kumar
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1h 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]