You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Tak Lon (Stephen) Wu (JIRA)" <ji...@apache.org> on 2018/07/30 19:46:00 UTC

[jira] [Commented] (HBASE-20982) [branch-1] TestExportSnapshot and TestSecureExportSnapshot are flaky

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

Tak Lon (Stephen) Wu commented on HBASE-20982:
----------------------------------------------

this is what I saw when building with JDK 8u122 for failed TestExportSnapshot
{noformat}
  [ERROR] testSnapshotWithRefsExportFileSystemState(org.apache.hadoop.hbase.snapshot.TestExportSnapshot)  Time elapsed: 180.038 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.testSnapshotWithRefsExportFileSystemState(TestExportSnapshot.java:259)
          at org.apache.hadoop.hbase.snapshot.TestExportSnapshot.testSnapshotWithRefsExportFileSystemState(TestExportSnapshot.java:243)
  
  [ERROR] testExportFileSystemStateWithSkipTmp(org.apache.hadoop.hbase.snapshot.TestExportSnapshot)  Time elapsed: 180.023 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: 5.505 s  <<< FAILURE!
  java.lang.AssertionError: expected:<0> but was:<1>
          at org.apache.hadoop.hbase.snapshot.TestExportSnapshot.testExportRetry(TestExportSnapshot.java:328)
  
  [ERROR] testExportFailure(org.apache.hadoop.hbase.snapshot.TestExportSnapshot)  Time elapsed: 180.024 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)

 

{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)