[ https://issues.apache.org/jira/browse/AMBARI-13362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14954607#comment-14954607 ]
Hadoop QA commented on AMBARI-13362: ------------------------------------ {color:green}+1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12766246/AMBARI-13362.patch against trunk revision . {color:green}+1 @author{color}. The patch does not contain any @author tags. {color:green}+1 tests included{color}. The patch appears to include 1 new or modified test files. {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 . Test results: https://builds.apache.org/job/Ambari-trunk-test-patch/3954//testReport/ Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/3954//console This message is automatically generated. > Hadoop QA CI (aka test-patch) does not testing unit test? > --------------------------------------------------------- > > Key: AMBARI-13362 > URL: https://issues.apache.org/jira/browse/AMBARI-13362 > Project: Ambari > Issue Type: Bug > Reporter: jun aoki > Assignee: jun aoki > Attachments: AMBARI-13362.patch, DUMMY_AMBARI-13362.patch > > > Recently we had a test failure on trunk(1) after a patch (2) was applied, > where the patch was passed on Hadoop QA. (3) > The error is clearly from the patch. (4) > This was a bit of mystery because Hadoop QA should have guaranteed the patch > was OK on trunk but the patch broke it in reality. > Turn out to be this is a bug in test-patch.sh, which attempts to find out > only modified modules and test them. > (1) this trunk build failed > https://builds.apache.org/job/Ambari-trunk-Commit/3609/ > (2) this is the patch Hadoop QA passed but failed on trunk > https://issues.apache.org/jira/browse/AMBARI-13156 > (3) test-patch passed on the patch > https://issues.apache.org/jira/browse/AMBARI-13156?focusedCommentId=14946234&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14946234 > (4) but ended up with an test failure on trunk after committed. > {code} > [0m 1) Ambari Web Unit tests test/data/HDP2.3/site_properties_test > hdp2SiteProperties Check attributes of > "hawq-site.xml/hawq_master_address_host". Stack driven attributes should be > undefined : > [0m[31m AssertionError: expected 'HAWQ Master' to equal undefined[0m[90m > at > file:///home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-web/node_modules/chai/chai.js:925 > at assertEqual > (file:///home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-web/node_modules/chai/chai.js:1402) > at > file:///home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-web/node_modules/chai/chai.js:3638 > at > file:///home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-web/public/test/javascripts/test.js:39586 > at > file:///home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-web/node_modules/mocha/mocha.js:4039 > at > file:///home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-web/node_modules/mocha/mocha.js:4404 > at > file:///home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-web/node_modules/mocha/mocha.js:4463 > at next > (file:///home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-web/node_modules/mocha/mocha.js:4330) > at > file:///home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-web/node_modules/mocha/mocha.js:4339 > at next > (file:///home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-web/node_modules/mocha/mocha.js:4287) > at > file:///home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-web/node_modules/mocha/mocha.js:4307 > at timeslice > (file:///home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-web/node_modules/mocha/mocha.js:5279) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)