You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@slider.apache.org by "thomas liu (JIRA)" <ji...@apache.org> on 2015/10/15 04:05:05 UTC

[jira] [Updated] (SLIDER-929) Fix test_signal_handler failure

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

thomas liu updated SLIDER-929:
------------------------------
    Attachment: SLIDER-929-001.patch

Fix for the test case is ready

> Fix test_signal_handler failure
> -------------------------------
>
>                 Key: SLIDER-929
>                 URL: https://issues.apache.org/jira/browse/SLIDER-929
>             Project: Slider
>          Issue Type: Bug
>          Components: agent, test
>    Affects Versions: Slider 0.80
>            Reporter: Gour Saha
>            Assignee: thomas liu
>             Fix For: Slider 0.81
>
>         Attachments: SLIDER-929-001.patch
>
>
> test_signal_handler started failing after commit for SLIDER-916 went in. Need to fix this.
> {code}
> ======================================================================
> ERROR: test_signal_handler (TestMain.TestMain)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/home/jenkins/jenkins-slave/workspace/Slider-develop/slider-agent/src/test/python/mock/mock.py", line 1199, in patched
>     return func(*args, **keywargs)
>   File "/home/jenkins/jenkins-slave/workspace/Slider-develop/slider-agent/src/test/python/agent/TestMain.py", line 60, in test_signal_handler
>     main.signal_handler("signum", "frame")
>   File "/home/jenkins/jenkins-slave/workspace/Slider-develop/slider-agent/src/main/python/agent/main.py", line 59, in signal_handler
>     tmpdir = controller.actionQueue.dockerManager.stop_container()
> AttributeError: 'Controller' object has no attribute 'actionQueue'
> ----------------------------------------------------------------------
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)