Skip to content

Commit

Permalink
Fix flaky test
Browse files Browse the repository at this point in the history
Change-Id: I20f1a68b682cbfda05be319b365495c80fb4cda4
  • Loading branch information
jerryshao committed Jun 16, 2017
1 parent a18d637 commit 55c5d12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ class MasterSuite extends SparkFunSuite
master.rpcEnv.setupEndpoint(Master.ENDPOINT_NAME, master)
// Wait until Master recover from checkpoint data.
eventually(timeout(5 seconds), interval(100 milliseconds)) {
master.idToApp.size should be(1)
master.workers.size should be(1)
}

master.idToApp.keySet should be(Set(fakeAppInfo.id))
Expand Down

0 comments on commit 55c5d12

Please sign in to comment.