-
Notifications
You must be signed in to change notification settings - Fork 28.3k
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
[SPARK-33439][INFRA] Use SERIAL_SBT_TESTS=1 for SQL modules #30365
Conversation
Hi, @HyukjinKwon . Could you review this PR? |
Thank you, @HyukjinKwon . I triggered three runs and I hope it will show stableness a little. |
@dongjoon-hyun, sure. I think it's fine to merge and see if it fixes as well. I will leave it to you. |
Got it. Thank you always! |
Kubernetes integration test starting |
Kubernetes integration test status success |
|
### What changes were proposed in this pull request? This PR aims to decrease the parallelism of `SQL` module like `Hive` module. ### Why are the changes needed? GitHub Action `sql - slow tests` become flaky. - https://github.com/apache/spark/runs/1393670291 - https://github.com/apache/spark/runs/1393088031 ### Does this PR introduce _any_ user-facing change? No. This is dev-only feature. Although this will increase the running time, but it's better than flakiness. ### How was this patch tested? Pass the GitHub Action stably. Closes #30365 from dongjoon-hyun/SPARK-33439. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit a70a2b0) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
Test build #131034 has finished for PR 30365 at commit
|
What changes were proposed in this pull request?
This PR aims to decrease the parallelism of
SQL
module likeHive
module.Why are the changes needed?
GitHub Action
sql - slow tests
become flaky.Does this PR introduce any user-facing change?
No. This is dev-only feature.
Although this will increase the running time, but it's better than flakiness.
How was this patch tested?
Pass the GitHub Action stably.