You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Laszlo Gaal (Jira)" <ji...@apache.org> on 2022/05/09 11:20:00 UTC

[jira] [Created] (IMPALA-11285) TestAsyncLoadData.test_async_load fails on S3

Laszlo Gaal created IMPALA-11285:
------------------------------------

             Summary: TestAsyncLoadData.test_async_load fails on S3
                 Key: IMPALA-11285
                 URL: https://issues.apache.org/jira/browse/IMPALA-11285
             Project: IMPALA
          Issue Type: Bug
    Affects Versions: Impala 4.1.0
            Reporter: Laszlo Gaal


 TestAsyncLoadData.test_async_load throws an error when running on S3.
Backtrace:{code}
metadata/test_load.py:184: in test_async_load
    self.wait_for_state(handle, finished_state, 10, client=client)
common/impala_test_suite.py:1084: in wait_for_state
    self.wait_for_any_state(handle, [expected_state], timeout, client)
common/impala_test_suite.py:1100: in wait_for_any_state
    "last known state {2}".format(handle.get_handle().id, expected_states,
E   AttributeError: 'HiveServer2Cursor' object has no attribute 'id'
{code}
Could be a test problem, or a dependency problem as well.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)