[SPARK-31235][TESTS][FOLLOWUP] Disable test case specify a more specific type in Hadoop-3.2#28552
Closed
dongjoon-hyun wants to merge 1 commit intoapache:masterfrom
dongjoon-hyun:SPARK-31235-2
Closed
[SPARK-31235][TESTS][FOLLOWUP] Disable test case specify a more specific type in Hadoop-3.2#28552dongjoon-hyun wants to merge 1 commit intoapache:masterfrom dongjoon-hyun:SPARK-31235-2
specify a more specific type in Hadoop-3.2#28552dongjoon-hyun wants to merge 1 commit intoapache:masterfrom
dongjoon-hyun:SPARK-31235-2
Conversation
…ific type` in Hadoop-3.2
specify a more specific type in Hadoop-3.2
specify a more specific type in Hadoop-3.2specify a more specific type in Hadoop-3.2
Member
Author
|
Retest this please. |
|
Test build #122730 has finished for PR 28552 at commit
|
|
Test build #122731 has finished for PR 28552 at commit
|
|
Test build #122732 has finished for PR 28552 at commit
|
specify a more specific type in Hadoop-3.2specify a more specific type in Hadoop-3.2
Member
Author
|
cc @wang-zhun , @tgravescs , @jiangxb1987 , @srowen , @HyukjinKwon |
srowen
approved these changes
May 16, 2020
Member
Author
|
Thank you for review and approval, @srowen . |
|
Test build #122733 has finished for PR 28552 at commit
|
Member
Author
|
Merged to master. |
specify a more specific type in Hadoop-3.2specify a more specific type in Hadoop-3.2
Member
|
LGTM |
Member
Author
|
Thank you, @HyukjinKwon . |
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 recover Hadoop-3.2 profile jobs on
masterbranch by disabling a UT added by SPARK-31235 in Hadoop 3.2 temporarily. The target UT is not a flaky test. It always fail on Hadoop-3.2 profile currently although it works in Hadoop 2.7 profile. So, in this PR, we keep the test coverage in Hadoop 2.7 and ignore the test in Hadoop 3.2 temporarily to unblock the other PRs.Why are the changes needed?
SPARK-31235 added a test case which is breaking Hadoop 3.2 and there are two follow-up to fix it. Although two follow-ups can fix the UT in Hadoop 3.2 environment. The side-effect on Hadoop classes cause some random UT failures in the other suites.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Pass the Jenkins with SBT/Maven.