[GitHub] kafka pull request #3346: MINOR: Cleanups for TransactionsTest

2017-06-15 Thread apurvam
Github user apurvam closed the pull request at:

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


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


[GitHub] kafka pull request #3346: MINOR: Cleanups for TransactionsTest

2017-06-14 Thread apurvam
GitHub user apurvam opened a pull request:

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

MINOR: Cleanups for TransactionsTest

The motivation is that KAFKA-5449 seems to indicate that producer instances 
can be shared across tests, and that producers from one test seem to be hitting 
brokers in another test.

So this patch does two things: 
# Make transactionsTest use random ports in each test case. 
# Clear producers and consumers between tests.



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

$ git pull https://github.com/apurvam/kafka 
MINOR-transactiontest-should-inherit-from-integration-test-harness

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

https://github.com/apache/kafka/pull/3346.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 #3346


commit 2cc3aa4c77d80bd1c806f7ee276cb18ffbeaa540
Author: Apurva Mehta 
Date:   2017-06-15T00:35:52Z

Make transactionsTest use random ports in each test case. Clear producers 
and consumers between tests




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