You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2010/03/01 02:06:05 UTC

[jira] Commented: (HBASE-2278) [indexed] TestHRegionWithIdxRegionNoIndexes.testWritesWhileGetting failing on branch

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

Andrew Purtell commented on HBASE-2278:
---------------------------------------

It looks like what happens occasionally is the previous test, TestHRegionWithIdxRegion, will not terminate but instead spin on one CPU indefinitely, causing the following test TestHRegionWithIdxRegionNoIndexes to return unexpected results. 

> [indexed] TestHRegionWithIdxRegionNoIndexes.testWritesWhileGetting failing on branch
> ------------------------------------------------------------------------------------
>
>                 Key: HBASE-2278
>                 URL: https://issues.apache.org/jira/browse/HBASE-2278
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: Andrew Purtell
>             Fix For: 0.20.4
>
>
> My tests have picked up a regression on branch:
> test:
>      [echo] contrib: indexed
> ...
>     [junit] Running org.apache.hadoop.hbase.regionserver.TestHRegionWithIdxRegionNoIndexes
>     [junit] Tests run: 41, Failures: 1, Errors: 0, Time elapsed: 18.382 sec
>     [junit] Test org.apache.hadoop.hbase.regionserver.TestHRegionWithIdxRegionNoIndexes FAILED
> Error Message
> i=101 expected:<1000> but was:<0>
> Stacktrace
> junit.framework.AssertionFailedError: i=101 expected:<1000> but was:<0>
> 	at org.apache.hadoop.hbase.regionserver.TestHRegion.testWritesWhileGetting(TestHRegion.java:2085)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.