[
https://issues.apache.org/jira/browse/ACCUMULO-4337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15323221#comment-15323221
]
Christopher Tubbs commented on ACCUMULO-4337:
---------------------------------------------
The native libs don't really have proper tests. Just a few sanity checks which
were baked in during development and which are executed with {{make test}}. I
made the native build call {{make test}}, because it seemed like an appropriate
target, but it would actually significantly increase the bloat of the pom.xml
if we created two separate executions, one for {{make}} and another for {{make
test}}.
I don't really think it's worth separating them (primarily because of the pom
bloat) since they only add a minuscule amount of time to run, and they should
always work if the library built correctly.
> Native Libraries execute tests even when configured to skip
> -----------------------------------------------------------
>
> Key: ACCUMULO-4337
> URL: https://issues.apache.org/jira/browse/ACCUMULO-4337
> Project: Accumulo
> Issue Type: Bug
> Components: build
> Affects Versions: 1.7.1
> Reporter: Mike Drob
> Assignee: Christopher Tubbs
> Priority: Minor
> Fix For: 1.8.0
>
>
> The native libs will always execute the tests, even when {{-DskipTests}} or
> {{-Dmaven.test.skip}} is passed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)