[ https://issues.apache.org/jira/browse/HBASE-16058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15337152#comment-15337152 ]
Appy commented on HBASE-16058: ------------------------------ Not just 1.4, it's failing in master too. You're right, TestHRegion is marked flaky ([link|http://hbase.x10host.com/flaky-tests/]) that's why it didn't run as part of pre-commit. One of the TODO's is to run these flaky tests again as part of pre-commit and report the failing tests, but not fail the full build if any of these tests fails. Earlier TestHRegion used to fail only occasionally but now it's failing all times (49/49) > TestHRegion fails on 1.4 builds > ------------------------------- > > Key: HBASE-16058 > URL: https://issues.apache.org/jira/browse/HBASE-16058 > Project: HBase > Issue Type: Bug > Components: test > Affects Versions: 1.4.0 > Reporter: Mikhail Antonov > Fix For: 1.4.0 > > Attachments: hbase-16058-v1.branch-1.patch > > > Results : > Failed tests: > org.apache.hadoop.hbase.regionserver.TestHRegion.testFlushSizeAccounting(org.apache.hadoop.hbase.regionserver.TestHRegion) > Run 1: TestHRegion.testFlushSizeAccounting:465 expected:<384> but was:<368> > Run 2: TestHRegion.testFlushSizeAccounting:465 expected:<384> but was:<368> > Run 3: TestHRegion.testFlushSizeAccounting:465 expected:<384> but was:<368> > org.apache.hadoop.hbase.regionserver.TestHRegion.testMemstoreSizeAccountingWithFailedPostBatchMutate(org.apache.hadoop.hbase.regionserver.TestHRegion) > Run 1: TestHRegion.testMemstoreSizeAccountingWithFailedPostBatchMutate:434 > memstoreSize should be incremented expected:<448> but was:<432> > Run 2: TestHRegion.testMemstoreSizeAccountingWithFailedPostBatchMutate:434 > memstoreSize should be incremented expected:<448> but was:<432> > Run 3: TestHRegion.testMemstoreSizeAccountingWithFailedPostBatchMutate:434 > memstoreSize should be incremented expected:<448> but was:<432> > Tests run: 2567, Failures: 2, Errors: 0, Skipped: 56 -- This message was sent by Atlassian JIRA (v6.3.4#6332)