You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2014/07/10 22:41:04 UTC

[jira] [Reopened] (HBASE-10297) LoadAndVerify Integration Test for cell visibility

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

Andrew Purtell reopened HBASE-10297:
------------------------------------


{quote}
I think this test also does not work with mvn verify
{noformat}
mvn verify -Dit.test=IntegrationTestWithCellVisibilityLoadAndVerify -Dtest.output.tofile=false
{noformat}
{quote}

Confirmed. The test creates a user that is not real, 'user1' while the process is running as user 'apurtell'. There is an inevitable permission problem.

{noformat}
[...]
2014-07-10 13:30:36,504 ERROR [IPC Server handler 0 on 43020] security.UserGroupInformation(1494): PriviledgedActionException as:user1 (auth:SIMPLE) cause:org.apache.hadoop.security.AccessControlException: Permission denied: user=user1, access=WRITE, inode="/user":apurtell:supergroup:drwxr-xr-x
[...]

Results :

Failed tests:   testLoadAndVerify(org.apache.hadoop.hbase.test.IntegrationTestWithCellVisibilityLoadAndVerify)

Tests run: 1, Failures: 1, Errors: 0, Skipped: 0
{noformat}
Let's fix it. Reopening. Please close again after addendum commit or if opening a new JIRA to deal with the issue.

> LoadAndVerify Integration Test for cell visibility
> --------------------------------------------------
>
>                 Key: HBASE-10297
>                 URL: https://issues.apache.org/jira/browse/HBASE-10297
>             Project: HBase
>          Issue Type: Sub-task
>          Components: test
>    Affects Versions: 0.98.0
>            Reporter: Anoop Sam John
>            Assignee: Anoop Sam John
>             Fix For: 0.98.0, 0.99.0
>
>         Attachments: HBASE-10297.patch, HBASE-10297_V2.patch, HBASE-10297_V3.patch
>
>




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