[
https://issues.apache.org/jira/browse/ARROW-6790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wes McKinney resolved ARROW-6790.
---------------------------------
Fix Version/s: 1.0.0
Resolution: Fixed
Issue resolved by pull request 5576
[https://github.com/apache/arrow/pull/5576]
> [Release] Automatically disable integration test cases in release verification
> ------------------------------------------------------------------------------
>
> Key: ARROW-6790
> URL: https://issues.apache.org/jira/browse/ARROW-6790
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Developer Tools
> Reporter: Bryan Cutler
> Assignee: Bryan Cutler
> Priority: Minor
> Labels: pull-request-available
> Fix For: 1.0.0
>
> Time Spent: 2h
> Remaining Estimate: 0h
>
> If dev/release/verify-release-candidate.sh is run with selective testing and
> includes integration tests, the selected implementations should be the only
> ones enabled when running the integration test portion. For example:
> TEST_DEFAULT=0 \
> TEST_CPP=1 \
> TEST_JAVA=1 \
> TEST_INTEGRATION=1 \
> dev/release/verify-release-candidate.sh source 0.15.0 2
> Should run integration only for C++ and Java
--
This message was sent by Atlassian Jira
(v8.3.4#803005)