GitHub user ijuma opened a pull request: https://github.com/apache/kafka/pull/2187
Revert "KAFKA-4345; Run decktape test for each pull request" This reverts commit e035fc039598127e88f31739458f705290b1fdba for the following reasons: 1. License files are missing causing local builds to fail during the rat task. 2. It renames a number of system test files when there's a better way to achieve the goal of running a subset of system tests to stay under the Travis limit. 3. It adds the gradle wrapper binary even though this was removed intentionally a while back. A new PR will be submitted for KAFKA-4345 without the undesired changes. You can merge this pull request into a Git repository by running: $ git pull https://github.com/ijuma/kafka kafka-4345-revert Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/2187.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 #2187 ---- commit 569626ee786d325d519ffb4c839062c7e7d0c2a5 Author: Ismael Juma <ism...@juma.me.uk> Date: 2016-11-29T09:21:27Z Revert "KAFKA-4345; Run decktape test for each pull request" This reverts commit e035fc039598127e88f31739458f705290b1fdba for the following reasons: 1. License files are missing causing local builds to fail during the rat task. 2. It renames a number of system test files when there's a better way to achieve the goal of running a subset of system tests to stay under the Travis limit. 3. It adds the gradle wrapper binary even though this was removed intentionally a while back. A new PR will be submitted for KAFKA-4345 without the undesired changes. ---- --- 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. ---