GitHub user ewencp opened a pull request: https://github.com/apache/kafka/pull/1242
MINOR: Remove RollingBounceTest since its functionality is covered by the ReplicationTest system test RollingBounceTest is a system test that cannot be run reliably in unit tests and ReplicationTest is a superset of the functionality: in addition to verifying that bouncing leaders eventually results in a new leader, ReplicationTest also validates that data continues to be produced and consumed. You can merge this pull request into a Git repository by running: $ git pull https://github.com/ewencp/kafka minor-remove-rolling-bounce-integration-test Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1242.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 #1242 ---- commit 39a5f56d2ce9faa48d0c1db97e50ca69ca02ed39 Author: Ewen Cheslack-Postava <m...@ewencp.org> Date: 2016-04-20T17:04:08Z MINOR: Remove RollingBounceTest since its functionality is covered by the ReplicationTest system test RollingBounceTest is a system test that cannot be run reliably in unit tests and ReplicationTest is a superset of the functionality: in addition to verifying that bouncing leaders eventually results in a new leader, ReplicationTest also validates that data continues to be produced and consumed. ---- --- 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. ---