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

roryqi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/main by this push:
     new 9ec7f2d2f8 [#6595] fix (trino-connector): Disable the Trino cascading 
query integration test (#6597)
9ec7f2d2f8 is described below

commit 9ec7f2d2f84e20a254d82ccbca286404627df68a
Author: Yuhui <[email protected]>
AuthorDate: Wed Mar 5 15:36:37 2025 +0800

    [#6595] fix (trino-connector): Disable the Trino cascading query 
integration test (#6597)
    
    ### What changes were proposed in this pull request?
    
    Disable the Trino cascading query integration test
    
    ### Why are the changes needed?
    
    Fix: #6595
    
    ### Does this PR introduce _any_ user-facing change?
    
    No
    
    ### How was this patch tested?
    
    No
---
 .github/workflows/python-integration-test.yml | 2 +-
 .github/workflows/trino-integration-test.yml  | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/python-integration-test.yml 
b/.github/workflows/python-integration-test.yml
index 30b4ca4252..e8c43d0c12 100644
--- a/.github/workflows/python-integration-test.yml
+++ b/.github/workflows/python-integration-test.yml
@@ -48,7 +48,7 @@ jobs:
     needs: changes
     if: needs.changes.outputs.source_changes == 'true'
     runs-on: ubuntu-latest
-    timeout-minutes: 45
+    timeout-minutes: 60
     strategy:
       matrix:
         # Integration test for AMD64 architecture
diff --git a/.github/workflows/trino-integration-test.yml 
b/.github/workflows/trino-integration-test.yml
index 76d168e6e9..912fd003f1 100644
--- a/.github/workflows/trino-integration-test.yml
+++ b/.github/workflows/trino-integration-test.yml
@@ -87,7 +87,8 @@ jobs:
         run: |
           ./gradlew -PskipTests -PtestMode=embedded -PjdkVersion=${{ 
matrix.java-version }} -PskipDockerTests=false 
:trino-connector:integration-test:test
           ./gradlew -PskipTests -PtestMode=deploy -PjdkVersion=${{ 
matrix.java-version }} -PskipDockerTests=false 
:trino-connector:integration-test:test
-          trino-connector/integration-test/trino-test-tools/run_test.sh
+          # Disable the Trino cascading query integration test, because the 
connector jars are private now.
+          #trino-connector/integration-test/trino-test-tools/run_test.sh
 
       - name: Upload integrate tests reports
         uses: actions/upload-artifact@v4

Reply via email to