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

Matteo Bertozzi commented on HBASE-16634:
-----------------------------------------

doesn't look like, a quick grep for snapshot in that code does not show 
anything. I also did two runs and they seems to pass
{noformat}
$ mvn clean test -Dtest=TestVisibilityLabels*
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; 
support was removed in 8.0
Running 
org.apache.hadoop.hbase.security.visibility.TestVisibilityLabelsWithCustomVisLabService
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 41.036 sec - 
in 
org.apache.hadoop.hbase.security.visibility.TestVisibilityLabelsWithCustomVisLabService
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; 
support was removed in 8.0
Running 
org.apache.hadoop.hbase.security.visibility.TestVisibilityLabelsWithDefaultVisLabelService
Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 40.26 sec - in 
org.apache.hadoop.hbase.security.visibility.TestVisibilityLabelsWithDefaultVisLabelService
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; 
support was removed in 8.0
Running 
org.apache.hadoop.hbase.security.visibility.TestVisibilityLabelsOpWithDifferentUsersNoACL
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.478 sec - in 
org.apache.hadoop.hbase.security.visibility.TestVisibilityLabelsOpWithDifferentUsersNoACL
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; 
support was removed in 8.0
Running 
org.apache.hadoop.hbase.security.visibility.TestVisibilityLabelsReplication
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.82 sec - in 
org.apache.hadoop.hbase.security.visibility.TestVisibilityLabelsReplication
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; 
support was removed in 8.0
Running 
org.apache.hadoop.hbase.security.visibility.TestVisibilityLabelsWithSLGStack
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.262 sec - in 
org.apache.hadoop.hbase.security.visibility.TestVisibilityLabelsWithSLGStack
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; 
support was removed in 8.0
Running 
org.apache.hadoop.hbase.security.visibility.TestVisibilityLabelsWithDeletes
Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 95.23 sec - in 
org.apache.hadoop.hbase.security.visibility.TestVisibilityLabelsWithDeletes
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; 
support was removed in 8.0
Running org.apache.hadoop.hbase.security.visibility.TestVisibilityLabelsWithACL
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.471 sec - in 
org.apache.hadoop.hbase.security.visibility.TestVisibilityLabelsWithACL

Results :

Tests run: 99, Failures: 0, Errors: 0, Skipped: 0
{noformat}

> Speedup TestExportSnapshot
> --------------------------
>
>                 Key: HBASE-16634
>                 URL: https://issues.apache.org/jira/browse/HBASE-16634
>             Project: HBase
>          Issue Type: Test
>          Components: snapshots, test
>    Affects Versions: 2.0.0
>            Reporter: Matteo Bertozzi
>            Assignee: Matteo Bertozzi
>            Priority: Minor
>             Fix For: 2.0.0, 1.4.0
>
>         Attachments: HBASE-16634-v0.patch
>
>
> TestExportSnapshot is a long and heavy test since has to take snapshot, 
> export (via MR), restore them and so on. this in general make the test flaky 
> due to slowness.
> let's try to speed it up a bit by reducing the number of regions of the table 
> we are testing on 9 regions at the moment we can reduce it at least to 2



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

Reply via email to