You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Csaba Ringhofer (Jira)" <ji...@apache.org> on 2019/10/14 17:19:00 UTC

[jira] [Created] (IMPALA-9039) Flaky test: test_queuing_status_through_query_log_and_exec_summary

Csaba Ringhofer created IMPALA-9039:
---------------------------------------

             Summary: Flaky test: test_queuing_status_through_query_log_and_exec_summary
                 Key: IMPALA-9039
                 URL: https://issues.apache.org/jira/browse/IMPALA-9039
             Project: IMPALA
          Issue Type: Bug
            Reporter: Csaba Ringhofer


I saw this error in an ASAN build:
{code}
Error Message
AssertionError:  assert 'Admission result : Queued' in ''
Stacktrace
hs2/hs2_test_suite.py:63: in add_session
    lambda: fn(self))
hs2/hs2_test_suite.py:44: in add_session_helper
    fn()
hs2/hs2_test_suite.py:63: in <lambda>
    lambda: fn(self))
custom_cluster/test_admission_controller.py:1016: in test_queuing_status_through_query_log_and_exec_summary
    assert "Admission result : Queued" in log, log
E   AssertionError: 
E   assert 'Admission result : Queued' in '
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)