[
https://issues.apache.org/jira/browse/HBASE-12106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Purtell updated HBASE-12106:
-----------------------------------
Attachment: HBASE-12106-addendum.patch
Attached addendum I pushed to 0.98+. We need to add hbase-annotations as a
test-jar dep to hbase-testing-util or 'mvn test' will fail at that module. This
is from a 0.98 build:
{noformat}
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.12-TRUNK-HBASE-2:test
(secondPartTestsExecution) on project hbase-testing-util: Execution
secondPartTestsExecution of goal
org.apache.maven.plugins:maven-surefire-plugin:2.12-TRUNK-HBASE-2:test failed:
java.lang.reflect.InvocationTargetException; nested exception is
java.lang.reflect.InvocationTargetException: null: Unable to load category:
org.apache.hadoop.hbase.MediumTests -> [Help 1]
{noformat}
> Move test annotations to test artifact
> --------------------------------------
>
> Key: HBASE-12106
> URL: https://issues.apache.org/jira/browse/HBASE-12106
> Project: HBase
> Issue Type: Bug
> Reporter: Enis Soztutar
> Assignee: Enis Soztutar
> Fix For: 2.0.0, 0.98.7, 0.99.1
>
> Attachments: HBASE-12106-addendum.patch,
> hbase-12106_v1-0.98+0.99.patch, hbase-12106_v1.patch, hbase-12106_v1.patch,
> hbase-12106_v2.patch
>
>
> Test annotation interfaces used to be under hbase-common/src/test then moved
> to hbase-annotations/src/main. We should move them to
> hbase-annotations/src/test.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)