You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Lars Volker (JIRA)" <ji...@apache.org> on 2018/04/25 21:45:00 UTC

[jira] [Resolved] (IMPALA-6889) test_breakpad.py test_minidump_cleanup_thread failing

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

Lars Volker resolved IMPALA-6889.
---------------------------------
       Resolution: Fixed
    Fix Version/s: Impala 2.13.0
                   Impala 3.0

> test_breakpad.py test_minidump_cleanup_thread failing
> -----------------------------------------------------
>
>                 Key: IMPALA-6889
>                 URL: https://issues.apache.org/jira/browse/IMPALA-6889
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Infrastructure
>    Affects Versions: Impala 3.0, Impala 2.12.0
>            Reporter: Vuk Ercegovac
>            Assignee: Lars Volker
>            Priority: Critical
>              Labels: test
>             Fix For: Impala 3.0, Impala 2.13.0
>
>         Attachments: impala-6889.txt
>
>
> {noformat}
> custom_cluster/test_breakpad.py:271: in test_minidump_cleanup_thread
>     assert self.wait_for_num_processes('impalad', cluster_size) == cluster_size
> custom_cluster/test_breakpad.py:116: in wait_for_num_processes
>     num_processes = self.get_num_processes(daemon)
> custom_cluster/test_breakpad.py:101: in get_num_processes
>     self.cluster.refresh()
> common/impala_cluster.py:53: in refresh
>     self.__build_impala_process_lists()
> common/impala_cluster.py:113: in __build_impala_process_lists
>     impalads.append(ImpaladProcess(process.cmdline))
> common/impala_cluster.py:208: in __init__
>     super(ImpaladProcess, self).__init__(cmd, socket.gethostname())
> common/impala_cluster.py:189: in __init__
>     super(BaseImpalaProcess, self).__init__(cmd)
> common/impala_cluster.py:134: in __init__
>     'Process object must be created with valid command line argument list'
> E   AssertionError: Process object must be created with valid command line argument list{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)