-
Notifications
You must be signed in to change notification settings - Fork 28.6k
[SPARK-33810][TESTS] Reenable test cases disabled in SPARK-31732 #30798
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
Conversation
Test build #132870 has finished for PR 30798 at commit
|
Kubernetes integration test starting |
retest this please |
Kubernetes integration test status failure |
retest this please |
Kubernetes integration test starting |
Kubernetes integration test status success |
Test build #132876 has finished for PR 30798 at commit
|
Kubernetes integration test starting |
Kubernetes integration test status success |
Test build #132880 has finished for PR 30798 at commit
|
retest this please |
Kubernetes integration test starting |
retest this please |
Kubernetes integration test status success |
Test build #132886 has finished for PR 30798 at commit
|
retest this please |
cc @cloud-fan, @dongjoon-hyun, @maropu FYI. It's the tests disabled in #28547. |
LGTM. Seems they are not flaky any more |
Test build #132891 has finished for PR 30798 at commit
|
Kubernetes integration test starting |
Kubernetes integration test status success |
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.
+1, LGTM. Thanks, @HyukjinKwon and @cloud-fan .
Merged to master/3.1.
### What changes were proposed in this pull request? The test failures were due to machine being slow in Jenkins. We switched to Ubuntu 20 if I am not wrong. Looks like all machines are functioning properly unlike the past, and the tests pass without a problem anymore. This PR proposes to enable them back. ### Why are the changes needed? To restore test coverage. ### Does this PR introduce _any_ user-facing change? No, dev-only. ### How was this patch tested? Jenkins jobs in this PR show the flakiness. Closes #30798 from HyukjinKwon/do-not-merge-test. Authored-by: HyukjinKwon <gurwls223@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit 3d03234) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
Test build #132894 has finished for PR 30798 at commit
|
Thank you @cloud-fan and @dongjoon-hyun! |
What changes were proposed in this pull request?
The test failures were due to machine being slow in Jenkins. We switched to Ubuntu 20 if I am not wrong.
Looks like all machines are functioning properly unlike the past, and the tests pass without a problem anymore.
This PR proposes to enable them back.
Why are the changes needed?
To restore test coverage.
Does this PR introduce any user-facing change?
No, dev-only.
How was this patch tested?
Jenkins jobs in this PR show the flakiness.