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

Yu Li commented on HBASE-20982:
-------------------------------

Linking possibly related JIRAs. And below is what I observed in my local run:
{noformat}
[ERROR] 
testExportFileSystemStateWithSkipTmp(org.apache.hadoop.hbase.snapshot.TestExportSnapshot)
  Time elapsed: 180.102 s  <<< ERROR!
org.junit.runners.model.TestTimedOutException: test timed out after 180 seconds
        at 
org.apache.hadoop.hbase.snapshot.TestExportSnapshot.testExportFileSystemState(TestExportSnapshot.java:291)
        at 
org.apache.hadoop.hbase.snapshot.TestExportSnapshot.testExportFileSystemState(TestExportSnapshot.java:265)
        at 
org.apache.hadoop.hbase.snapshot.TestExportSnapshot.testExportFileSystemStateWithSkipTmp(TestExportSnapshot.java:203)

[ERROR] testExportRetry(org.apache.hadoop.hbase.snapshot.TestExportSnapshot)  
Time elapsed: 6.02 s  <<< ERROR!
org.apache.hadoop.hbase.snapshot.ExportSnapshotException: Failed to copy the 
snapshot directory: 
from=hdfs://localhost:34146/user/jueding.ly/test-data/82c3952f-34d2-4ae9-a535-2962e453e1cb/.hbase-snapsho
t/snaptb0-1532944000599 
to=file:/home/jueding.ly/hbase-1.4.6-src/hbase-server/target/test-data/c6809bde-3af1-4fb7-8d54-08ead10972e2/local-export-1532944003967/.hbase-snapshot/snaptb0-1532944000599
        at 
org.apache.hadoop.hbase.snapshot.TestExportSnapshot.runExportAndInjectFailures(TestExportSnapshot.java:347)
        at 
org.apache.hadoop.hbase.snapshot.TestExportSnapshot.testExportRetry(TestExportSnapshot.java:328)
Caused by: java.io.FileNotFoundException: File does not exist: 
hdfs://localhost:34146/user/jueding.ly/test-data/82c3952f-34d2-4ae9-a535-2962e453e1cb/.hbase-snapshot/snaptb0-1532944000599
        at 
org.apache.hadoop.hbase.snapshot.TestExportSnapshot.runExportAndInjectFailures(TestExportSnapshot.java:347)
        at 
org.apache.hadoop.hbase.snapshot.TestExportSnapshot.testExportRetry(TestExportSnapshot.java:328)

[ERROR] testExportFailure(org.apache.hadoop.hbase.snapshot.TestExportSnapshot)  
Time elapsed: 180.099 s  <<< ERROR!
org.junit.runners.model.TestTimedOutException: test timed out after 180 seconds
        at 
org.apache.hadoop.hbase.snapshot.TestExportSnapshot.runExportAndInjectFailures(TestExportSnapshot.java:347)
        at 
org.apache.hadoop.hbase.snapshot.TestExportSnapshot.testExportFailure(TestExportSnapshot.java:320)

Crashed tests:
org.apache.hadoop.hbase.snapshot.TestSecureExportSnapshot
org.apache.maven.surefire.booter.SurefireBooterForkException: 
ExecutionException The forked VM terminated without properly saying goodbye. VM 
crash or System.exit called?
org.apache.hadoop.hbase.snapshot.TestSecureExportSnapshot
        at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.awaitResultsDone(ForkStarter.java:496)
        at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.runSuitesForkPerTestSet(ForkStarter.java:443)
        at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:295)
        at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:246)
{noformat}

>  [branch-1] TestExportSnapshot and TestSecureExportSnapshot are flaky
> ---------------------------------------------------------------------
>
>                 Key: HBASE-20982
>                 URL: https://issues.apache.org/jira/browse/HBASE-20982
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 1.4.6
>            Reporter: Andrew Purtell
>            Priority: Major
>
> Passes for me
> {noformat}
> [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 390.02 
> s - in org.apache.hadoop.hbase.snapshot.TestExportSnapshot
> [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
> {noformat}
> but fails or times out for others. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to