GitHub user bharathkk opened a pull request: https://github.com/apache/samza/pull/291
Remove latch sharing between task and tests to enable parallel execution Refactoring the tests to enable parallel execution. Also, removed unnecessary sleeping during execution. This PR will serve as a prototype to get some feedback on this testing pattern which eliminates state sharing between the tests and opens up the avenue for parallel execution. You can merge this pull request into a Git repository by running: $ git pull https://github.com/bharathkk/samza master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/samza/pull/291.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #291 ---- commit 077e5fabbb004f4851b5b6018c66462869d09ef4 Author: Bharath Kumarasubramanian <bkuma...@linkedin.com> Date: 2017-08-30T19:34:01Z Remove latch sharing between task and tests to enable parallel execution. Removed the unnecessary Thread.sleep() as well ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---