[
https://issues.apache.org/jira/browse/HIVE-6464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13908566#comment-13908566
]
Hive QA commented on HIVE-6464:
-------------------------------
{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/12629799/HIVE-6464.1.patch
{color:red}ERROR:{color} -1 due to 2 failed/errored test(s), 5169 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_insert_into5
org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_insert_into6
{noformat}
Test results:
http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/1435/testReport
Console output:
http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/1435/console
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: 2 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12629799
> Test configuration: reduce the duration for which lock attempts are retried
> ---------------------------------------------------------------------------
>
> Key: HIVE-6464
> URL: https://issues.apache.org/jira/browse/HIVE-6464
> Project: Hive
> Issue Type: Bug
> Reporter: Thejas M Nair
> Assignee: Thejas M Nair
> Attachments: HIVE-6464.1.patch
>
>
> Lock attempts are being done for 60 seconds * 100 before it gives up. Most
> tests attempt to disable locking but sometimes don't do it correctly and
> changes can cause the locking to kick in. Locking fails, (at least in the HS2
> related tests) because of problems in creating the zookeeper entries in test
> mode. When locking attempt kicks in and that fails, it can end up waiting for
> 6000 seconds before failing.
> As the tests are not trying to test parallel locking, there is no reason to
> wait this long in the tests.
> We should update hive-site.xml used by tests for smaller duration.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)