[
https://issues.apache.org/jira/browse/HIVE-6712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14966041#comment-14966041
]
Hive QA commented on HIVE-6712:
-------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12767662/HIVE-6712.patch
{color:red}ERROR:{color} -1 due to no test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 2 failed/errored test(s), 9697 tests executed
*Failed tests:*
{noformat}
org.apache.hive.hcatalog.api.TestHCatClient.testTableSchemaPropagation
org.apache.hive.jdbc.TestSSL.testSSLVersion
{noformat}
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/5715/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/5715/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-5715/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
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: 2 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12767662 - PreCommit-HIVE-TRUNK-Build
> HS2 JDBC driver is inconsistent w.r.t. auto commit
> --------------------------------------------------
>
> Key: HIVE-6712
> URL: https://issues.apache.org/jira/browse/HIVE-6712
> Project: Hive
> Issue Type: Bug
> Affects Versions: 0.13.0
> Reporter: Xuefu Zhang
> Assignee: David McWhorter
> Labels: jdbc
> Fix For: 2.0.0
>
> Attachments: HIVE-6712.patch
>
>
> I see an inconsistency in HS2 JDBC driver code:
> {code}
> @Override
> public void setAutoCommit(boolean autoCommit) throws SQLException {
> if (autoCommit) {
> throw new SQLException("enabling autocommit is not supported");
> }
> }
> {code}
> From above, it seems that auto commit is not supported. However,
> {code}
> @Override
> public boolean getAutoCommit() throws SQLException {
> return true;
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)