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)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to