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

[jira] [Created] (IMPALA-9073) Failed test during pre-commit: custom_cluster.test_executor_groups.TestExecutorGroups.test_executor_concurrency

Anurag Mantripragada created IMPALA-9073:
--------------------------------------------

             Summary: Failed test during pre-commit: custom_cluster.test_executor_groups.TestExecutorGroups.test_executor_concurrency
                 Key: IMPALA-9073
                 URL: https://issues.apache.org/jira/browse/IMPALA-9073
             Project: IMPALA
          Issue Type: Bug
          Components: Backend
            Reporter: Anurag Mantripragada
         Attachments: TEST-impala-custom-cluster.log, TEST-impala-custom-cluster.xml, impalad.ip-172-31-3-83.ubuntu.log.INFO.20191020-182539.109469

Observed this test failure in pre-commit test of an unrelated change. Looks like the expected number of concurrent queries reached 4 while it is expected to be 3 or less.

 
{code:java}
custom_cluster/test_executor_groups.py:293: in test_executor_concurrency
    assert max(num_running) == 3, \
E   AssertionError: Unexpected number of running queries: [3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3]
E   assert 4 == 3
E    +  where 4 = max([3, 3, 3, 3, 3, 3, ...]) {code}
 



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