[
https://issues.apache.org/jira/browse/HBASE-13127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14698887#comment-14698887
]
stack commented on HBASE-13127:
-------------------------------
Says:
kalashnikov:hbase.git stack$ python ./dev-support/findHangingTests.py
https://builds.apache.org/job/PreCommit-HBASE-Build/15123/consoleText
Fetching the console output from the URL
Printing hanging tests
Printing Failing tests
Failing test : org.apache.hadoop.hbase.master.TestDistributedLogSplitting
Results :
Failed tests:
TestDistributedLogSplitting.testLogReplayTwoSequentialRSDown:653
expected:<1000> but was:<896>
So, this test looks like it can also report as a zombie.
Tests run: 18, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 263.523 sec
<<< FAILURE! - in org.apache.hadoop.hbase.master.TestDistributedLogSplitting
testLogReplayTwoSequentialRSDown(org.apache.hadoop.hbase.master.TestDistributedLogSplitting)
Time elapsed: 40.392 sec <<< FAILURE!
java.lang.AssertionError: expected:<1000> but was:<896>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:743)
at org.junit.Assert.assertEquals(Assert.java:118)
at org.junit.Assert.assertEquals(Assert.java:555)
at org.junit.Assert.assertEquals(Assert.java:542)
at
org.apache.hadoop.hbase.master.TestDistributedLogSplitting.testLogReplayTwoSequentialRSDown(TestDistributedLogSplitting.java:653)
> Add timeouts on all tests so less zombie sightings
> --------------------------------------------------
>
> Key: HBASE-13127
> URL: https://issues.apache.org/jira/browse/HBASE-13127
> Project: HBase
> Issue Type: Improvement
> Components: test
> Reporter: stack
> Assignee: stack
> Attachments: 13127.alternate.txt, 13127.alternate.txt,
> 13127.alternate.txt, 13127.alternate.txt, 13127.alternate.v2.txt,
> 13127.alternate.v3.txt, 13127.alternate.v3.txt, 13127.alternate.v3.txt,
> 13127.txt, 13127v2.txt
>
>
> [~Apache9] and [~octo47] have been working hard at trying to get our builds
> passing again. They are almost there. TRUNK just failed with a zombie
> TestMasterObserver. Help the lads out by adding timeouts on all tests so less
> zombie incidence... will help identify the frequent failing issues.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)