Skip to content

Commit

Permalink
Update ReceiverTrackerSuite.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
nishkamravi2 committed Jun 23, 2015
1 parent 6127e58 commit f747739
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class ReceiverTrackerSuite extends TestSuiteBase {
}
testScheduler(numReceivers = 5, preferredLocation = false, allocation = "0|1|2|3|0")
testScheduler(numReceivers = 3, preferredLocation = false, allocation = "0,3|1|2")
testScheduler(numReceivers = 4, preferredLocation = true, allocation = "1|2|3|0")
testScheduler(numReceivers = 4, preferredLocation = true, allocation = "1|2|3|0")
}

test("receiver scheduling - some have preferred location") {
Expand Down

0 comments on commit f747739

Please sign in to comment.