You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ag...@apache.org on 2022/10/22 14:39:13 UTC

[arrow-ballista] branch master updated: Run integration tests as part of release verification (#426)

This is an automated email from the ASF dual-hosted git repository.

agrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-ballista.git


The following commit(s) were added to refs/heads/master by this push:
     new 5593c3bd Run integration tests as part of release verification (#426)
5593c3bd is described below

commit 5593c3bda2e636f6b266a1bc84cdcd62ef370893
Author: Andy Grove <an...@gmail.com>
AuthorDate: Sat Oct 22 08:39:07 2022 -0600

    Run integration tests as part of release verification (#426)
---
 dev/release/verify-release-candidate.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev/release/verify-release-candidate.sh b/dev/release/verify-release-candidate.sh
index d4a9023a..00e8691e 100755
--- a/dev/release/verify-release-candidate.sh
+++ b/dev/release/verify-release-candidate.sh
@@ -135,6 +135,8 @@ test_source_distribution() {
     exit 1
   fi
 
+  # run integration tests that will run end-to-end tests in docker-compose
+  ./dev/integration-tests.sh
 
   # Note can't verify other ballista crates as they depend
   # on ballista-core which isn't published yet