Bryan Cutler created ARROW-6790:
-----------------------------------
Summary: [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
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)