[
https://issues.apache.org/jira/browse/HBASE-10410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13880345#comment-13880345
]
Andrew Purtell commented on HBASE-10410:
----------------------------------------
'mvn -fae ...' (fail at end) isn't sufficient to continue with further modules
past hbase-server, checking if 'mvn -fn' (fail never) is. Looking to see if we
can get a full unit test suite execution despite this issue. If so individual
test failures will still show up in JUnit reports, Jenkins build reports, etc.
> On some JREs, hbase-server is failing due to "timeout" without any test
> actually timing out
> -------------------------------------------------------------------------------------------
>
> Key: HBASE-10410
> URL: https://issues.apache.org/jira/browse/HBASE-10410
> Project: HBase
> Issue Type: Bug
> Affects Versions: 0.98.0
> Reporter: Andrew Purtell
>
> This is frustrating. On some JREs (Java 7) I am seeing hbase-server fail due
> to timeout, without any test actually reporting a timeout. This
> StackOverflow answer talks about how JUnit < 4.12-SNAPSHOT may report a
> timeout if the test throws an InterruptedException:
> http://stackoverflow.com/questions/17016011/junit-test-times-out-despite-executing-quickly
> Those happen at various points when shutting down the minicluster. We may
> be letting one escape.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)