[
https://issues.apache.org/jira/browse/AMBARI-22141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16193170#comment-16193170
]
Hadoop QA commented on AMBARI-22141:
------------------------------------
{color:green}+1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12890496/AMBARI-22141.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 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 core tests{color}. The patch passed unit tests in
ambari-server.
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/12442//console
This message is automatically generated.
> Intermittent failure of test_stack_advisor_perf
> -----------------------------------------------
>
> Key: AMBARI-22141
> URL: https://issues.apache.org/jira/browse/AMBARI-22141
> Project: Ambari
> Issue Type: Bug
> Components: test
> Affects Versions: trunk
> Reporter: Doroszlai, Attila
> Assignee: Doroszlai, Attila
> Priority: Minor
> Fix For: trunk
>
> Attachments: AMBARI-22141.patch
>
>
> The [Ambari post-commit build in
> Jenkins|https://builds.apache.org/job/Ambari-trunk-Commit/] occasionally
> fails due to the Python unit test {{test_stack_advisor_perf}} missing its
> expected (abritrary) 0.1s execution time by a small margin (eg. it runs in
> 0.115s or 0.102s).
> {noformat:title=https://builds.apache.org/job/Ambari-trunk-Commit/8202/consoleText}
> FAIL: test_performance (test_stack_advisor_perf.TestHDP22StackAdvisor)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File
> "/home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-common/src/test/python/mock/mock.py",
> line 1199, in patched
> return func(*args, **keywargs)
> File
> "/home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-server/src/test/python/stacks/2.2/common/test_stack_advisor_perf.py",
> line 62, in test_performance
> self.assertTrue(time_taken < 0.1)
> AssertionError: False is not true
> ----------------------------------------------------------------------
> Ran 41 tests in 0.695s
> FAILED (failures=1)
> time taken by current stack_advisor.py = 0.0950169563293
> time taken by current stack_advisor.py = 0.11524605751
> {noformat}
> {noformat:title=https://builds.apache.org/job/Ambari-trunk-Commit/8207/consoleText}
> test_performance (test_stack_advisor_perf.TestHDP22StackAdvisor) ... FAIL
> ======================================================================
> FAIL: test_performance (test_stack_advisor_perf.TestHDP22StackAdvisor)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File
> "/home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-common/src/test/python/mock/mock.py",
> line 1199, in patched
> return func(*args, **keywargs)
> File
> "/home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-server/src/test/python/stacks/2.2/common/test_stack_advisor_perf.py",
> line 62, in test_performance
> self.assertTrue(time_taken < 0.1)
> AssertionError: False is not true
> ----------------------------------------------------------------------
> Ran 41 tests in 0.601s
> FAILED (failures=1)
> time taken by current stack_advisor.py = 0.0722081661224
> time taken by current stack_advisor.py = 0.101656913757
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)