You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2014/04/24 00:08:19 UTC

[jira] [Updated] (KAFKA-1416) Unify sendMessages/getMessages in unit tests

     [ https://issues.apache.org/jira/browse/KAFKA-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guozhang Wang updated KAFKA-1416:
---------------------------------

    Description: 
Multiple unit tests have its own internal function to send/get messages from the brokers. For example:

sendMessages in ZookeeperConsumerConnectorTest
produceMessage in UncleanLeaderElectionTest
sendMessages in FetcherTest

etc

It is better to unify them in TestUtils.

  was:
Multiple unit tests have its own internal function to send/get messages from the brokers. For example:

sendMessages in ZookeeperConsumerConnectorTest
produceMessage in UncleanLeaderElectionTest
etc

It is better to unify them in TestUtils.


> Unify sendMessages/getMessages in unit tests
> --------------------------------------------
>
>                 Key: KAFKA-1416
>                 URL: https://issues.apache.org/jira/browse/KAFKA-1416
>             Project: Kafka
>          Issue Type: Bug
>            Reporter: Guozhang Wang
>
> Multiple unit tests have its own internal function to send/get messages from the brokers. For example:
> sendMessages in ZookeeperConsumerConnectorTest
> produceMessage in UncleanLeaderElectionTest
> sendMessages in FetcherTest
> etc
> It is better to unify them in TestUtils.



--
This message was sent by Atlassian JIRA
(v6.2#6252)