-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-8567] [SQL] Debugging flaky HiveSparkSubmitSuite #6978
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
|
Merged build triggered. |
|
Merged build started. |
|
@yhuai Somehow I can partly reproduce this issue locally: no log in unit-tests.log, but didn't observed the timeout. After resorting to |
|
Test build #35657 has started for PR 6978 at commit |
|
Test build #35657 has finished for PR 6978 at commit
|
|
Merged build finished. Test FAILed. |
|
retest this please |
|
Merged build triggered. |
|
Merged build started. |
|
Test build #35661 has started for PR 6978 at commit |
|
Test build #35661 has finished for PR 6978 at commit
|
|
Merged build finished. Test PASSed. |
|
I am merging it to master. So, we will see the logs from these tests and start to debug why they can be slow. |
Using similar approach used in
HiveThriftServer2Suiteto print stdout/stderr of the spawned process instead of logging them to see what happens on Jenkins. (This test suite only fails on Jenkins and doesn't spill out any log...)cc @yhuai