Skip to content
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

Merged
merged 4 commits into from
Mar 5, 2025

Conversation

diqiu50
Copy link
Contributor

@diqiu50 diqiu50 commented Mar 4, 2025

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

@diqiu50 diqiu50 self-assigned this Mar 4, 2025
@jerryshao jerryshao requested review from yuqi1129 and mchades March 4, 2025 11:12
@jerryshao
Copy link
Contributor

@yuqi1129 @mchades can you please help to review?

@jerryshao
Copy link
Contributor

Will this only skip cascading test, or it will skip all the Trino query tests?

@diqiu50
Copy link
Contributor Author

diqiu50 commented Mar 4, 2025

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
Copy link
Contributor

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?

Copy link
Contributor Author

@diqiu50 diqiu50 Mar 5, 2025

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.

Copy link
Contributor

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix

@jerqi jerqi merged commit 9ec7f2d into apache:main Mar 5, 2025
28 checks passed
diqiu50 added a commit to diqiu50/gravitino that referenced this pull request Mar 7, 2025
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug report] CI failed while running the Trino cascading query integration test.
4 participants