huor commented on a change in 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]
With regards,
Apache Git Services