Commits


Bryan Cutler authored and Wes McKinney committed fe3ac85454c
ARROW-6790: [Release] Enable selected integration tests in release verification This adds the functionality to the release verification script at `dev/release/verify-release-candidate.sh" to enable integration testing only for selected Arrow implementations. This makes it possible to still run partial integration testing. Example usage is: ```sh TEST_DEFAULT=0 \ TEST_INTEGRATION_CPP=1 \ TEST_INTEGRATION_JAVA=1 \ dev/release/verify-release-candidate.sh source 0.15.0 2 ``` Closes #5576 from BryanCutler/release-test-integration-sel-ARROW-6790 and squashes the following commits: caaa20b99 <Bryan Cutler> Always use TEST_INTEGRATION_X as args fd252ac7d <Bryan Cutler> Change to TEST_INTEGRATION_* instead of SELECTED b64fa90cf <Bryan Cutler> Enable selected integration tests in release verification Authored-by: Bryan Cutler <cutlerb@gmail.com> Signed-off-by: Wes McKinney <wesm+git@apache.org>