GitHub user Sanil15 opened a pull request: https://github.com/apache/samza/pull/634
Samza 1840: Refactor TestRunner Apis to use StreamDescriptor and SystemDescriptor CollectionStream -> InMemoryInputDescriptor & InMemoryOutputDescriptor CollectionStreamSystemSpec -> InMemorySystemDescriptor You can merge this pull request into a Git repository by running: $ git pull https://github.com/Sanil15/samza SAMZA-1840 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/samza/pull/634.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 #634 ---- commit 67ddee95a9ddf49dfbd08a8516f6518ae7932135 Author: Sanil Jain <snjain@...> Date: 2018-09-11T01:55:08Z Refactoring Test Infra to use StreamDescriptors and SystemDescriptors commit cc9ea3147b4ce59c6b95391c7ae4925388fd21a5 Author: Sanil Jain <snjain@...> Date: 2018-09-11T20:46:13Z Refactoring Tests ---- ---