GitHub user cmccabe opened a pull request:

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

    KAFKA-5720: Fix AdminClientIntegrationTest#testCallInFlightTimeouts

    * When a call is aborted, that should count as a "try" in the failure log 
message.
    * FailureInjectingTimeoutProcessorFactory should fail the first request it 
is asked about.
    * testCallTimeouts should expect the first request it makes to fail because 
of the timeout we injected.
    * FailureInjectingTimeoutProcessorFactory should track how many failures it 
has injected, and the test should verify that one has been injected.

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

    $ git pull https://github.com/cmccabe/kafka KAFKA-5720

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

    https://github.com/apache/kafka/pull/3731.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 #3731
    
----
commit 3749bda7d3ee5d50cbc10081a8d7cbaef30617b3
Author: Colin P. Mccabe <cmcc...@confluent.io>
Date:   2017-08-24T23:22:44Z

    KAFKA-5720: Fix AdminClientIntegrationTest#testCallInFlightTimeouts

----


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