[
https://issues.apache.org/jira/browse/HBASE-19945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16354272#comment-16354272
]
stack commented on HBASE-19945:
-------------------------------
LargeTest is 10minutes. My understanding is that the timeout is per test in a
class, not compound:
http://junit.org/junit4/javadoc/4.12/org/junit/rules/Timeout.html. So, which
method is timing out and what is it doing that takes 10minutes?
> Separate tests of TestRSGroups into two classes
> -----------------------------------------------
>
> Key: HBASE-19945
> URL: https://issues.apache.org/jira/browse/HBASE-19945
> Project: HBase
> Issue Type: Test
> Reporter: Ted Yu
> Assignee: Ted Yu
> Priority: Major
> Attachments: 19945.v1.txt
>
>
> TestRSGroups is annotated as LargeTests already, however, it still times out
> on Jenkins:
> https://builds.apache.org/job/HBase-Trunk_matrix/4537/jdk=JDK%201.8%20(latest),label=(Hadoop%20&&%20!H5)/testReport/junit/org.apache.hadoop.hbase.rsgroup/TestRSGroups/org_apache_hadoop_hbase_rsgroup_TestRSGroups/
> {code}
> org.junit.runners.model.TestTimedOutException: test timed out after 180
> seconds
> {code}
> The above is reproducible on Linux locally.
> The tests from TestRSGroups should be separated into two classes.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)