Andrew Sherman created IMPALA-12049:
---------------------------------------

             Summary: test_drop_corrupt_table is flaky, fails with "No failure 
encountered for query"
                 Key: IMPALA-12049
                 URL: https://issues.apache.org/jira/browse/IMPALA-12049
             Project: IMPALA
          Issue Type: Bug
    Affects Versions: Impala 4.3.0
            Reporter: Andrew Sherman
            Assignee: Andrew Sherman


On an Ozone build this test failed. Looks like test is flaky. 
{code}
Error Message
query_test/test_iceberg.py:149: in test_drop_corrupt_table     
self._do_test_drop_corrupt_table(unique_database, do_invalidate=False) 
query_test/test_iceberg.py:175: in _do_test_drop_corrupt_table     
format(full_table_name)) common/impala_test_suite.py:929: in wrapper     return 
function(*args, **kwargs) common/impala_test_suite.py:952: in 
execute_query_expect_failure     assert not result.success, "No failure 
encountered for query %s" % query E   AssertionError: No failure encountered 
for query select * from test_drop_corrupt_table_fb61cd07.corrupt_iceberg_tbl
{code}
{code}
Stacktrace
query_test/test_iceberg.py:149: in test_drop_corrupt_table
    self._do_test_drop_corrupt_table(unique_database, do_invalidate=False)
query_test/test_iceberg.py:175: in _do_test_drop_corrupt_table
    format(full_table_name))
common/impala_test_suite.py:929: in wrapper
    return function(*args, **kwargs)
common/impala_test_suite.py:952: in execute_query_expect_failure
    assert not result.success, "No failure encountered for query %s" % query
E   AssertionError: No failure encountered for query select * from 
test_drop_corrupt_table_fb61cd07.corrupt_iceberg_tbl
{code}
 



--
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