GitHub user apurvam opened a pull request:

    https://github.com/apache/kafka/pull/1904

    KAFKA-4213: First set of system tests for replication throttling, KIP-73.

    This patch also fixes the following:
    
      1. KafkaService.verify_reassign_partitions did not check whether
    partition reassignment actually completed successfully (KAFKA-4204).
    This patch works around those shortcomings so that we get the right
    signal from this method.
    
      2. ProduceConsumeValidateTest.annotate_missing_messages would call
    `pop' on the list of missing messages, causing downstream methods to get
    incomplete data. We fix that in this patch as well.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apurvam/kafka throttling-tests

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/1904.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 #1904
    
----
commit fe4a0b1070f25e687fb8075210da9c5a356fa1c8
Author: Apurva Mehta <apurva.1...@gmail.com>
Date:   2016-09-23T23:41:02Z

    Initial commit of system tests for replication throttling, KIP-73.
    
    This patch also fixes the following:
    
      1. KafkaService.verify_reassign_partitions did not check whether
    partition reassignment actually completed successfully (KAFKA-4204).
    This patch works around those shortcomings so that we get the right
    signal from this method.
    
      2. ProduceConsumeValidateTest.annotate_missing_messages would call
    `pop' on the list of missing messages, causing downstream methods to get
    incomplete data. We fix that in this patch as well.

----


---
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.
---

Reply via email to