GitHub user bharathkk opened a pull request: https://github.com/apache/samza/pull/700
Fix broken tests caused due to merging Due to interleaved ordering of the PRs (https://github.com/apache/samza/pull/675 and https://github.com/apache/samza/pull/673), FaultInjectionTest is broken. You can merge this pull request into a Git repository by running: $ git pull https://github.com/bharathkk/samza fix-trunk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/samza/pull/700.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 #700 ---- commit a4e737ab7c82b0ce1464671db56a2c334cac26af Author: bharathkk <codin.martial@...> Date: 2018-10-08T22:42:49Z Fix broken tests caused due to merging ---- ---