You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2022/04/26 12:53:00 UTC

[jira] [Commented] (ARROW-16335) [Release][C++] Windows source verification runs C++ tests on a single thread

    [ https://issues.apache.org/jira/browse/ARROW-16335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17528152#comment-17528152 ] 

Antoine Pitrou commented on ARROW-16335:
----------------------------------------

[~raulcd]  [~assignUser]

> [Release][C++] Windows source verification runs C++ tests on a single thread
> ----------------------------------------------------------------------------
>
>                 Key: ARROW-16335
>                 URL: https://issues.apache.org/jira/browse/ARROW-16335
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++, Developer Tools
>            Reporter: Antoine Pitrou
>            Priority: Major
>             Fix For: 9.0.0
>
>
> {{verify-release-candidate.bat}} uses the following command to run the C++ tests:
> {code}
> ctest -VV
> {code}
> This has two problems:
> * output is verbose even for successful tests, making it difficult to find errors in the log
> * tests are run serially even on a many-core machine
> I would suggest instead something like:
> {code}
> ctest -jN --output-on-failure
> {code}
> (where N is the available number of hardware threads / CPU cores)



--
This message was sent by Atlassian Jira
(v8.20.7#820007)