[ https://issues.apache.org/jira/browse/HDDS-1419?focusedWorklogId=226144&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-226144 ]
ASF GitHub Bot logged work on HDDS-1419: ---------------------------------------- Author: ASF GitHub Bot Created on: 11/Apr/19 16:47 Start Date: 11/Apr/19 16:47 Worklog Time Spent: 10m Work Description: adoroszlai commented on issue #728: HDDS-1419. Fix shellcheck errors in start-chaos.sh URL: https://github.com/apache/hadoop/pull/728#issuecomment-482195330 @arp7 @mukul1987 please review when you have some time ---------------------------------------------------------------- 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: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 226144) Time Spent: 20m (was: 10m) > Fix shellcheck errors in start-chaos.sh > --------------------------------------- > > Key: HDDS-1419 > URL: https://issues.apache.org/jira/browse/HDDS-1419 > Project: Hadoop Distributed Data Store > Issue Type: Bug > Components: test > Reporter: Arpit Agarwal > Assignee: Doroszlai, Attila > Priority: Major > Labels: newbie, pull-request-available > Time Spent: 20m > Remaining Estimate: 0h > > Fix the following shellcheck errors in start-chaos.sh: > {code} > hadoop-ozone/integration-test/src/test/bin/start-chaos.sh:18:6: note: Use > $(..) instead of legacy `..`. [SC2006] > hadoop-ozone/integration-test/src/test/bin/start-chaos.sh:27:19: note: Double > quote to prevent globbing and word splitting. [SC2086] > hadoop-ozone/integration-test/src/test/bin/start-chaos.sh:28:20: note: Double > quote to prevent globbing and word splitting. [SC2086] > hadoop-ozone/integration-test/src/test/bin/start-chaos.sh:31:33: note: Double > quote to prevent globbing and word splitting. [SC2086] > hadoop-ozone/integration-test/src/test/bin/start-chaos.sh:35:23: note: Double > quote to prevent globbing and word splitting. [SC2086] > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org