You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Huaxiang Sun (Jira)" <ji...@apache.org> on 2020/04/14 07:17:00 UTC

[jira] [Created] (HBASE-24183) [flakey test] replication.TestAddToSerialReplicationPeer

Huaxiang Sun created HBASE-24183:
------------------------------------

             Summary: [flakey test] replication.TestAddToSerialReplicationPeer
                 Key: HBASE-24183
                 URL: https://issues.apache.org/jira/browse/HBASE-24183
             Project: HBase
          Issue Type: Test
          Components: Client
    Affects Versions: 3.0.0, 2.3.0, 2.4.0
            Reporter: Huaxiang Sun
            Assignee: Hua Xiang
             Fix For: 3.0.0, 2.3.0


From 2.3 flakey board, [https://builds.apache.org/job/HBase-Flaky-Tests/job/branch-2.3/199/artifact/hbase-server/target/surefire-reports/org.apache.hadoop.hbase.client.locking.TestEntityLocks.txt]

 
{code:java}
-------------------------------------------------------------------------------
Test set: org.apache.hadoop.hbase.client.locking.TestEntityLocks
-------------------------------------------------------------------------------
Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 3.917 s <<< FAILURE! - in org.apache.hadoop.hbase.client.locking.TestEntityLocks
org.apache.hadoop.hbase.client.locking.TestEntityLocks.testEntityLockTimeout  Time elapsed: 2.022 s  <<< FAILURE!
java.lang.AssertionError
	at org.apache.hadoop.hbase.client.locking.TestEntityLocks.testEntityLockTimeout(TestEntityLocks.java:178)

Mapping to the code, it complains 
assertFalse(lock.getWorker().isAlive());


 {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)