[ https://issues.apache.org/jira/browse/AMBARI-20192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15883931#comment-15883931 ]
Hadoop QA commented on AMBARI-20192: ------------------------------------ {color:red}-1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12854616/AMBARI-20192.patch against trunk revision . {color:green}+1 @author{color}. The patch does not contain any @author tags. {color:red}-1 tests included{color}. The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch. {color:green}+1 javac{color}. The applied patch does not increase the total number of javac compiler warnings. {color:green}+1 release audit{color}. The applied patch does not increase the total number of release audit warnings. {color:green}+1 core tests{color}. The patch passed unit tests in ambari-agent. Test results: https://builds.apache.org/job/Ambari-trunk-test-patch/10752//testReport/ Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/10752//console This message is automatically generated. > HostCleaup.py throws exception and exits when hostcheck_custom_actions.result > not present > ----------------------------------------------------------------------------------------- > > Key: AMBARI-20192 > URL: https://issues.apache.org/jira/browse/AMBARI-20192 > Project: Ambari > Issue Type: Bug > Reporter: Amruta Borkar > Assignee: Amruta Borkar > Priority: Minor > Fix For: trunk > > Attachments: AMBARI-20192.patch > > > HostCleanup script throws following exception and exits when > hostcheck_custom_actions.result not present > [root@tsar1 ~]# /usr/lib/python2.6/site-packages/ambari_agent/HostCleanup.py > You have elected to remove all users as well. If it is not intended then use > option --skip "users". Do you want to continue [y/n] (y)y > Host Check results not found. There is no > /var/lib/ambari-agent/data/hostcheck_custom_actions.result. Do you want to > run host checks [y/n] (y)n > Traceback (most recent call last): > File "/usr/lib/python2.6/site-packages/ambari_agent/HostCleanup.py", line > 705, in <module> > main() > File "/usr/lib/python2.6/site-packages/ambari_agent/HostCleanup.py", line > 689, in main > with open(hostcheckfileca, "rb") as f2: > IOError: [Errno 2] No such file or directory: > '/var/lib/ambari-agent/data/hostcheck_custom_actions.result' -- This message was sent by Atlassian JIRA (v6.3.15#6346)