forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add simple batching to fake MasterService (elastic#48)
We face failing tests and other obstructions because of out-of-order processing of tasks submitted to the `MasterService` provided by the test harness. Pending a more nuanced notion of the batching of these tasks, this change batches all submitted tasks together so we can make progress on other fronts.
- Loading branch information
1 parent
2e04775
commit eb51407
Showing
2 changed files
with
62 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters