Tamas Mate has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/18933


Change subject: IMPALA-11159: Fix AttributeError in TestAsyncDDLTiming.test_ctas
......................................................................

IMPALA-11159: Fix AttributeError in TestAsyncDDLTiming.test_ctas

TestAsyncDDLTiming.test_ctas is likely to be flaky, additionally it
throws AttributeError when fails which hides the details of the failure.
This commit fixes the AttributeError which is caused by the Impyla tests,
the Impyla handler is a HiveServer2Cursor object that does not have an
'id' attribute. Query string can be printed instead of the query id.

Testing:
 - Triggered test failure manually and verified the result.

Change-Id: Ibe78b3a3ee070a1edeaef5cf7ae8d9565a10141d
---
M tests/common/impala_test_suite.py
1 file changed, 23 insertions(+), 6 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/33/18933/1
--
To view, visit http://gerrit.cloudera.org:8080/18933
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibe78b3a3ee070a1edeaef5cf7ae8d9565a10141d
Gerrit-Change-Number: 18933
Gerrit-PatchSet: 1
Gerrit-Owner: Tamas Mate <[email protected]>

Reply via email to