You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Tajo QA (JIRA)" <ji...@apache.org> on 2014/07/08 11:21:35 UTC

[jira] [Commented] (TAJO-852) Integration test using HCatalog as a catalog store is failed

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

Tajo QA commented on TAJO-852:
------------------------------

{color:red}*-1 overall.*{color}  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12654486/TAJO-852.patch
  against master revision b9a3972.

    {color:green}+1 @author.{color}  The patch does not contain any @author tags.

    {color:green}+1 tests included.{color}  The patch appears to include 3 new or modified test files.

    {color:green}+1 javac.{color}  The applied patch does not increase the total number of javac compiler warnings.

    {color:green}+1 javadoc.{color}  The applied patch does not increase the total number of javadoc warnings.

    {color:green}+1 checkstyle.{color}  The patch generated 0 code style errors.

    {color:red}-1 findbugs.{color}  The patch appears to introduce 199 new Findbugs (version 1.3.9) warnings.

    {color:green}+1 release audit.{color}  The applied patch does not increase the total number of release audit warnings.

    {color:green}+1 core tests.{color}  The patch passed unit tests in tajo-catalog/tajo-catalog-drivers/tajo-hcatalog tajo-common tajo-core tajo-rpc.

Test results: https://builds.apache.org/job/PreCommit-TAJO-Build/460//testReport/
Findbugs warnings: https://builds.apache.org/job/PreCommit-TAJO-Build/460//artifact/incubator-tajo/patchprocess/newPatchFindbugsWarningstajo-common.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-TAJO-Build/460//artifact/incubator-tajo/patchprocess/newPatchFindbugsWarningstajo-core.html
Console output: https://builds.apache.org/job/PreCommit-TAJO-Build/460//console

This message is automatically generated.

> Integration test using HCatalog as a catalog store is failed
> ------------------------------------------------------------
>
>                 Key: TAJO-852
>                 URL: https://issues.apache.org/jira/browse/TAJO-852
>             Project: Tajo
>          Issue Type: Bug
>    Affects Versions: 0.8.0, 0.9.0
>            Reporter: Hyunsik Choi
>            Assignee: Jinho Kim
>         Attachments: TAJO-852.patch
>
>
> When I tried to do integration test using HCatalog as a catalog store, the test is failed.
> {noformat}
> mvn clean install -Phcatalog-0.12.0 
> -Dtajo.catalog.store.class=org.apache.tajo.catalog.store.HCatalogStore
> {noformat}
> {noformat}
> 2014-05-27 10:48:22,392 INFO: org.apache.tajo.master.querymaster.QueryMasterManagerService (stop(111)) - QueryMasterManagerService stopped
> 2014-05-27 10:48:22,392 INFO: org.apache.tajo.master.querymaster.QueryMaster (run(434)) - QueryMaster heartbeat thread stopped
> 2014-05-27 10:48:22,392 INFO: org.apache.tajo.master.TajoAsyncDispatcher (stop(122)) - AsyncDispatcher stopped:querymaster_1401155008909
> 2014-05-27 10:48:22,393 INFO: org.apache.tajo.master.querymaster.QueryMaster (stop(160)) - QueryMaster stop
> 2014-05-27 10:48:22,393 INFO: org.apache.tajo.worker.TajoWorkerClientService (stop(109)) - TajoWorkerClientService stopping
> 2014-05-27 10:48:22,393 INFO: org.apache.tajo.rpc.NettyServerBase (shutdown(128)) - Rpc (QueryMasterClientProtocol) listened on 0:0:0:0:0:0:0:0:18372) shutdown
> 2014-05-27 10:48:22,393 INFO: org.apache.tajo.worker.TajoWorkerClientService (stop(113)) - TajoWorkerClientService stopped
> 2014-05-27 10:48:22,393 INFO: org.apache.tajo.worker.TajoWorker (stop(334)) - TajoWorker main thread exiting
> Results :
> Failed tests:   testQueryCasesOnColumnPartitionedTable(org.apache.tajo.engine.query.TestTablePartitions): Result Verification expected:<...-------------------(..)
>   testKillScheduledQuery(org.apache.tajo.scheduler.TestFifoScheduler): expected:<QUERY_MASTER_INIT> but was:<QUERY_RUNNING>
>   testScheduledQuery(org.apache.tajo.scheduler.TestFifoScheduler): expected:<QUERY_RUNNING> but was:<QUERY_MASTER_INIT>
>   testForwardedQuery(org.apache.tajo.scheduler.TestFifoScheduler): expected:<QUERY_RUNNING> but was:<QUERY_MASTER_INIT>
>   case3(org.apache.tajo.master.querymaster.TestQueryUnitStatusUpdate): expected:<7> but was:<10>
> Tests in error: 
>   testCreateTableLike1(org.apache.tajo.engine.query.TestCreateTable)
> Tests run: 756, Failures: 5, Errors: 1, Skipped: 0
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)