-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
first step in cleaning up parallel runner for streams #1281
introduced processor and subscriber interfaces based on the java reactive streams / spi much better parallel exec only one executor service is needed instead of two no more flaky countdown-latch, using completable-future and try-catch blocks to avoid runner hang todo: fix dynamic scenario to return proper lazy iterator, but now we have the foundation for that todo: simplify the feature-execution-unit and scenario-execution-unit since now the parallel-processor does more of the async orchestration also todo: make runner-options --> feature-context --> heirarchy more sane
- Loading branch information
Showing
11 changed files
with
301 additions
and
136 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
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
Oops, something went wrong.