[
https://issues.apache.org/jira/browse/HBASE-14377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14738163#comment-14738163
]
Sean Busbey commented on HBASE-14377:
-------------------------------------
we generally want to be able to run subsets of our unit tests to cover
particular subsystems (regionserver, wal, misc, etc) or with a given window of
time (small, medium, etc). Fortunately, right now all the Scala tests are
integration tests. Those are usually all at once or by name. Since they all
have the "IntegrationTests" annotation, it's less pressing.
> JavaHBaseContextSuite not being run
> -----------------------------------
>
> Key: HBASE-14377
> URL: https://issues.apache.org/jira/browse/HBASE-14377
> Project: HBase
> Issue Type: Bug
> Components: spark
> Affects Versions: 2.0.0
> Reporter: Sean Busbey
> Assignee: Sean Busbey
> Priority: Critical
> Labels: beginner
> Fix For: 2.0.0
>
> Attachments: HBASE-14377.1.patch
>
>
> we haven't been running JavaHBaseContextSuite, because it's Java (so skipped
> by the ScalaTest framework) and not named according to the surefire naming
> rules.
> rename to TestJavaHBaseContext and categorize it as a Medium test.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)