Commit 2837b14
[SPARK-12552][FOLLOWUP] Fix flaky test for "o.a.s.deploy.master.MasterSuite.master correctly recover the application"
## 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 <[email protected]>
Closes apache#18321 from jerryshao/SPARK-12552-followup.1 parent 7a3e5dc commit 2837b14
File tree
1 file changed
+1
-1
lines changed- core/src/test/scala/org/apache/spark/deploy/master
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | | - | |
| 217 | + | |
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| |||
0 commit comments