GitHub user vjagadish1989 opened a pull request: https://github.com/apache/samza/pull/96
SAMZA-1170: Integration testing harness for StreamApplications - Added an integration testing harness for testing `StreamApplication`s. This is convenient for running and interacting with Kafka brokers, Zk servers and Samza components locally. - Added the following integration tests that use this harness to test actual `StreamApplication`s: * Keyed Tumbling Window * Keyed Session Window * Repartition with Keyed Session Window You can merge this pull request into a Git repository by running: $ git pull https://github.com/vjagadish1989/samza integration-tests Alternatively you can review and apply these changes as the patch at: https://github.com/apache/samza/pull/96.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 #96 ---- commit 692f2a0991a951520e086bf4112154e4ace974aa Author: vjagadish1989 <jvenk...@linkedin.com> Date: 2017-03-25T00:14:36Z Add Integration test harness for SessionWindow commit 31f29de0318b56306e7aa85588b375607541c409 Author: vjagadish1989 <jvenk...@linkedin.com> Date: 2017-03-25T06:42:34Z Add Integration test harness for SessionWindow commit f11699c39e02508d2fdcca6d0bdf936c2e1c2df6 Author: vjagadish1989 <jvenk...@linkedin.com> Date: 2017-03-26T04:24:39Z Merge with master. fix a bug commit 007c8fdec60d59096c8b73e164bbfc04153ed443 Author: vjagadish1989 <jvenk...@linkedin.com> Date: 2017-03-26T04:32:45Z Fix java docs, and checkstyle commit ec8e7a5c345e3a85fb27c4eaa670dd13f5cb9628 Author: vjagadish1989 <jvenk...@linkedin.com> Date: 2017-03-26T04:35:02Z checkstyle fixes ---- --- 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. ---