[ 
https://issues.apache.org/jira/browse/HAWQ-1701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16818863#comment-16818863
 ] 

ASF GitHub Bot commented on HAWQ-1701:
--------------------------------------

huor commented on pull request #1432: HAWQ-1701. enable feature test in apache 
hawq
URL: https://github.com/apache/hawq/pull/1432#discussion_r275725805
 
 

 ##########
 File path: tools/bin/hawqregister
 ##########
 @@ -1205,7 +1205,7 @@ if __name__ == '__main__':
     if (options.yml_config or options.force) and options.filepath:
         parser.print_help(sys.stderr)
         sys.exit(1)
-    if local_ssh('hdfs'):
+    if local_ssh('hdfs') == 127:
 
 Review comment:
   ret_code = local-ssh('hdfs')
   
   assert(ret_code) in {0, 1, 2, 127})
 
----------------------------------------------------------------
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]


> enable feature test in apache hawq
> ----------------------------------
>
>                 Key: HAWQ-1701
>                 URL: https://issues.apache.org/jira/browse/HAWQ-1701
>             Project: Apache HAWQ
>          Issue Type: Sub-task
>          Components: Tests
>    Affects Versions: 2.4.0.0
>            Reporter: oushu1tuyu1
>            Assignee: Jiali Yao
>            Priority: Minor
>             Fix For: 2.5.0.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to