Impala Public Jenkins has submitted this change and it was merged. ( 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 Reviewed-on: http://gerrit.cloudera.org:8080/18933 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M tests/common/impala_test_suite.py 1 file changed, 20 insertions(+), 6 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- 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: merged Gerrit-Change-Id: Ibe78b3a3ee070a1edeaef5cf7ae8d9565a10141d Gerrit-Change-Number: 18933 Gerrit-PatchSet: 5 Gerrit-Owner: Tamas Mate <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Tamas Mate <[email protected]>
