You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Doroszlai, Attila (JIRA)" <ji...@apache.org> on 2017/10/05 08:39:00 UTC

[jira] [Updated] (AMBARI-22141) Intermittent failure of test_stack_advisor_perf

     [ https://issues.apache.org/jira/browse/AMBARI-22141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doroszlai, Attila updated AMBARI-22141:
---------------------------------------
    Attachment: AMBARI-22141.patch

> 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)