Skip to content

Commit

Permalink
[#6595] fix (trino-connector): Disable the Trino cascading query inte…
Browse files Browse the repository at this point in the history
…gration test (#6633)

### 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
  • Loading branch information
diqiu50 authored Mar 7, 2025
1 parent d6fcf01 commit 53b65f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/trino-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 53b65f7

Please sign in to comment.