You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Sean Busbey (JIRA)" <ji...@apache.org> on 2019/06/03 16:04:00 UTC

[jira] [Resolved] (HBASE-22515) Document HBOSS test cases known to fail under Null lock implementation

     [ https://issues.apache.org/jira/browse/HBASE-22515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Busbey resolved HBASE-22515.
---------------------------------
       Resolution: Fixed
    Fix Version/s: hbase-filesystem-1.0.0-alpha1

thanks for the quick turn around!

in the future, please start commit messages with the jira key.

> Document HBOSS test cases known to fail under Null lock implementation
> ----------------------------------------------------------------------
>
>                 Key: HBASE-22515
>                 URL: https://issues.apache.org/jira/browse/HBASE-22515
>             Project: HBase
>          Issue Type: Task
>          Components: Filesystem Integration
>    Affects Versions: hbase-filesystem-1.0.0-alpha1
>            Reporter: Sean Busbey
>            Assignee: Wellington Chevreuil
>            Priority: Minor
>             Fix For: hbase-filesystem-1.0.0-alpha1
>
>         Attachments: HBASE-22515.master.001.patch
>
>
> some existing test fail when the null locking implementation is used, because correctness relies on locks:
> {code}
> [INFO] Running org.apache.hadoop.hbase.oss.TestAtomicRename
> [ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.661 s <<< FAILURE! - in org.apache.hadoop.hbase.oss.TestAtomicRename
> [ERROR] testAtomicRename(org.apache.hadoop.hbase.oss.TestAtomicRename)  Time elapsed: 1.498 s  <<< FAILURE!
> java.lang.AssertionError: Rename source is still visible after rename finished or target showed up.
> 	at org.apache.hadoop.hbase.oss.TestAtomicRename.testAtomicRename(TestAtomicRename.java:73)
> [INFO] Running org.apache.hadoop.hbase.oss.TestCreateNonRecursive
> [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.088 s <<< FAILURE! - in org.apache.hadoop.hbase.oss.TestCreateNonRecursive
> [ERROR] testCreateNonRecursiveParallel(org.apache.hadoop.hbase.oss.TestCreateNonRecursive)  Time elapsed: 0.872 s  <<< FAILURE!
> java.lang.AssertionError: All but exactly 1 call should have thrown exceptions. Experiment 1 of 10. expected:<9> but was:<0>
> 	at org.apache.hadoop.hbase.oss.TestCreateNonRecursive.testCreateNonRecursiveParallel(TestCreateNonRecursive.java:103)
> {code}



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