Uh oh!
There was an error while loading. Please reload this page.
[SPARK-33439][INFRA] Use SERIAL_SBT_TESTS=1 for SQL modules - #30365
[SPARK-33439][INFRA] Use SERIAL_SBT_TESTS=1 for SQL modules#30365dongjoon-hyun wants to merge 3 commits into
Conversation
dongjoon-hyun
commented
Nov 13, 2020
Hi, @HyukjinKwon . Could you review this PR? |
dongjoon-hyun
commented
Nov 13, 2020
Thank you, @HyukjinKwon . I triggered three runs and I hope it will show stableness a little. |
HyukjinKwon
commented
Nov 13, 2020
@dongjoon-hyun, sure. I think it's fine to merge and see if it fixes as well. I will leave it to you. |
dongjoon-hyun
commented
Nov 13, 2020
Got it. Thank you always! |
SparkQA
commented
Nov 13, 2020
Kubernetes integration test starting |
SparkQA
commented
Nov 13, 2020
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>
SparkQA
commented
Nov 13, 2020
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
SQLmodule likeHivemodule.Why are the changes needed?
GitHub Action
sql - slow testsbecome 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.