Tamas Mate has uploaded a new patch set (#2). ( 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, 18 insertions(+), 6 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/33/18933/2 -- 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: newpatchset Gerrit-Change-Id: Ibe78b3a3ee070a1edeaef5cf7ae8d9565a10141d Gerrit-Change-Number: 18933 Gerrit-PatchSet: 2 Gerrit-Owner: Tamas Mate <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Tamas Mate <[email protected]>
