You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "David Knupp (JIRA)" <ji...@apache.org> on 2019/04/26 20:09:00 UTC

[jira] [Created] (IMPALA-8465) hs2.test_json_endpoints.TestJsonEndpoints fails on deployed clusters

David Knupp created IMPALA-8465:
-----------------------------------

             Summary: hs2.test_json_endpoints.TestJsonEndpoints fails on deployed clusters
                 Key: IMPALA-8465
                 URL: https://issues.apache.org/jira/browse/IMPALA-8465
             Project: IMPALA
          Issue Type: Bug
          Components: Infrastructure
    Affects Versions: Impala 3.3.0
            Reporter: David Knupp


Changes to tests.common.ImpalaCluster in [commit 2ca7f8e7|https://github.com/apache/impala/commit/2ca7f8e7c0781a1914275b3506cf8a7748c44c85#diff-6fea89ad0e6c440b0373bb136d7510b5] introduced a regression in this test.
{noformat}
hs2/test_json_endpoints.py:51: in test_waiting_in_flight_queries
    queries_json = self._get_json_queries(http_addr)
hs2/test_json_endpoints.py:33: in _get_json_queries
    return cluster.impalads[0].service.get_debug_webpage_json("/queries")
E   IndexError: list index out of range
{noformat}




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