[
https://issues.apache.org/jira/browse/HBASE-14760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14990923#comment-14990923
]
stack commented on HBASE-14760:
-------------------------------
Looks like we need this patch too... its turning up this in the test failures:
ava.lang.RuntimeException: Unknown category: interface
org.apache.hadoop.hbase.testclassification.RPCTests
at
org.apache.hadoop.hbase.CategoryBasedTimeout$Builder.withTimeout(CategoryBasedTimeout.java:69)
at
org.apache.hadoop.hbase.ipc.TestSimpleRpcScheduler.<init>(TestSimpleRpcScheduler.java:71)
> Category-based timeout on TestAsyncProcess makes it so the test is not
> running as part of general build
> -------------------------------------------------------------------------------------------------------
>
> Key: HBASE-14760
> URL: https://issues.apache.org/jira/browse/HBASE-14760
> Project: HBase
> Issue Type: Bug
> Components: test
> Reporter: stack
> Assignee: stack
> Attachments: 14760.test.patch
>
>
> Over in
> https://issues.apache.org/jira/browse/HBASE-14758?focusedCommentId=14989134&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14989134
> , [~carp84] found that since HBASE-14725, the likes of TestAsyncProcess no
> longer runs as part of general build.
> It seems like any test that gets a category-based timer in that patch no
> longer runs as part of the build.
> The test runs fine if I invoke on cmd-line.
> Other category-based timeout tests seem to show in the general build.
> Looking....
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)