-
Notifications
You must be signed in to change notification settings - Fork 28.4k
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-8451][SPARK-7287] SparkSubmitSuite should check exit code #6886
Conversation
lgtm |
Per comment in apache#4320.
Ok, I have triggered a bunch of builds for this patch to test the flakiness. We'll see how things go. |
Test build #921 has finished for PR 6886 at commit
|
Test build #926 has finished for PR 6886 at commit
|
Test build #923 has finished for PR 6886 at commit
|
Test build #928 has finished for PR 6886 at commit
|
Test build #922 has finished for PR 6886 at commit
|
Test build #35160 has finished for PR 6886 at commit
|
Test build #927 has finished for PR 6886 at commit
|
Test build #35158 has finished for PR 6886 at commit
|
Test build #924 has finished for PR 6886 at commit
|
Test build #920 has finished for PR 6886 at commit
|
Test build #919 timed out for PR 6886 at commit |
Test build #925 timed out for PR 6886 at commit |
Test build #934 has finished for PR 6886 at commit
|
retest this please |
None of the failed tests are |
This patch also reenables the tests. Now that we have access to the log4j logs it should be easier to debug the flakiness. yhuai brkyvz Author: Andrew Or <[email protected]> Closes #6886 from andrewor14/spark-submit-suite-fix and squashes the following commits: 3f99ff1 [Andrew Or] Move destroy to finally block 9a62188 [Andrew Or] Re-enable ignored tests 2382672 [Andrew Or] Check for exit code (cherry picked from commit 68a2dca) Signed-off-by: Andrew Or <[email protected]>
This patch also reenables the tests. Now that we have access to the log4j logs it should be easier to debug the flakiness. yhuai brkyvz Author: Andrew Or <[email protected]> Closes #6886 from andrewor14/spark-submit-suite-fix and squashes the following commits: 3f99ff1 [Andrew Or] Move destroy to finally block 9a62188 [Andrew Or] Re-enable ignored tests 2382672 [Andrew Or] Check for exit code (cherry picked from commit 68a2dca) Signed-off-by: Andrew Or <[email protected]> Conflicts: core/src/test/scala/org/apache/spark/deploy/SparkSubmitSuite.scala
Test build #35295 has finished for PR 6886 at commit
|
This patch also reenables the tests. Now that we have access to the log4j logs it should be easier to debug the flakiness. yhuai brkyvz Author: Andrew Or <[email protected]> Closes apache#6886 from andrewor14/spark-submit-suite-fix and squashes the following commits: 3f99ff1 [Andrew Or] Move destroy to finally block 9a62188 [Andrew Or] Re-enable ignored tests 2382672 [Andrew Or] Check for exit code (cherry picked from commit 68a2dca) Signed-off-by: Andrew Or <[email protected]>
This patch also reenables the tests. Now that we have access to the log4j logs it should be easier to debug the flakiness.
@yhuai @brkyvz