[jira] [Commented] (HIVE-10074) Ability to run HCat Client Unit tests in a system test setting

2015-03-27 Thread Deepesh Khandelwal (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-10074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14384666#comment-14384666
 ] 

Deepesh Khandelwal commented on HIVE-10074:
---

[~sushanth] the error still seems unrelated. Can you suggest what the next 
steps here should be?

> Ability to run HCat Client Unit tests in a system test setting
> --
>
> Key: HIVE-10074
> URL: https://issues.apache.org/jira/browse/HIVE-10074
> Project: Hive
>  Issue Type: Bug
>  Components: Tests
>Reporter: Deepesh Khandelwal
>Assignee: Deepesh Khandelwal
> Attachments: HIVE-10074.1.patch, HIVE-10074.patch
>
>
> Following testsuite 
> {{hcatalog/webhcat/java-client/src/test/java/org/apache/hive/hcatalog/api/TestHCatClient.java}}
>  is a JUnit testsuite to test some basic HCat client API. During setup it 
> brings up a Hive Metastore with embedded Derby. The testsuite however will be 
> even more useful if it can be run against a running Hive Metastore 
> (transparent to whatever backing DB its running against).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HIVE-10074) Ability to run HCat Client Unit tests in a system test setting

2015-03-25 Thread Hive QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-10074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14381467#comment-14381467
 ] 

Hive QA commented on HIVE-10074:




{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/12707316/HIVE-10074.1.patch

{color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 8337 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.metastore.txn.TestCompactionTxnHandler.testRevokeTimedOutWorkers
{noformat}

Test results: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/3161/testReport
Console output: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/3161/console
Test logs: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-3161/

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: 12707316 - PreCommit-HIVE-TRUNK-Build

> Ability to run HCat Client Unit tests in a system test setting
> --
>
> Key: HIVE-10074
> URL: https://issues.apache.org/jira/browse/HIVE-10074
> Project: Hive
>  Issue Type: Bug
>  Components: Tests
>Reporter: Deepesh Khandelwal
>Assignee: Deepesh Khandelwal
> Attachments: HIVE-10074.1.patch, HIVE-10074.patch
>
>
> Following testsuite 
> {{hcatalog/webhcat/java-client/src/test/java/org/apache/hive/hcatalog/api/TestHCatClient.java}}
>  is a JUnit testsuite to test some basic HCat client API. During setup it 
> brings up a Hive Metastore with embedded Derby. The testsuite however will be 
> even more useful if it can be run against a running Hive Metastore 
> (transparent to whatever backing DB its running against).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HIVE-10074) Ability to run HCat Client Unit tests in a system test setting

2015-03-25 Thread Sushanth Sowmyan (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-10074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14380727#comment-14380727
 ] 

Sushanth Sowmyan commented on HIVE-10074:
-

The test failures do not look related to this patch. Still, might be worth 
rerunning the tests to confirm. I'm going to cancel patch, reupload the same 
patch and set available again.



> Ability to run HCat Client Unit tests in a system test setting
> --
>
> Key: HIVE-10074
> URL: https://issues.apache.org/jira/browse/HIVE-10074
> Project: Hive
>  Issue Type: Bug
>  Components: Tests
>Reporter: Deepesh Khandelwal
>Assignee: Deepesh Khandelwal
> Attachments: HIVE-10074.patch
>
>
> Following testsuite 
> {{hcatalog/webhcat/java-client/src/test/java/org/apache/hive/hcatalog/api/TestHCatClient.java}}
>  is a JUnit testsuite to test some basic HCat client API. During setup it 
> brings up a Hive Metastore with embedded Derby. The testsuite however will be 
> even more useful if it can be run against a running Hive Metastore 
> (transparent to whatever backing DB its running against).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HIVE-10074) Ability to run HCat Client Unit tests in a system test setting

2015-03-24 Thread Hive QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-10074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14379252#comment-14379252
 ] 

Hive QA commented on HIVE-10074:




{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/12707051/HIVE-10074.patch

{color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 8335 tests executed
*Failed tests:*
{noformat}
org.apache.hive.hcatalog.hbase.TestPigHBaseStorageHandler.org.apache.hive.hcatalog.hbase.TestPigHBaseStorageHandler
{noformat}

Test results: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/3140/testReport
Console output: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/3140/console
Test logs: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-3140/

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: 12707051 - PreCommit-HIVE-TRUNK-Build

> Ability to run HCat Client Unit tests in a system test setting
> --
>
> Key: HIVE-10074
> URL: https://issues.apache.org/jira/browse/HIVE-10074
> Project: Hive
>  Issue Type: Bug
>  Components: Tests
>Reporter: Deepesh Khandelwal
>Assignee: Deepesh Khandelwal
> Attachments: HIVE-10074.patch
>
>
> Following testsuite 
> {{hcatalog/webhcat/java-client/src/test/java/org/apache/hive/hcatalog/api/TestHCatClient.java}}
>  is a JUnit testsuite to test some basic HCat client API. During setup it 
> brings up a Hive Metastore with embedded Derby. The testsuite however will be 
> even more useful if it can be run against a running Hive Metastore 
> (transparent to whatever backing DB its running against).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)