You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Joe McDonnell (JIRA)" <ji...@apache.org> on 2019/03/21 21:42:00 UTC

[jira] [Created] (IMPALA-8336) TestNestedTypes.test_tpch_mem_limit_single_node failed on centos6

Joe McDonnell created IMPALA-8336:
-------------------------------------

             Summary: TestNestedTypes.test_tpch_mem_limit_single_node failed on centos6
                 Key: IMPALA-8336
                 URL: https://issues.apache.org/jira/browse/IMPALA-8336
             Project: IMPALA
          Issue Type: Bug
          Components: Backend
    Affects Versions: Impala 3.3.0
            Reporter: Joe McDonnell


The test expects the memory limit to be exceeded, but it doesn't happen:
{noformat}
query_test.test_nested_types.TestNestedTypes.test_tpch_mem_limit_single_node[protocol: beeswax | exec_option: {'batch_size': 0, 'num_nodes': 0, 'disable_codegen_rows_threshold': 0, 'disable_codegen': False, 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0} | table_format: orc/def/block]

query_test/test_nested_types.py:123: in test_tpch_mem_limit_single_node
    new_vector, use_db='tpch_nested' + db_suffix)
common/impala_test_suite.py:487: in run_test_case
    assert False, "Expected exception: %s" % expected_str
E   AssertionError: Expected exception: row_regex: .*Memory limit exceeded: Failed to allocate [0-9]+ bytes for collection 'tpch_nested_.*.customer.c_orders.item.o_lineitems'.*{noformat}
Seen once on Centos 6.



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