You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Wes McKinney (Jira)" <ji...@apache.org> on 2020/03/16 01:41:00 UTC

[jira] [Created] (ARROW-8125) [C++] "arrow-tests" target broken with ninja build

Wes McKinney created ARROW-8125:
-----------------------------------

             Summary: [C++] "arrow-tests" target broken with ninja build
                 Key: ARROW-8125
                 URL: https://issues.apache.org/jira/browse/ARROW-8125
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++
            Reporter: Wes McKinney
             Fix For: 0.17.0


{code}
$ ninja arrow-tests
ninja: no work to do.
{code}

According to git bisect this was introduced by 

{code}
$ git bisect bad
7db3855cd4a2e2f704b8715af3a36cbef0bb2a27 is the first bad commit
commit 7db3855cd4a2e2f704b8715af3a36cbef0bb2a27
Author: Benjamin Kietzman <be...@gmail.com>
Date:   Mon Mar 9 16:40:21 2020 +0100

    ARROW-8014: [C++] Provide CMake targets exercising tests with a label
    
    To run a subset of the tests, use:
    ```shell-session
    $ ninja -C ~/arrow/cpp/debug-build test-arrow_dataset
    ```
    
    Closes #6547 from bkietz/8014-Provide-CMake-targets-to- and squashes the following commits:
    
    cf9bbb06a <Benjamin Kietzman> test-lable- => test-
    90a1a7f3b <Benjamin Kietzman> ARROW-8014:  Provide Cmake targets exercising tests with a label
    
    Authored-by: Benjamin Kietzman <be...@gmail.com>
    Signed-off-by: Antoine Pitrou <an...@python.org>

 cpp/cmake_modules/BuildUtils.cmake | 15 +++++++++++++++
 cpp/src/arrow/CMakeLists.txt       |  2 --
 2 files changed, 15 insertions(+), 2 deletions(-)
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)