[
https://issues.apache.org/jira/browse/HAWQ-1701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16818860#comment-16818860
]
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_r275724470
##########
File path: tools/bin/hawqpylib/hawqlib.py
##########
@@ -259,6 +259,11 @@ def local_ssh(cmd, logger = None, warning = False):
logger.error(stderr.strip())
else:
logger.warn(stderr.strip())
+
+ if result.returncode == 1 or result.returncode == 2:
+ # give some existing warning
Review comment:
remove the comment here
----------------------------------------------------------------
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)