Uh oh!
There was an error while loading. Please reload this page.
[SPARK-31730][CORE][TEST] Fix flaky tests in BarrierTaskContextSuite - #28584
[SPARK-31730][CORE][TEST] Fix flaky tests in BarrierTaskContextSuite#28584jiangxb1987 wants to merge 2 commits into
Conversation
dongjoon-hyun
commented
May 19, 2020
Thank you so much, @jiangxb1987 . |
SparkQA
commented
May 20, 2020
Test build #122856 has finished for PR 28584 at commit
|
jiangxb1987
commented
May 20, 2020
"SPARK-31485: barrier stage should fail if only partial tasks are launched" This test case is flaky, @Ngone51 can you take a look? |
Ngone51
commented
May 20, 2020
sure, thanks! |
SparkQA
commented
May 20, 2020
Test build #122860 has finished for PR 28584 at commit
|
SparkQA
commented
May 20, 2020
Test build #122864 has finished for PR 28584 at commit
|
Ngone51
commented
May 20, 2020
retest this please. |
SparkQA
commented
May 20, 2020
Test build #122862 has finished for PR 28584 at commit
|
SparkQA
commented
May 20, 2020
Test build #122865 has finished for PR 28584 at commit
|
WeichenXu123
commented
May 21, 2020
Also fix this test like: |
Ngone51
commented
May 21, 2020
Opened a separate PR #28596 to fix the test @WeichenXu123 |
dongjoon-hyun
commented
May 24, 2020
Retest this please. |
dongjoon-hyun
commented
May 24, 2020
Since #28596 is merged, shall we restart to proceed this PR? Thanks. |
SparkQA
commented
May 24, 2020
Test build #123066 has finished for PR 28584 at commit
|
Ngone51
commented
May 26, 2020
ping @jiangxb1987 Could you please update this? |
SparkQA
commented
May 26, 2020
Test build #123106 has finished for PR 28584 at commit
|
Ngone51
commented
May 26, 2020
retest this please. |
SparkQA
commented
May 26, 2020
Test build #123110 has finished for PR 28584 at commit
|
Ngone51
commented
May 26, 2020
retest this please. |
SparkQA
commented
May 26, 2020
Test build #123126 has finished for PR 28584 at commit
|
jiangxb1987
commented
May 26, 2020
Retest this please. |
1 similar comment
jiangxb1987
commented
May 26, 2020
Retest this please. |
SparkQA
commented
May 26, 2020
Test build #123134 has finished for PR 28584 at commit
|
jiangxb1987
commented
May 26, 2020
Retest this please. |
jiangxb1987
commented
May 26, 2020
Let's trigger one more time to ensure the suite is no longer flaky. |
SparkQA
commented
May 26, 2020
Test build #123138 has finished for PR 28584 at commit
|
jiangxb1987
commented
May 27, 2020
Retest this please. |
SparkQA
commented
May 27, 2020
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 <xingbo.jiang@databricks.com> Signed-off-by: Xingbo Jiang <xingbo.jiang@databricks.com> (cherry picked from commit efe7fd2) Signed-off-by: Xingbo Jiang <xingbo.jiang@databricks.com>
jiangxb1987
commented
May 27, 2020
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. Closesapache#28584 from jiangxb1987/barrierTest. Authored-by: Xingbo Jiang <xingbo.jiang@databricks.com> Signed-off-by: Xingbo Jiang <xingbo.jiang@databricks.com>
jiangxb1987
commented
May 28, 2020
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.