-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-30310] [Core] Resolve missing match case in SparkUncaughtExceptionHandler and added tests #26955
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
added SparkUncaughtExceptionHandlerSuite
core/src/main/scala/org/apache/spark/util/SparkUncaughtExceptionHandler.scala
Outdated
Show resolved
Hide resolved
core/src/test/scala/org/apache/spark/util/SparkUncaughtExceptionHandlerSuite.scala
Outdated
Show resolved
Hide resolved
core/src/test/scala/org/apache/spark/util/SparkUncaughtExceptionHandlerSuite.scala
Outdated
Show resolved
Hide resolved
SparkUncaughtExceptionHandlerSuite had wrong name use toBoolean/toString for converting string to/from boolean exception throwers now check args.length before using args(0)
|
Test build #4975 has finished for PR 26955 at commit
|
|
Jenkins retest this please |
|
Test build #115817 has finished for PR 26955 at commit
|
core/src/test/scala/org/apache/spark/util/SparkUncaughtExceptionHandlerSuite.scala
Outdated
Show resolved
Hide resolved
core/src/test/scala/org/apache/spark/util/SparkUncaughtExceptionHandlerSuite.scala
Outdated
Show resolved
Hide resolved
core/src/main/scala/org/apache/spark/util/SparkUncaughtExceptionHandler.scala
Outdated
Show resolved
Hide resolved
|
cc. @gatorsmile @zsxwing |
|
Ping @tinhto-000 |
use Seq().foreach() to launch the test-cases
HeartSaVioR
left a comment
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.
LGTM except a nit
core/src/main/scala/org/apache/spark/util/SparkUncaughtExceptionHandler.scala
Outdated
Show resolved
Hide resolved
core/src/main/scala/org/apache/spark/util/SparkUncaughtExceptionHandler.scala
Outdated
Show resolved
Hide resolved
|
@srowen Would you mind if I ask about revisiting this? Maybe with "ok to test". Thanks in advance! |
|
Jenkins, test this please |
|
Test build #116422 has finished for PR 26955 at commit
|
|
Jenkins, test this please |
|
It's known failure failing consistently from yesterday. I pinged @HyukjinKwon to kindly ask about taking a look (as I don't have a context on pyspark) but it seems to be better to disable the test first as multiple PRs are affected. |
|
Sorry I missed pings @HeartSaVioR - I am currently stuck at some works :(. |
|
Oh OK. Never mind about missing ping. What about disabling the test and file an issue then? I've submitted #27158 to disable the test. |
|
Test build #116438 has finished for PR 26955 at commit
|
### What changes were proposed in this pull request? This patch increases the memory limit in the test 'test_memory_limit' from 1m to 8m. Credit to srowen and HyukjinKwon to provide the idea of suspicion and guide how to fix. ### Why are the changes needed? We observed consistent Pyspark test failures on multiple PRs (apache#26955, apache#26201, apache#27064) which block the PR builds whenever the test is included. ### Does this PR introduce any user-facing change? No. ### How was this patch tested? Jenkins builds passed in WIP PR (apache#27159) Closes apache#27162 from HeartSaVioR/SPARK-30480. Authored-by: Jungtaek Lim (HeartSaVioR) <[email protected]> Signed-off-by: HyukjinKwon <[email protected]>
|
retest this please |
|
Test build #116454 has finished for PR 26955 at commit
|
|
retest this, please |
|
Jenkins, retest this please |
|
Test build #116645 has finished for PR 26955 at commit
|
|
Merged to master |
What changes were proposed in this pull request?
Why are the changes needed?
SPARK-30310, because the process would halt unexpectedly.
How was this patch tested?
All unit tests (mvn test) were ran and OK.