-
Notifications
You must be signed in to change notification settings - Fork 28.6k
SPARK-5548: Fix for AkkaUtilsSuite failure - attempt 2 #4653
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-5548: Fix for AkkaUtilsSuite failure - attempt 2 #4653
Conversation
Test build #27636 has started for PR 4653 at commit
|
Test build #27636 has finished for PR 4653 at commit
|
Test FAILed. |
Jenkins, test this please |
Test build #27660 has started for PR 4653 at commit
|
Test build #27660 has finished for PR 4653 at commit
|
Test PASSed. |
slaveTracker.trackerActor = Await.result(selection.resolveOne(timeout * 2), timeout) | ||
val result = Try(Await.result(selection.resolveOne(timeout * 2), timeout)) | ||
|
||
assert(result.isFailure === true) |
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.
you can just do assert(result.isFailure)
Test build #27707 has started for PR 4653 at commit
|
Test build #27707 has finished for PR 4653 at commit
|
Test PASSed. |
Okay I will pull this into master and 1.3. Hopefully there won't be a need for attempt 3. :) |
Author: Jacek Lewandowski <lewandowski.jacek@gmail.com> Closes #4653 from jacek-lewandowski/SPARK-5548-2-master and squashes the following commits: 0e199b6 [Jacek Lewandowski] SPARK-5548: applied reviewer's comments 843eafb [Jacek Lewandowski] SPARK-5548: Fix for AkkaUtilsSuite failure - attempt 2 (cherry picked from commit fb87f44) Signed-off-by: Andrew Or <andrew@databricks.com>
No description provided.