You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Appy (JIRA)" <ji...@apache.org> on 2018/01/26 07:35:00 UTC

[jira] [Updated] (HBASE-19866) TestRegionServerReportForDuty doesn't timeout

     [ https://issues.apache.org/jira/browse/HBASE-19866?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Appy updated HBASE-19866:
-------------------------
    Description: 
So reading around junit docs, looks like the reason is result of these two rules:
-  @Test(timeout=X) applies only on the test function, and not on whole test fixture (@After, @Before, etc)
- Timeout rule applies on whole test fixture

Since 

> TestRegionServerReportForDuty doesn't timeout
> ---------------------------------------------
>
>                 Key: HBASE-19866
>                 URL: https://issues.apache.org/jira/browse/HBASE-19866
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Appy
>            Assignee: Appy
>            Priority: Major
>
> So reading around junit docs, looks like the reason is result of these two rules:
> -  @Test(timeout=X) applies only on the test function, and not on whole test fixture (@After, @Before, etc)
> - Timeout rule applies on whole test fixture
> Since 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)