-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-6700] disable flaky test #5356
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
|
Test build #29696 has started for PR 5356 at commit |
|
cc @andrewor14 |
| @@ -143,7 +143,8 @@ class YarnClusterSuite extends FunSuite with BeforeAndAfterAll with Matchers wit | |||
| } | |||
| } | |||
|
|
|||
| test("run Python application in yarn-cluster mode") { | |||
| // Enable this once fix SPARK-6700 | |||
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.
Is SPARK-6700 for disabling the flaky test or for the fix? It shouldn't be for both.
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.
I think the issue just describes the fact that YarnClusterSuite is flaky. This is probably fine
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.
Right, but does it make sense to have statement that saying "change this once SPARK-6700 is resolved" as part of SPARK-6700?
|
Merging this in master 1.3 since it's breaking builds. |
|
Test build #29696 has finished for PR 5356 at commit
|
|
Test PASSed. |
No description provided.