Skip to content

Commit 53b65f7

Browse files
authored
[#6595] fix (trino-connector): Disable the Trino cascading query integration 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
1 parent d6fcf01 commit 53b65f7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/python-integration-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
needs: changes
4949
if: needs.changes.outputs.source_changes == 'true'
5050
runs-on: ubuntu-latest
51-
timeout-minutes: 45
51+
timeout-minutes: 60
5252
strategy:
5353
matrix:
5454
# Integration test for AMD64 architecture

.github/workflows/trino-integration-test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ jobs:
8787
run: |
8888
./gradlew -PskipTests -PtestMode=embedded -PjdkVersion=${{ matrix.java-version }} -PskipDockerTests=false :trino-connector:integration-test:test
8989
./gradlew -PskipTests -PtestMode=deploy -PjdkVersion=${{ matrix.java-version }} -PskipDockerTests=false :trino-connector:integration-test:test
90-
trino-connector/integration-test/trino-test-tools/run_test.sh
90+
# Disable the Trino cascading query integration test, because the connector jars are private now.
91+
#trino-connector/integration-test/trino-test-tools/run_test.sh
9192
9293
- name: Upload integrate tests reports
9394
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)