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

lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 61f4d97f2 ci: fix spurious failure of docker-compose (#3540)
61f4d97f2 is described below

commit 61f4d97f21a79be939890a63612f50dc50db5877
Author: David Li <[email protected]>
AuthorDate: Tue Oct 7 14:43:30 2025 +0900

    ci: fix spurious failure of docker-compose (#3540)
    
    https://github.com/docker/compose/issues/10596
---
 .github/workflows/native-unix.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/native-unix.yml 
b/.github/workflows/native-unix.yml
index d4b0238f3..e638b1f89 100644
--- a/.github/workflows/native-unix.yml
+++ b/.github/workflows/native-unix.yml
@@ -740,7 +740,8 @@ jobs:
             docs/source/python/recipe/*.py
       - name: Test Recipes (Python)
         run: |
-          docker compose up --detach --wait dremio dremio-init 
flightsql-sqlite-test postgres-test
+          docker compose up --detach --wait dremio flightsql-sqlite-test 
postgres-test
+          docker compose run --rm dremio-init
           export ADBC_CPP_RECIPE_BIN=~/local/bin
           # Needed for the combined C++/Python driver example
           export LD_LIBRARY_PATH=~/local/lib

Reply via email to