[
https://issues.apache.org/jira/browse/HDDS-1255?focusedWorklogId=220350&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-220350
]
ASF GitHub Bot logged work on HDDS-1255:
----------------------------------------
Author: ASF GitHub Bot
Created on: 29/Mar/19 01:42
Start Date: 29/Mar/19 01:42
Worklog Time Spent: 10m
Work Description: hadoop-yetus commented on pull request #632: HDDS-1255.
Refactor ozone acceptance test to allow run in secure mode. Contributed by Ajay
Kumar.
URL: https://github.com/apache/hadoop/pull/632#discussion_r270256929
##########
File path: hadoop-ozone/dist/src/main/smoketest/test.sh
##########
@@ -72,13 +72,20 @@ execute_tests(){
docker-compose -f "$COMPOSE_FILE" down
docker-compose -f "$COMPOSE_FILE" up -d --scale datanode=3
wait_for_datanodes "$COMPOSE_FILE"
+
+ if [ ${COMPOSE_DIR} == "ozonesecure" ]; then
+ SECURITY_ENABLED="true"
+ else
+ SECURITY_ENABLED="false"
Review comment:
whitespace:tabs in 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: 220350)
Time Spent: 5h 20m (was: 5h 10m)
> Refactor ozone acceptance test to allow run in secure mode
> ----------------------------------------------------------
>
> Key: HDDS-1255
> URL: https://issues.apache.org/jira/browse/HDDS-1255
> Project: Hadoop Distributed Data Store
> Issue Type: Sub-task
> Reporter: Ajay Kumar
> Assignee: Ajay Kumar
> Priority: Major
> Labels: pull-request-available
> Time Spent: 5h 20m
> Remaining Estimate: 0h
>
> Refactor ozone acceptance test to allow run in secure mode.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]