Joe McDonnell created IMPALA-6426:
-------------------------------------

             Summary: TestRuntimeRowFilters can fail due to differences in rows 
rejected
                 Key: IMPALA-6426
                 URL: https://issues.apache.org/jira/browse/IMPALA-6426
             Project: IMPALA
          Issue Type: Bug
          Components: Frontend
    Affects Versions: Impala 2.12.0
            Reporter: Joe McDonnell


Some recent test runs have seen some failures in 
query_test/test_runtime_filters.py:TestRuntimeRowFilters. 

The test is looking for:
{code:java}
query_test/test_runtime_filters.py:168: in test_row_filters 
test_file_vars={'$RUNTIME_FILTER_WAIT_TIME_MS' : str(WAIT_TIME_MS)}) 
common/impala_test_suite.py:441: in run_test_case 
verify_runtime_profile(test_section['RUNTIME_PROFILE'], result.runtime_profile) 
common/test_result_verifier.py:560: in verify_runtime_profile actual)) E 
AssertionError: Did not find matches for lines in runtime profile: E EXPECTED 
LINES: E row_regex: .*Rows rejected: 2.43K .*

{code}
The actual profile does show several locations of "Rows rejected" but not with 
that specific number:

 
{code:java}
E - Rows rejected: 2.33K (2332)
...
E - Rows rejected: 2.45K (2446)
...
E - Rows rejected: 2.15K (2150)
...
E - Rows rejected: 2.15K (2150)
{code}
 

 



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

Reply via email to