-
Notifications
You must be signed in to change notification settings - Fork 415
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[#6595] fix (trino-connector): Disable the Trino cascading query integration test #6597
Conversation
Will this only skip cascading test, or it will skip all the Trino query tests? |
Only skip the Trino cascading query test. |
@@ -87,7 +87,6 @@ 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should it be commented out instead of deleted directly?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The trino-cascading-connector
repository has now become private, so we need to reconsider where to place these tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Before deciding where to put it, it's better to use comments instead of deleting directly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix
…y integration test (apache#6597) ### What changes were proposed in this pull request? Disable the Trino cascading query integration test ### Why are the changes needed? Fix: apache#6595 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? No
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