[Cherry-pick to branch-1.3] [#12712] fix(trino-connector): Add integration test for TLS + OAuth2 credential vending (#12713) - #12908
Merged
Conversation
…credential vending (#12713) ### What changes were proposed in this pull request? Adds an integration test (`TrinoTlsOAuthCredentialVendingIT`) covering the Trino connector's full secured path: HTTPS coordinator, OAuth2-authenticated Gravitino client, and Iceberg REST OAuth2 credential vending together. ### Why are the changes needed? This combination wasn't covered end-to-end by existing tests. Fix: #12712 ### Does this PR introduce any user-facing change? No. ### How was this patch tested? New integration test, not run locally (requires Docker). --------- Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com> # Conflicts: # trino-connector/integration-test/build.gradle.kts
…c-to-branch-1.3-local
The cherry-pick commit f7d42b2 for #12712 left unresolved conflict markers in build.gradle.kts instead of keeping both setupDependencies task lines. branch-1.3 still has the trino-connector-435-439 module, so both dependsOn lines are required. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018o5pS4bnbQycv3tFK22DSB
Author
Code Coverage Report
Files
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cherry-pick Information:
branch-1.3