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 2019/09/10 02:10:00 UTC

[jira] [Resolved] (ARROW-5743) [C++] Add CMake option to enable "large memory" unit tests

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

Wes McKinney resolved ARROW-5743.
---------------------------------
    Resolution: Fixed

Issue resolved by pull request 5335
[https://github.com/apache/arrow/pull/5335]

> [C++] Add CMake option to enable "large memory" unit tests
> ----------------------------------------------------------
>
>                 Key: ARROW-5743
>                 URL: https://issues.apache.org/jira/browse/ARROW-5743
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Wes McKinney
>            Assignee: Benjamin Kietzman
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.15.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> We have a number of unit tests that need to exercise code paths where memory in excess of 2-4GB is allocated. Some of these are marked as {{DISABLED_*}} in googletest which seems to be a recipe for bitrot.
> I propose instead to have a CMake option that sets a compiler definition to enable these tests at build time, so that they can be run regularly on machines that have adequate RAM (i.e. not public CI services)



--
This message was sent by Atlassian Jira
(v8.3.2#803003)