[ https://issues.apache.org/jira/browse/HIVE-9091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14245255#comment-14245255 ]
Hive QA commented on HIVE-9091: ------------------------------- {color:red}Overall{color}: -1 at least one tests failed Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12686938/HIVE-9091.1.patch {color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 6708 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_optimize_nullscan {noformat} Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2069/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2069/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-2069/ Messages: {noformat} Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests exited with: TestsFailedException: 1 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12686938 - PreCommit-HIVE-TRUNK-Build > Add additional unit tests for HiveSQLException > ---------------------------------------------- > > Key: HIVE-9091 > URL: https://issues.apache.org/jira/browse/HIVE-9091 > Project: Hive > Issue Type: Test > Components: JDBC > Reporter: Aihua Xu > Assignee: Aihua Xu > Priority: Minor > Labels: easyfix, test > Fix For: 0.15.0 > > Attachments: HIVE-9091.1.patch > > Original Estimate: 12h > Remaining Estimate: 12h > > Change the function scope for the functions in HiveSQLException to be > private, including > toString(Throwable cause, StackTraceElement[] parent) , > enroll(Throwable ex, StackTraceElement[] trace, int max), > toStackTrace(List<String> details, StackTraceElement[] parent, int index) > since these serve as helper function internally. > Add comments for the public functions in HiveSQLException. > To add additional unit test cases for HiveSQLException such as exception with > unknown source, test TStatus conversion, etc. -- This message was sent by Atlassian JIRA (v6.3.4#6332)