Ted Yu created HBASE-16639:
------------------------------
Summary: TestProcedureInMemoryChore#testChoreAddAndRemove
occasionally fails
Key: HBASE-16639
URL: https://issues.apache.org/jira/browse/HBASE-16639
Project: HBase
Issue Type: Test
Reporter: Ted Yu
Priority: Minor
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)