You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "ramkrishna.s.vasudevan (JIRA)" <ji...@apache.org> on 2016/02/05 10:07:39 UTC

[jira] [Commented] (HBASE-15215) TestBlockEvictionFromClient is flaky in jdk1.7 build

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

ramkrishna.s.vasudevan commented on HBASE-15215:
------------------------------------------------

I ran this test around 40 times in a loop and there is no failure at all. If I can see the logs of the tests when it fails it could be useful. 

> TestBlockEvictionFromClient is flaky in jdk1.7 build
> ----------------------------------------------------
>
>                 Key: HBASE-15215
>                 URL: https://issues.apache.org/jira/browse/HBASE-15215
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: ramkrishna.s.vasudevan
>            Assignee: ramkrishna.s.vasudevan
>             Fix For: 2.0.0
>
>
> This is the 2nd time I am noticing this. 
> {code}
> Tests run: 13, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 76.187 sec <<< FAILURE! - in org.apache.hadoop.hbase.client.TestBlockEvictionFromClient
> testReverseScanWithCompaction(org.apache.hadoop.hbase.client.TestBlockEvictionFromClient)  Time elapsed: 5.812 sec  <<< FAILURE!
> java.lang.AssertionError: expected:<3> but was:<2>
> 	at org.junit.Assert.fail(Assert.java:88)
> 	at org.junit.Assert.failNotEquals(Assert.java:834)
> 	at org.junit.Assert.assertEquals(Assert.java:645)
> 	at org.junit.Assert.assertEquals(Assert.java:631)
> 	at org.apache.hadoop.hbase.client.TestBlockEvictionFromClient.testScanWithCompactionInternals(TestBlockEvictionFromClient.java:922)
> 	at org.apache.hadoop.hbase.client.TestBlockEvictionFromClient.testReverseScanWithCompaction(TestBlockEvictionFromClient.java:857)
> {code}
> Generally the jdk1.8 build does not have this failure. Need to investigate the failure.



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