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

Hudson commented on HBASE-8118:
-------------------------------

Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #449 (See 
[https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/449/])
    HBASE-8118 TestTablePermission depends on the execution order (Revision 
1456946)

     Result = FAILURE
mbertozzi : 
Files : 
* 
/hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/security/access/TestTablePermissions.java

                
> TestTablePermission depends on the execution order
> --------------------------------------------------
>
>                 Key: HBASE-8118
>                 URL: https://issues.apache.org/jira/browse/HBASE-8118
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.95.0, 0.94.5
>            Reporter: Matteo Bertozzi
>            Assignee: Matteo Bertozzi
>             Fix For: 0.94.5, 0.94.7
>
>         Attachments: HBASE-8118-v0.patch
>
>
> All the tests changes the _acl_ table but they don't clear the state.
> If testGlobalPermission() runs before testBasicWrite() you end up with
> {code}
> java.lang.AssertionError: Full permission map should have entries for both 
> test tables expected:<2> but was:<3>
>       at org.junit.Assert.fail(Assert.java:93)
>       at org.junit.Assert.failNotEquals(Assert.java:647)
>       at org.junit.Assert.assertEquals(Assert.java:128)
>       at org.junit.Assert.assertEquals(Assert.java:472)
>       at 
> org.apache.hadoop.hbase.security.access.TestTablePermissions.testBasicWrite(TestTablePermissions.java:181)
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to