[
https://issues.apache.org/jira/browse/HBASE-19150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16236664#comment-16236664
]
Andrew Purtell commented on HBASE-19150:
----------------------------------------
Generally I think we can do
{code}
new UUID(ThreadLocalRandom.current().nextLong(),
ThreadLocalRandom.current().nextLong())
{code}
> TestSnapshotWithAcl is flaky
> ----------------------------
>
> Key: HBASE-19150
> URL: https://issues.apache.org/jira/browse/HBASE-19150
> Project: HBase
> Issue Type: Bug
> Reporter: Andrew Purtell
> Assignee: churro morales
> Priority: Minor
> Fix For: 2.0.0, 3.0.0, 1.4.0, 1.5.0
>
> Attachments: HBASE-19150.patch
>
>
> testRestoreSnapshot(org.apache.hadoop.hbase.client.TestSnapshotWithAcl) Time
> elapsed: 1.425 sec <<< FAILURE!
> java.lang.AssertionError: Expected action to pass for user 'owner' but was
> denied
> at org.junit.Assert.fail(Assert.java:88)
> at
> org.apache.hadoop.hbase.security.access.SecureTestUtil.verifyAllowed(SecureTestUtil.java:185)
> at
> org.apache.hadoop.hbase.security.access.SecureTestUtil.verifyAllowed(SecureTestUtil.java:193)
> at
> org.apache.hadoop.hbase.client.TestSnapshotWithAcl.testRestoreSnapshot(TestSnapshotWithAcl.java:188)
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)