You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Zoltan Haindrich (JIRA)" <ji...@apache.org> on 2016/07/19 12:05:20 UTC

[jira] [Updated] (HIVE-14279) fix mvn test TestHiveMetaStore.testTransactionalValidation

     [ https://issues.apache.org/jira/browse/HIVE-14279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zoltan Haindrich updated HIVE-14279:
------------------------------------
    Attachment: HIVE-14279.1.patch

i've moved the related testmethod's table into a separate database named {{acidDb}}.

> fix mvn test TestHiveMetaStore.testTransactionalValidation 
> -----------------------------------------------------------
>
>                 Key: HIVE-14279
>                 URL: https://issues.apache.org/jira/browse/HIVE-14279
>             Project: Hive
>          Issue Type: Improvement
>          Components: Tests
>            Reporter: Zoltan Haindrich
>            Assignee: Zoltan Haindrich
>            Priority: Minor
>         Attachments: HIVE-14279.1.patch
>
>
> This test doesn't drop it's table. And because there are a few subclasses of it...the second one will fail - because the table already exists. for example:
> {code}
> mvn clean package  -Pitests -Dtest=TestSetUGIOnBothClientServer,TestSetUGIOnOnlyClient
> {code}
> will cause:
> {code}
> org.apache.hadoop.hive.metastore.api.AlreadyExistsException: Table acidTable already exists
> {code}
> for the second test.



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