You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Zoltán Borók-Nagy (Jira)" <ji...@apache.org> on 2023/03/02 16:48:00 UTC

[jira] [Created] (IMPALA-11965) TestCodegenCache fails in exhaustive runs

Zoltán Borók-Nagy created IMPALA-11965:
------------------------------------------

             Summary: TestCodegenCache fails in exhaustive runs
                 Key: IMPALA-11965
                 URL: https://issues.apache.org/jira/browse/IMPALA-11965
             Project: IMPALA
          Issue Type: Bug
          Components: Backend
            Reporter: Zoltán Borók-Nagy


TestCodegenCache fails with the following errors:

 
{noformat}
AssertionError: Could not find metric: impala.codegen-cache.entries-evicted
AssertionError: Could not find metric: impala.codegen-cache.entries-in-use
{noformat}
 

Example stack trace:
{noformat}
custom_cluster/test_codegen_cache.py:89: in test_codegen_cache_date_string_col
    "select * from functional.alltypes where date_string_col != ''")
custom_cluster/test_codegen_cache.py:141: in _test_codegen_cache
    self._check_metric_expect_init()
custom_cluster/test_codegen_cache.py:131: in _check_metric_expect_init
    assert self.get_metric('impala.codegen-cache.entries-evicted') == 0
common/impala_test_suite.py:509: in get_metric
    assert False, "Could not find metric: %s" % name
E   AssertionError: Could not find metric: impala.codegen-cache.entries-evicted{noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)