You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Tim Armstrong (JIRA)" <ji...@apache.org> on 2018/01/04 18:07:00 UTC

[jira] [Created] (IMPALA-6368) test_chars.py races with itself when run in parallel

Tim Armstrong created IMPALA-6368:
-------------------------------------

             Summary: test_chars.py races with itself when run in parallel
                 Key: IMPALA-6368
                 URL: https://issues.apache.org/jira/browse/IMPALA-6368
             Project: IMPALA
          Issue Type: Bug
          Components: Infrastructure
    Affects Versions: Impala 2.11.0
            Reporter: Tim Armstrong
            Assignee: Tim Armstrong


There are a handful of test tables like test_char_tmp that can be inserted into from multiple tests in parallel.

{noformat}
 TestStringQueries.test_varchar[exec_option: {'batch_size': 0, 'num_nodes': 0, 'disable_codegen_rows_threshold': 0, 'disable_codegen': True, 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0} | table_format: text/none] 
[gw3] linux2 -- Python 2.7.12 /home/tarmstrong/Impala/incubator-impala/bin/../infra/python/env/bin/python
tests/query_test/test_chars.py:82: in test_varchar
    self.run_test_case('QueryTest/chars', vector)
tests/common/impala_test_suite.py:424: in run_test_case
    self.__verify_results_and_errors(vector, test_section, result, use_db)
tests/common/impala_test_suite.py:297: in __verify_results_and_errors
    replace_filenames_with_placeholder)
tests/common/test_result_verifier.py:404: in verify_raw_results
    VERIFIER_MAP[verifier](expected, actual)
tests/common/test_result_verifier.py:231: in verify_query_result_is_equal
    assert expected_results == actual_results
E   assert Comparing QueryTestResults (expected vs actual):
E     'hello' == 'hello'
E     None != 'hello'
E     Number of rows returned (expected vs actual): 1 != 2
{noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)