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

Matteo Bertozzi edited comment on HBASE-16639 at 9/15/16 10:20 PM:
-------------------------------------------------------------------

v0 forces the chore to stop if it was in running by forcing it to a finished 
state, and add the runnable/finished state which is helpful on debug.


was (Author: mbertozzi):
forces the chore to stop if it was in running by forcing it to a finished 
state, and add the runnable/finished state which is helpful on debug.

> TestProcedureInMemoryChore#testChoreAddAndRemove occasionally fails
> -------------------------------------------------------------------
>
>                 Key: HBASE-16639
>                 URL: https://issues.apache.org/jira/browse/HBASE-16639
>             Project: HBase
>          Issue Type: Test
>            Reporter: Ted Yu
>            Assignee: Matteo Bertozzi
>            Priority: Minor
>         Attachments: 16639.v1.txt, HBASE-16639-v0.patch
>
>
> See 
> https://builds.apache.org/job/HBase-TRUNK_matrix/1608/jdk=JDK_1_8,label=yahoo-not-h2/testReport/org.apache.hadoop.hbase.procedure2/TestProcedureInMemoryChore/testChoreAddAndRemove/
>  :
> {code}
> java.lang.AssertionError: null
>       at org.junit.Assert.fail(Assert.java:86)
>       at org.junit.Assert.assertTrue(Assert.java:41)
>       at org.junit.Assert.assertTrue(Assert.java:52)
>       at 
> org.apache.hadoop.hbase.procedure2.TestProcedureInMemoryChore.testChoreAddAndRemove(TestProcedureInMemoryChore.java:87)
> ...
> 2016-09-15 21:41:25,210 INFO  [main] 
> procedure2.TestProcedureInMemoryChore(86): chore latch count=1
> {code}
> When I run the test on laptop, I saw:
> {code}
> 2016-09-15 14:56:29,857 INFO  [main] 
> procedure2.TestProcedureInMemoryChore(86): chore latch count=5
> {code}
> This is a small test whose failure would prevent medium / large tests from 
> running.



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

Reply via email to