You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2018/12/17 18:11:00 UTC

[jira] [Assigned] (ARROW-4026) [C++] Use separate modular $COMPONENT-test targets for unit tests

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

Wes McKinney reassigned ARROW-4026:
-----------------------------------

    Assignee: Wes McKinney

> [C++] Use separate modular $COMPONENT-test targets for unit tests
> -----------------------------------------------------------------
>
>                 Key: ARROW-4026
>                 URL: https://issues.apache.org/jira/browse/ARROW-4026
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Wes McKinney
>            Assignee: Wes McKinney
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.12.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Because some tests depend on libraries from another component (e.g. "gandiva" relies on "arrow"), if we build "gandiva" and {{ARROW_BUILD_TESTS=ON}} then we must also built the tests attached to the "arrow" target. This can be hacked around using the {{ARROW_TEST_INCLUDE_LABELS}} option, but the best thing would probably be to create separate modular targets for the unit tests:
> * "arrow-tests" depends on "arrow"
> * "parquet-tests" depends on "parquet", "arrow"
> * "gandiva-test" depends on "gandiva", "arrow"



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