-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-31730][CORE][TEST] Fix flaky tests in BarrierTaskContextSuite #28584
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
|
Thank you so much, @jiangxb1987 . |
Ngone51
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
|
Test build #122856 has finished for PR 28584 at commit
|
|
"SPARK-31485: barrier stage should fail if only partial tasks are launched" This test case is flaky, @Ngone51 can you take a look? |
|
sure, thanks! |
|
Test build #122860 has finished for PR 28584 at commit
|
|
Test build #122864 has finished for PR 28584 at commit
|
|
retest this please. |
|
Test build #122862 has finished for PR 28584 at commit
|
|
Test build #122865 has finished for PR 28584 at commit
|
|
Also fix this test like: |
|
Opened a separate PR #28596 to fix the test @WeichenXu123 |
|
Retest this please. |
|
Since #28596 is merged, shall we restart to proceed this PR? Thanks. |
|
Test build #123066 has finished for PR 28584 at commit
|
|
ping @jiangxb1987 Could you please update this? |
|
Test build #123106 has finished for PR 28584 at commit
|
|
retest this please. |
|
Test build #123110 has finished for PR 28584 at commit
|
|
retest this please. |
|
Test build #123126 has finished for PR 28584 at commit
|
|
Retest this please. |
1 similar comment
|
Retest this please. |
|
Test build #123134 has finished for PR 28584 at commit
|
|
Retest this please. |
|
Let's trigger one more time to ensure the suite is no longer flaky. |
|
Test build #123138 has finished for PR 28584 at commit
|
|
Retest this please. |
|
Test build #123199 has finished for PR 28584 at commit
|
### What changes were proposed in this pull request? To wait until all the executors have started before submitting any job. This could avoid the flakiness caused by waiting for executors coming up. ### How was this patch tested? Existing tests. Closes #28584 from jiangxb1987/barrierTest. Authored-by: Xingbo Jiang <[email protected]> Signed-off-by: Xingbo Jiang <[email protected]> (cherry picked from commit efe7fd2) Signed-off-by: Xingbo Jiang <[email protected]>
|
Thanks, merged to master/3.0 ! |
### What changes were proposed in this pull request? To wait until all the executors have started before submitting any job. This could avoid the flakiness caused by waiting for executors coming up. ### How was this patch tested? Existing tests. Closes apache#28584 from jiangxb1987/barrierTest. Authored-by: Xingbo Jiang <[email protected]> Signed-off-by: Xingbo Jiang <[email protected]>
|
Opened #28658 for branch-3.0 |
What changes were proposed in this pull request?
To wait until all the executors have started before submitting any job. This could avoid the flakiness caused by waiting for executors coming up.
How was this patch tested?
Existing tests.