Revision 653e6f12821164a30f40404b197f472ba7ae8b89 authored by jerryshao on 16 June 2017, 06:24:15 UTC, committed by Wenchen Fan on 16 June 2017, 06:24:25 UTC
## What changes were proposed in this pull request?

Due to the RPC asynchronous event processing, The test "correctly recover the application" could potentially be failed. The issue could be found in here: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/78126/testReport/org.apache.spark.deploy.master/MasterSuite/master_correctly_recover_the_application/.

So here fixing this flaky test.

## How was this patch tested?

Existing UT.

CC cloud-fan jiangxb1987 , please help to review, thanks!

Author: jerryshao <sshao@hortonworks.com>

Closes #18321 from jerryshao/SPARK-12552-followup.

(cherry picked from commit 2837b14cdc42f096dce07e383caa30c7469c5d6b)
Signed-off-by: Wenchen Fan <wenchen@databricks.com>
1 parent 9909be3
History
File Mode Size
src
pom.xml -rw-r--r-- 3.1 KB

back to top