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

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

Vuk Ercegovac created IMPALA-6889:
-------------------------------------

             Summary: 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 2.12.0
            Reporter: Vuk Ercegovac


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