[SPARK-55706][SQL][TESTS] Disable DB2 JDBC Driver tests#54505
Closed
dongjoon-hyun wants to merge 1 commit intoapache:masterfrom
Closed
[SPARK-55706][SQL][TESTS] Disable DB2 JDBC Driver tests#54505dongjoon-hyun wants to merge 1 commit intoapache:masterfrom
dongjoon-hyun wants to merge 1 commit intoapache:masterfrom
Conversation
Member
Author
|
cc @pan3793 and @LuciferYang |
LuciferYang
approved these changes
Feb 26, 2026
Member
|
@dongjoon-hyun thanks, I rebased #53454 on this one, let's wait for the CI result. I think it should pass. |
Member
Author
|
Thank you. |
Member
Author
|
Oops. I missed to run |
04e8553 to
41078b4
Compare
Member
Author
|
41078b4 to
37eaf37
Compare
pan3793
reviewed
Feb 26, 2026
.../docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/DB2IntegrationSuite.scala
Show resolved
Hide resolved
dongjoon-hyun
commented
Feb 26, 2026
...cker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/v2/DB2IntegrationSuite.scala
Show resolved
Hide resolved
Member
Author
|
Since it's too late for me in Cupertino, I'll check the CI result tomorrow morninn. i'll ping you nex time adter the PR passes the CI. Sorry for the trouble. |
Member
|
@dongjoon-hyun thank you, I will keep eyes here. |
Member
|
thanks, merging to master |
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.
What changes were proposed in this pull request?
This PR aims to disable DB2 JDBC driver test coverage until it removes its side-effect.
ConnectionProviderSuiteis revised to use another connection provider instead ofDB2.Why are the changes needed?
To avoid a side-effect on LZ4 test dependency. We had better focus on the non-test dependency first.
Does this PR introduce any user-facing change?
No Spark's behavior change because this is only a test dependency and coverage.
How was this patch tested?
Pass the CIs.
Was this patch authored or co-authored using generative AI tooling?
No.